Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4785/

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

Error Message:
No live SolrServers available to handle this request:[https://127.0.0.1:62629]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request:[https://127.0.0.1:62629]
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:319)
        at 
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:659)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1506)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1527)
        at 
org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:164)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: 
createcollection the collection time out:180s
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:551)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
        at 
org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.doRequest(LBHttpSolrServer.java:340)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:301)
        ... 45 more


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

Error Message:
Captured an uncaught exception in thread: Thread[id=19891, 
name=parallelCoreAdminExecutor-4672-thread-5, state=RUNNABLE, 
group=TGRP-MultiThreadedOCPTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=19891, 
name=parallelCoreAdminExecutor-4672-thread-5, state=RUNNABLE, 
group=TGRP-MultiThreadedOCPTest]
Caused by: java.lang.OutOfMemoryError: unable to create new native thread
        at __randomizedtesting.SeedInfo.seed([2F797331643DA322]:0)
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:714)
        at 
java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
        at 
java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1017)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1163)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11498 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/init-core-data-001
   [junit4]   2> 316076 T1100 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (true)
   [junit4]   2> 316077 T1100 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /
   [junit4]   2> 316083 T1100 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 316084 T1100 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 316085 T1101 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 316185 T1100 oasc.ZkTestServer.run start zk server on 
port:54560
   [junit4]   2> 316186 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 316190 T1107 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@39176f51 
name:ZooKeeperConnection Watcher:127.0.0.1:54560 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 316190 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 316190 T1100 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 316194 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 316195 T1109 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@459d2d23 
name:ZooKeeperConnection Watcher:127.0.0.1:54560/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 316195 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 316195 T1100 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 316197 T1100 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 316205 T1100 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 316207 T1100 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 316209 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 316209 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 316212 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 316213 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 316315 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 316316 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 316318 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 316318 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 316320 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 316321 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 316324 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 316324 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 316327 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 316327 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 316330 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 316330 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 316333 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 316333 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 316336 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 316337 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 316339 T1100 oasc.AbstractZkTestCase.putConfig put 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 316340 T1100 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 316344 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 316345 T1111 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@38ae783 name:ZooKeeperConnection 
Watcher:127.0.0.1:54560/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 316345 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 317616 T1100 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 317622 T1100 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 317629 T1100 oejs.AbstractConnector.doStart Started 
[email protected]:54564
   [junit4]   2> 317632 T1100 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 317632 T1100 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 317632 T1100 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002
   [junit4]   2> 317633 T1100 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/'
   [junit4]   2> 317663 T1100 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/solr.xml
   [junit4]   2> 317720 T1100 oasc.CoreContainer.<init> New CoreContainer 
33820033
   [junit4]   2> 317721 T1100 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/]
   [junit4]   2> 317722 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 317722 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 317722 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 317722 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 317723 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 317723 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 317723 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 317723 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 317724 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 317726 T1100 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 317728 T1100 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 317729 T1100 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 317729 T1100 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 317729 T1100 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54560/solr
   [junit4]   2> 317730 T1100 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 317731 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 317732 T1122 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@7421655e 
name:ZooKeeperConnection Watcher:127.0.0.1:54560 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 317733 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 317734 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 317735 T1124 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28a148cd 
name:ZooKeeperConnection Watcher:127.0.0.1:54560/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 317736 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 317737 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 317739 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 317741 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 317743 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 317745 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 317748 T1100 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 317749 T1100 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54564_
   [junit4]   2> 317750 T1100 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54564_
   [junit4]   2> 317751 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 317753 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 317756 T1100 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:54564_
   [junit4]   2> 317756 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 317757 T1100 oasc.Overseer.start Overseer 
(id=92193025388249092-127.0.0.1:54564_-n_0000000000) starting
   [junit4]   2> 317759 T1100 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 317766 T1126 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 317766 T1100 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 317768 T1100 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 317769 T1100 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 317771 T1125 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 317775 T1127 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 317775 T1127 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 317776 T1127 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 317776 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 317777 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 317778 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=1 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:54564";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54564_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 317779 T1125 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
control_collection with shards [shard1]
   [junit4]   2> 317779 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 317781 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 317781 T1128 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> 318776 T1127 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 318777 T1127 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 318778 T1127 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 318778 T1127 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 318779 T1127 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 318779 T1127 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/collection1/'
   [junit4]   2> 318781 T1127 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 318782 T1127 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 318782 T1127 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 318851 T1127 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_5_0
   [junit4]   2> 318916 T1127 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 319018 T1127 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 319030 T1127 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 319402 T1127 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 319405 T1127 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 319407 T1127 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 319412 T1127 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 319434 T1127 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 319434 T1127 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 319503 T1127 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-002/collection1/,
 
dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/control/data/
   [junit4]   2> 319504 T1127 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f94dadb
   [junit4]   2> 319506 T1127 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/control/data
   [junit4]   2> 319507 T1127 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/control/data/index/
   [junit4]   2> 319508 T1127 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 319510 T1127 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/control/data/index
   [junit4]   2> 319511 T1127 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=74.529296875, 
floorSegmentMB=0.826171875, forceMergeDeletesPctAllowed=22.404707175441295, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 319517 T1127 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 319517 T1127 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 319523 T1127 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 319524 T1127 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 319524 T1127 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 319524 T1127 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 319525 T1127 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 319525 T1127 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 319525 T1127 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 319526 T1127 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 319526 T1127 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 319527 T1127 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 319527 T1127 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 319527 T1127 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 319528 T1127 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 319528 T1127 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 319529 T1127 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 319529 T1127 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 319530 T1127 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 319548 T1127 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 319552 T1127 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 319552 T1127 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 319553 T1127 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=53.6953125, 
floorSegmentMB=1.2109375, forceMergeDeletesPctAllowed=6.5127932328050235, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 319555 T1127 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 319556 T1127 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 319556 T1127 oass.SolrIndexSearcher.<init> Opening 
Searcher@5a8126d1[collection1] main
   [junit4]   2> 319556 T1127 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 319557 T1127 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 319558 T1127 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 319558 T1127 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 319558 T1127 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 319559 T1127 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 319559 T1127 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 319560 T1127 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 319560 T1127 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 319562 T1127 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 319563 T1127 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 319563 T1127 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 319566 T1129 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5a8126d1[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 319569 T1127 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 319569 T1132 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54564 collection:control_collection 
shard:shard1
   [junit4]   2> 319570 T1100 oass.SolrDispatchFilter.init 
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 319570 T1100 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 319571 T1132 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 319575 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 319575 T1132 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 319577 T1134 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3264fc02 
name:ZooKeeperConnection Watcher:127.0.0.1:54560/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 319577 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 319578 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 319578 T1100 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 319579 T1132 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 319579 T1132 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C169 name=collection1 
org.apache.solr.core.SolrCore@205b860e url=https://127.0.0.1:54564/collection1 
node=127.0.0.1:54564_ C169_STATE=coll:control_collection core:collection1 
props:{state=down, base_url=https://127.0.0.1:54564, core=collection1, 
node_name=127.0.0.1:54564_}
   [junit4]   2> 319579 T1132 C169 P54564 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54564/collection1/
   [junit4]   2> 319579 T1132 C169 P54564 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 319580 T1132 C169 P54564 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54564/collection1/ has no replicas
   [junit4]   2> 319580 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 319580 T1132 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54564/collection1/ shard1
   [junit4]   2> 319580 T1132 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 319581 T1100 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 319583 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 319583 T1128 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> 319584 T1135 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> 319587 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 319590 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 319692 T1128 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> 319692 T1135 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> 319739 T1132 oasc.ZkController.register We are 
https://127.0.0.1:54564/collection1/ and leader is 
https://127.0.0.1:54564/collection1/
   [junit4]   2> 319740 T1132 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54564
   [junit4]   2> 319740 T1132 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 319740 T1132 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 319740 T1132 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 319742 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 319742 T1136 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 319742 T1132 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 319742 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 319744 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 319745 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:54564";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54564_",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 319747 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 319849 T1137 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> 319849 T1135 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> 320504 T1100 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 320505 T1100 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 320511 T1100 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 320513 T1100 oejs.AbstractConnector.doStart Started 
[email protected]:54568
   [junit4]   2> 320515 T1100 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 320515 T1100 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 320516 T1100 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003
   [junit4]   2> 320516 T1100 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/'
   [junit4]   2> 320547 T1100 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/solr.xml
   [junit4]   2> 320603 T1100 oasc.CoreContainer.<init> New CoreContainer 
1220373088
   [junit4]   2> 320603 T1100 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/]
   [junit4]   2> 320604 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 320604 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 320605 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 320605 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 320605 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 320605 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 320606 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 320606 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 320606 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 320609 T1100 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 320611 T1100 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 320611 T1100 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 320611 T1100 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 320612 T1100 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54560/solr
   [junit4]   2> 320612 T1100 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 320613 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 320614 T1148 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@5a5b860e 
name:ZooKeeperConnection Watcher:127.0.0.1:54560 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 320616 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 320618 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 320619 T1150 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@2d85af06 
name:ZooKeeperConnection Watcher:127.0.0.1:54560/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 320619 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 320626 T1100 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 321629 T1100 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54568_
   [junit4]   2> 321630 T1100 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:54568_
   [junit4]   2> 321642 T1152 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 321643 T1152 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 321644 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 321644 T1136 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 321644 T1152 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 321644 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 321645 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 321646 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:54568";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54568_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 321646 T1125 
oasc.Overseer$ClusterStateUpdater.createCollection Create collection 
collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 321646 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard1
   [junit4]   2> 321649 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 321649 T1128 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 321649 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 321649 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 322644 T1152 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 322645 T1152 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 322646 T1152 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 322646 T1152 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 322647 T1152 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 322647 T1152 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/collection1/'
   [junit4]   2> 322649 T1152 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 322650 T1152 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 322651 T1152 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 322717 T1152 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_5_0
   [junit4]   2> 322766 T1152 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 322868 T1152 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 322880 T1152 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 323260 T1152 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 323264 T1152 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 323266 T1152 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 323271 T1152 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 323295 T1152 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 323296 T1152 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 323296 T1152 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-003/collection1/,
 
dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty1/
   [junit4]   2> 323296 T1152 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f94dadb
   [junit4]   2> 323298 T1152 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty1
   [junit4]   2> 323299 T1152 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty1/index/
   [junit4]   2> 323300 T1152 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 323302 T1152 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty1/index
   [junit4]   2> 323303 T1152 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=74.529296875, 
floorSegmentMB=0.826171875, forceMergeDeletesPctAllowed=22.404707175441295, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 323309 T1152 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 323310 T1152 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 323317 T1152 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 323318 T1152 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 323318 T1152 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 323318 T1152 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 323319 T1152 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 323319 T1152 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 323319 T1152 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 323320 T1152 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 323320 T1152 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 323321 T1152 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 323321 T1152 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 323321 T1152 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 323322 T1152 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 323323 T1152 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 323323 T1152 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 323324 T1152 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 323324 T1152 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 323344 T1152 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 323348 T1152 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 323348 T1152 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 323349 T1152 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=53.6953125, 
floorSegmentMB=1.2109375, forceMergeDeletesPctAllowed=6.5127932328050235, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 323352 T1152 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 323352 T1152 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 323352 T1152 oass.SolrIndexSearcher.<init> Opening 
Searcher@3c025678[collection1] main
   [junit4]   2> 323353 T1152 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 323354 T1152 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 323354 T1152 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 323355 T1152 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 323355 T1152 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 323355 T1152 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 323356 T1152 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 323357 T1152 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 323357 T1152 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 323357 T1152 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 323362 T1153 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@3c025678[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 323365 T1152 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 323366 T1156 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:54568 collection:collection1 
shard:shard1
   [junit4]   2> 323367 T1100 oass.SolrDispatchFilter.init 
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 323367 T1100 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 323367 T1156 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard1/election
   [junit4]   2> 323374 T1156 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 323375 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 323376 T1156 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 323376 T1156 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C170 name=collection1 
org.apache.solr.core.SolrCore@5b2ae2a8 url=https://127.0.0.1:54568/collection1 
node=127.0.0.1:54568_ C170_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:54568, core=collection1, 
node_name=127.0.0.1:54568_}
   [junit4]   2> 323376 T1156 C170 P54568 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:54568/collection1/
   [junit4]   2> 323377 T1156 C170 P54568 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 323377 T1156 C170 P54568 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:54568/collection1/ has no replicas
   [junit4]   2> 323377 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 323377 T1156 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:54568/collection1/ shard1
   [junit4]   2> 323378 T1156 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard1
   [junit4]   2> 323380 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 323381 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323381 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323381 T1128 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323385 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 323387 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 323490 T1128 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323490 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323490 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323536 T1156 oasc.ZkController.register We are 
https://127.0.0.1:54568/collection1/ and leader is 
https://127.0.0.1:54568/collection1/
   [junit4]   2> 323537 T1156 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:54568
   [junit4]   2> 323537 T1156 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 323537 T1156 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 323537 T1156 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 323539 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 323539 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 323539 T1136 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 323539 T1156 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 323540 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 323541 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:54568";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:54568_",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "core_node_name":"core_node1"}
   [junit4]   2> 323543 T1136 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 323683 T1136 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323683 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 323683 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 324622 T1100 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 324623 T1100 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 324628 T1100 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 324631 T1100 oejs.AbstractConnector.doStart Started 
[email protected]:21658
   [junit4]   2> 324633 T1100 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 324634 T1100 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 324634 T1100 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004
   [junit4]   2> 324634 T1100 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/'
   [junit4]   2> 324664 T1100 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/solr.xml
   [junit4]   2> 324717 T1100 oasc.CoreContainer.<init> New CoreContainer 
1938728225
   [junit4]   2> 324718 T1100 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/]
   [junit4]   2> 324719 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 324719 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 324719 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 324719 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 324720 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 324720 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 324720 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 324720 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 324721 T1100 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 324723 T1100 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 324725 T1100 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 324726 T1100 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 324726 T1100 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 324726 T1100 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:54560/solr
   [junit4]   2> 324726 T1100 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 324727 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 324729 T1167 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@435c1bc2 
name:ZooKeeperConnection Watcher:127.0.0.1:54560 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 324730 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 324732 T1100 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 324733 T1169 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@71c613c3 
name:ZooKeeperConnection Watcher:127.0.0.1:54560/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 324733 T1100 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 324739 T1100 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 325743 T1100 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:21658_
   [junit4]   2> 325744 T1100 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:21658_
   [junit4]   2> 325756 T1171 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 325757 T1171 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 325758 T1136 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 325758 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 325758 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 325758 T1171 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 325759 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 325760 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "base_url":"https://127.0.0.1:21658";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:21658_",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "core_node_name":null}
   [junit4]   2> 325760 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Collection already exists with numShards=3
   [junit4]   2> 325761 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Assigning new node to shard shard=shard2
   [junit4]   2> 325763 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 325763 T1137 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 325764 T1170 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 325764 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 325763 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 326759 T1171 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 326760 T1171 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 326761 T1171 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 326761 T1171 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 326762 T1171 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 326762 T1171 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/collection1/'
   [junit4]   2> 326764 T1171 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 326765 T1171 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 326766 T1171 oasc.SolrResourceLoader.replaceClassLoader Adding 
'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 326833 T1171 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
LUCENE_5_0
   [junit4]   2> 326882 T1171 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 326983 T1171 oass.IndexSchema.readSchema Reading Solr Schema 
from schema.xml
   [junit4]   2> 326994 T1171 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 327352 T1171 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 327356 T1171 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 327357 T1171 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 327363 T1171 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 327404 T1171 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 327405 T1171 oasc.SolrCore.initDirectoryFactory 
solr.StandardDirectoryFactory
   [junit4]   2> 327405 T1171 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-004/collection1/,
 
dataDir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty2/
   [junit4]   2> 327405 T1171 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7f94dadb
   [junit4]   2> 327407 T1171 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty2
   [junit4]   2> 327408 T1171 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty2/index/
   [junit4]   2> 327409 T1171 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 327411 T1171 oasc.CachingDirectoryFactory.get return new 
directory for 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty2/index
   [junit4]   2> 327412 T1171 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=74.529296875, 
floorSegmentMB=0.826171875, forceMergeDeletesPctAllowed=22.404707175441295, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 327418 T1171 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 327418 T1171 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 327425 T1171 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 327425 T1171 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 327426 T1171 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 327426 T1171 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 327426 T1171 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 327427 T1171 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 327427 T1171 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 327427 T1171 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 327428 T1171 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 327428 T1171 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 327429 T1171 oasc.RequestHandlers.initHandlersFromConfig 
created /get: solr.RealTimeGetHandler
   [junit4]   2> 327429 T1171 oasc.RequestHandlers.initHandlersFromConfig 
adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 327430 T1171 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: solr.ReplicationHandler
   [junit4]   2> 327430 T1171 oasc.RequestHandlers.initHandlersFromConfig 
created /update: solr.UpdateRequestHandler
   [junit4]   2> 327431 T1171 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 327431 T1171 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 327432 T1171 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 327453 T1171 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 327456 T1171 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 327457 T1171 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 327458 T1171 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=42, maxMergeAtOnceExplicit=42, maxMergedSegmentMB=53.6953125, 
floorSegmentMB=1.2109375, forceMergeDeletesPctAllowed=6.5127932328050235, 
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 327460 T1171 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 327460 T1171 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 327461 T1171 oass.SolrIndexSearcher.<init> Opening 
Searcher@5079d963[collection1] main
   [junit4]   2> 327461 T1171 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 327462 T1171 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 327463 T1171 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 327463 T1171 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 327463 T1171 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 327464 T1171 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 327465 T1171 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 327465 T1171 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 327465 T1171 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 327466 T1171 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 327470 T1172 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@5079d963[collection1] 
main{UninvertingDirectoryReader()}
   [junit4]   2> 327475 T1171 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 327476 T1175 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:21658 collection:collection1 
shard:shard2
   [junit4]   2> 327476 T1100 oass.SolrDispatchFilter.init 
user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1
   [junit4]   2> 327477 T1100 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 327477 T1175 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 327483 T1175 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 327485 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 327485 T1175 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 327485 T1175 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C171 name=collection1 
org.apache.solr.core.SolrCore@5cc91e40 url=https://127.0.0.1:21658/collection1 
node=127.0.0.1:21658_ C171_STATE=coll:collection1 core:collection1 
props:{state=down, base_url=https://127.0.0.1:21658, core=collection1, 
node_name=127.0.0.1:21658_}
   [junit4]   2> 327485 T1175 C171 P21658 oasc.SyncStrategy.sync Sync replicas 
to https://127.0.0.1:21658/collection1/
   [junit4]   2> 327486 T1175 C171 P21658 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 327486 T1175 C171 P21658 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:21658/collection1/ has no replicas
   [junit4]   2> 327486 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 327486 T1175 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:21658/collection1/ shard2
   [junit4]   2> 327487 T1175 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 327489 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 327490 T1137 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327490 T1170 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327490 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327490 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327493 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 327496 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 327598 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327598 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327598 T1170 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327598 T1137 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327645 T1175 oasc.ZkController.register We are 
https://127.0.0.1:21658/collection1/ and leader is 
https://127.0.0.1:21658/collection1/
   [junit4]   2> 327646 T1175 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:21658
   [junit4]   2> 327646 T1175 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 327646 T1175 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 327646 T1175 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 327648 T1137 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 327648 T1136 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 327648 T1175 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 327648 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 327649 T1125 oascc.ZkStateReader.updateClusterState Updating 
cloud state from ZooKeeper... 
   [junit4]   2> 327650 T1125 oasc.Overseer$ClusterStateUpdater.updateState 
Update state numShards=3 message={
   [junit4]   2>          "operation":"state",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "base_url":"https://127.0.0.1:21658";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "node_name":"127.0.0.1:21658_",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "numShards":"3",
   [junit4]   2>          "core_node_name":"core_node2"}
   [junit4]   2> 327652 T1128 oasc.DistributedQueue$LatchChildWatcher.process 
LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type 
NodeChildrenChanged
   [junit4]   2> 327755 T1135 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327755 T1128 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327755 T1170 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 327755 T1151 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 328889 T1100 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 3
   [junit4]   2> 328890 T1100 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 328895 T1100 oejus.SslContextFactory.doStart Enabled Protocols 
[SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, 
TLSv1.1, TLSv1.2]
   [junit4]   2> 328898 T1100 oejs.AbstractConnector.doStart Started 
[email protected]:63174
   [junit4]   2> 328900 T1100 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 328901 T1100 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 328901 T1100 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-005
   [junit4]   2> 328901 T1100 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-005/'
   [junit4]   2> 328931 T1100 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./temp/solr.cloud.ChaosMonkeySafeLeaderTest-2F797331643DA322-001/tempDir-005/solr.xml
   [junit4]   2> 328987 T1100 oasc.CoreC

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

seer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2>        at 
org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 4107774 T18385 oejsh.ContextHandler.doStop stopped 
o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 4111943 T18385 oas.SolrTestCaseJ4.tearDown ###Ending 
testDistribSearch
   [junit4]   2> 4111946 T18385 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:37764 37764
   [junit4]   2> 4112044 T18386 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:37764 37764
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=MultiThreadedOCPTest -Dtests.method=testDistribSearch 
-Dtests.seed=2F797331643DA322 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=zh_CN -Dtests.timezone=America/Iqaluit 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   62.2s J0 | MultiThreadedOCPTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: We have a failed 
SPLITSHARD task
   [junit4]    >        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testTaskExclusivity(MultiThreadedOCPTest.java:125)
   [junit4]    >        at 
org.apache.solr.cloud.MultiThreadedOCPTest.doTest(MultiThreadedOCPTest.java:71)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)Throwable #2: 
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=19891, 
name=parallelCoreAdminExecutor-4672-thread-5, state=RUNNABLE, 
group=TGRP-MultiThreadedOCPTest]
   [junit4]    > Caused by: java.lang.OutOfMemoryError: unable to create new 
native thread
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2F797331643DA322]:0)
   [junit4]    >        at java.lang.Thread.start0(Native Method)
   [junit4]    >        at java.lang.Thread.start(Thread.java:714)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:949)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1017)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1163)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 4112066 T18385 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./temp/solr.cloud.MultiThreadedOCPTest-2F797331643DA322-001
   [junit4]   2> 62196 T18384 ccr.ThreadLeakControl.checkThreadLeaks WARNING 
Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene49: {}, docValues:{}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=zh_CN, 
timezone=America/Iqaluit
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60 
(64-bit)/cpus=16,threads=1,free=237237968,total=535822336
   [junit4]   2> NOTE: All tests run in this JVM: [TestAnalyzeInfixSuggestions, 
IndexSchemaTest, ShardRoutingTest, DistributedSpellCheckComponentTest, 
FileUtilsTest, TestDocBasedVersionConstraints, TestStressReorder, 
AddSchemaFieldsUpdateProcessorFactoryTest, DocumentAnalysisRequestHandlerTest, 
RequiredFieldsTest, TestDFRSimilarityFactory, LeaderElectionTest, 
TestSearchPerf, FieldFacetTest, FunctionTest, TestDocSet, BadComponentTest, 
TestSolrDeletionPolicy1, TestSearcherReuse, TestRandomDVFaceting, 
ResponseHeaderTest, ParsingFieldUpdateProcessorsTest, OverseerTest, 
TestReloadAndDeleteDocs, DistribDocExpirationUpdateProcessorTest, 
DirectSolrSpellCheckerTest, TestArbitraryIndexDir, JsonLoaderTest, 
NoCacheHeaderTest, TestCollationFieldDocValues, TestExceedMaxTermLength, 
TestQuerySenderListener, PluginInfoTest, IndexBasedSpellCheckerTest, 
TestManagedSynonymFilterFactory, TestDistributedSearch, HighlighterConfigTest, 
TestDynamicFieldCollectionResource, TestHashPartitioner, 
DirectUpdateHandlerTest, TestManagedStopFilterFactory, TestSort, 
OpenExchangeRatesOrgProviderTest, TriLevelCompositeIdRoutingTest, 
HighlighterTest, AbstractAnalyticsStatsTest, TestFastWriter, 
TestRequestStatusCollectionAPI, SyncSliceTest, SuggesterTest, 
WordBreakSolrSpellCheckerTest, TestReload, TestSolr4Spatial, 
OverseerStatusTest, TestMissingGroups, XsltUpdateRequestHandlerTest, 
TestBinaryResponseWriter, SignatureUpdateProcessorFactoryTest, 
PathHierarchyTokenizerFactoryTest, TestSolrJ, TestCustomSort, 
TestReplicationHandler, TestLMDirichletSimilarityFactory, ExpressionTest, 
TestWordDelimiterFilterFactory, SimpleFacetsTest, SolrXmlInZkTest, 
TestStressVersions, TestLMJelinekMercerSimilarityFactory, 
HighlighterMaxOffsetTest, NotRequiredUniqueKeyTest, SSLMigrationTest, 
SuggesterWFSTTest, BasicFunctionalityTest, CoreAdminHandlerTest, 
SpellPossibilityIteratorTest, TermsComponentTest, BasicDistributedZkTest, 
TestStandardQParsers, TestFastOutputStream, CoreAdminCreateDiscoverTest, 
MoreLikeThisHandlerTest, ChaosMonkeyNothingIsSafeTest, TestManagedResource, 
FastVectorHighlighterTest, TestFastLRUCache, TestDefaultSimilarityFactory, 
TestSolrCoreProperties, EchoParamsTest, SolrCoreCheckLockOnStartupTest, 
HdfsBasicDistributedZk2Test, BadIndexSchemaTest, TestSolrXml, 
TestSchemaResource, ZkControllerTest, JSONWriterTest, 
XmlUpdateRequestHandlerTest, TestComplexPhraseQParserPlugin, 
ReplicationFactorTest, TestCoreDiscovery, TestSolrDeletionPolicy2, 
BasicDistributedZk2Test, UnloadDistributedZkTest, OpenCloseCoreStressTest, 
BasicZkTest, RecoveryZkTest, ClusterStateUpdateTest, TestZkChroot, ZkCLITest, 
AutoCommitTest, TestFaceting, TestJoin, TestMultiCoreConfBootstrap, 
HardAutoCommitTest, TestRangeQuery, SpellCheckComponentTest, 
SolrCmdDistributorTest, PeerSyncTest, ConvertedLegacyTest, 
OverseerCollectionProcessorTest, TestIndexSearcher, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, CurrencyFieldOpenExchangeTest, 
SolrIndexSplitterTest, SpellCheckCollatorTest, SolrRequestParserTest, 
TestFoldingMultitermQuery, DocValuesTest, SuggesterTSTTest, TestTrie, 
SpatialFilterTest, TestCSVLoader, TestPseudoReturnFields, 
FieldMutatingUpdateProcessorTest, QueryEqualityTest, 
DirectUpdateHandlerOptimizeTest, DefaultValueUpdateProcessorTest, 
StatelessScriptUpdateProcessorFactoryTest, TestRemoteStreaming, 
DocValuesMultiTest, DebugComponentTest, CacheHeaderTest, 
TestSurroundQueryParser, LukeRequestHandlerTest, DisMaxRequestHandlerTest, 
TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, 
TestReversedWildcardFilterFactory, TestQueryTypes, PrimitiveFieldTypeTest, 
TestOmitPositions, RequestHandlersTest, DocumentBuilderTest, 
TestValueSourceCache, TermVectorComponentTest, TestIndexingPerformance, 
FieldAnalysisRequestHandlerTest, TestSolrQueryParser, 
IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, TestJmxIntegration, 
ReturnFieldsTest, UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, 
MBeansHandlerTest, QueryParsingTest, TestAnalyzedSuggestions, 
TestPartialUpdateDeduplication, TestPHPSerializedResponseWriter, 
PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, 
TestLFUCache, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, 
ResponseLogComponentTest, TestStressRecovery, MultiTermTest, SampleTest, 
TestBinaryField, MinimalSchemaTest, TestElisionMultitermQuery, TestConfig, 
TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, 
TestLuceneMatchVersion, TestPhraseSuggestions, TestCodecSupport, 
SynonymTokenizerTest, TestPerFieldSimilarity, TimeZoneUtilsTest, 
URLClassifyProcessorTest, DateMathParserTest, PreAnalyzedFieldTest, 
TestSystemIdResolver, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, 
RAMDirectoryFactoryTest, ClusterStateTest, TestUtils, TestDocumentBuilder, 
ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CircularListTest, 
CursorPagingTest, DistributedIntervalFacetingTest, SolrTestCaseJ4Test, 
TestDistributedMissingSort, TestHighlightDedupGrouping, TestTolerantSearch, 
AbstractAnalyticsFacetTest, QueryFacetTest, AssignTest, 
AsyncMigrateRouteKeyTest, CollectionsAPIAsyncDistributedZkTest, 
CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, 
MigrateRouteKeyTest, MultiThreadedOCPTest]
   [junit4] Completed on J0 in 63.23s, 1 test, 1 error <<< FAILURES!

[...truncated 331 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:467:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:447:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:45:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:37:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1298:
 The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:922:
 There were test failures: 422 suites, 1754 tests, 2 errors, 53 ignored (19 
assumptions)

Total time: 125 minutes 24 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-trunk-Java7 #4781
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 200598785 bytes
Compression is 0.0%
Took 33 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