You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2013/11/23 01:03:54 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.7.0) - Build # 1023 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/1023/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC

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

Error Message:
IOException occured when talking to server at: http://127.0.0.1:54440/mj_jp/l/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:54440/mj_jp/l/collection1
	at __randomizedtesting.SeedInfo.seed([8872EBF4EB445203:99465EC9C1B323F]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:503)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1180)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:195)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketException: Invalid argument
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:61)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:393)
	... 45 more


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

Error Message:
No live SolrServers available to handle this request:[http://127.0.0.1:54808, http://127.0.0.1:54798]

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request:[http://127.0.0.1:54808, http://127.0.0.1:54798]
	at __randomizedtesting.SeedInfo.seed([8872EBF4EB445203:99465EC9C1B323F]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:354)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.DeleteReplicaTest.removeAndWaitForReplicaGone(DeleteReplicaTest.java:138)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.deleteInactiveReplicaTest(DeleteInactiveReplicaTest.java:120)
	at org.apache.solr.cloud.DeleteInactiveReplicaTest.doTest(DeleteInactiveReplicaTest.java:43)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	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.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	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:70)
	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:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	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 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:70)
	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:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: deletereplica the collection time out:60s
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:491)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:285)
	... 44 more




Build Log:
[...truncated 10842 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> 2725319 T7632 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /mj_jp/l
   [junit4]   2> 2725326 T7632 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-ChaosMonkeyNothingIsSafeTest-1385164244436
   [junit4]   2> 2725327 T7632 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2725328 T7633 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2725429 T7632 oasc.ZkTestServer.run start zk server on port:54404
   [junit4]   2> 2725430 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2725438 T7639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e6258c2 name:ZooKeeperConnection Watcher:127.0.0.1:54404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2725438 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2725439 T7632 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2725449 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2725453 T7641 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@385855e name:ZooKeeperConnection Watcher:127.0.0.1:54404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2725453 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2725454 T7632 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2725461 T7632 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2725467 T7632 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2725472 T7632 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2725478 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2725478 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2725489 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 2725489 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2725497 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2725498 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2725505 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2725506 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2725514 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2725514 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2725522 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2725522 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2725529 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2725529 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2725536 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2725537 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2725542 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2725543 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2725549 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2725550 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2725556 T7632 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2725556 T7632 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2725852 T7632 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2725860 T7632 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54407
   [junit4]   2> 2725860 T7632 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2725861 T7632 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2725861 T7632 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674
   [junit4]   2> 2725862 T7632 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/'
   [junit4]   2> 2725888 T7632 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/solr.xml
   [junit4]   2> 2725962 T7632 oasc.CoreContainer.<init> New CoreContainer 682853484
   [junit4]   2> 2725963 T7632 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/]
   [junit4]   2> 2725965 T7632 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2725965 T7632 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2725965 T7632 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2725966 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2725966 T7632 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2725966 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2725966 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2725967 T7632 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2725967 T7632 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2725970 T7632 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2725971 T7632 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2725971 T7632 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2725972 T7632 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54404/solr
   [junit4]   2> 2725972 T7632 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2725973 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2725978 T7652 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6518da7a name:ZooKeeperConnection Watcher:127.0.0.1:54404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2725979 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2725986 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2725989 T7654 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@fbb84de name:ZooKeeperConnection Watcher:127.0.0.1:54404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2725990 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2725993 T7632 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2726002 T7632 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2726012 T7632 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2726016 T7632 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54407_mj_jp%2Fl
   [junit4]   2> 2726018 T7632 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54407_mj_jp%2Fl
   [junit4]   2> 2726027 T7632 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2726040 T7632 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2726045 T7632 oasc.Overseer.start Overseer (id=90778123923816451-127.0.0.1:54407_mj_jp%2Fl-n_0000000000) starting
   [junit4]   2> 2726051 T7632 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2726061 T7656 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2726062 T7632 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2726068 T7632 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2726073 T7632 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2726080 T7655 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2726089 T7657 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2726089 T7657 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2726092 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2726092 T7657 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2726096 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2726098 T7655 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54407/mj_jp/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54407_mj_jp%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2726099 T7655 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2726099 T7655 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2726105 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2726107 T7654 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> 2727094 T7657 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2727094 T7657 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/collection1
   [junit4]   2> 2727094 T7657 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2727097 T7657 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2727097 T7657 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2727100 T7657 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/collection1/'
   [junit4]   2> 2727102 T7657 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/collection1/lib/classes/' to classloader
   [junit4]   2> 2727102 T7657 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/collection1/lib/README' to classloader
   [junit4]   2> 2727159 T7657 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2727246 T7657 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2727250 T7657 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2727286 T7657 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2727863 T7657 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2727864 T7657 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2727864 T7657 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2727872 T7657 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2727876 T7657 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2727904 T7657 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2727910 T7657 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2727915 T7657 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2727917 T7657 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2727917 T7657 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2727917 T7657 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2727920 T7657 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2727921 T7657 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2727921 T7657 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 2727921 T7657 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-controljetty-1385164244674/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/control/data/
   [junit4]   2> 2727922 T7657 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ef3ecca
   [junit4]   2> 2727923 T7657 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/control/data
   [junit4]   2> 2727923 T7657 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/control/data/index/
   [junit4]   2> 2727924 T7657 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2727924 T7657 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/control/data/index
   [junit4]   2> 2727925 T7657 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=15.6416015625, floorSegmentMB=0.6318359375, forceMergeDeletesPctAllowed=6.644466461626832, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2727928 T7657 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 2727929 T7657 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2727932 T7657 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2727933 T7657 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2727933 T7657 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2727933 T7657 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2727933 T7657 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2727934 T7657 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2727934 T7657 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2727934 T7657 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2727935 T7657 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2727935 T7657 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2727936 T7657 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2727936 T7657 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2727936 T7657 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2727937 T7657 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2727937 T7657 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2727938 T7657 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2727947 T7657 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2727951 T7657 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2727951 T7657 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2727952 T7657 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=36.04296875, floorSegmentMB=1.22265625, forceMergeDeletesPctAllowed=14.345106739444036, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2727953 T7657 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 2727953 T7657 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2727953 T7657 oass.SolrIndexSearcher.<init> Opening Searcher@12697ef6 main
   [junit4]   2> 2727958 T7658 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12697ef6 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2727959 T7657 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2727959 T7657 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54407/mj_jp/l collection:control_collection shard:shard1
   [junit4]   2> 2727962 T7657 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2727979 T7657 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2727984 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2727985 T7657 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2727986 T7657 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5334 name=collection1 org.apache.solr.core.SolrCore@1138eff2 url=http://127.0.0.1:54407/mj_jp/l/collection1 node=127.0.0.1:54407_mj_jp%2Fl C5334_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:54407/mj_jp/l, core=collection1, node_name=127.0.0.1:54407_mj_jp%2Fl}
   [junit4]   2> 2727986 T7657 C5334 P54407 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54407/mj_jp/l/collection1/
   [junit4]   2> 2727986 T7657 C5334 P54407 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2727987 T7657 C5334 P54407 oasc.SyncStrategy.syncToMe http://127.0.0.1:54407/mj_jp/l/collection1/ has no replicas
   [junit4]   2> 2727987 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2727987 T7657 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54407/mj_jp/l/collection1/ shard1
   [junit4]   2> 2727988 T7657 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2727994 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2727995 T7654 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> 2728006 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2728013 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2728119 T7654 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> 2728158 T7657 oasc.ZkController.register We are http://127.0.0.1:54407/mj_jp/l/collection1/ and leader is http://127.0.0.1:54407/mj_jp/l/collection1/
   [junit4]   2> 2728159 T7657 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54407/mj_jp/l
   [junit4]   2> 2728159 T7657 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2728159 T7657 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2728159 T7657 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2728162 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2728162 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2728162 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2728164 T7657 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2728166 T7632 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2728167 T7632 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2728167 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2728168 T7655 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54407/mj_jp/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54407_mj_jp%2Fl",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2728170 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2728175 T7661 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@577e54af name:ZooKeeperConnection Watcher:127.0.0.1:54404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2728175 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2728176 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2728178 T7632 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2728184 T7632 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2728280 T7654 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> 2728281 T7661 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> 2728490 T7632 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2728494 T7632 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54411
   [junit4]   2> 2728497 T7632 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2728497 T7632 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2728497 T7632 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295
   [junit4]   2> 2728498 T7632 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/'
   [junit4]   2> 2728526 T7632 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/solr.xml
   [junit4]   2> 2728607 T7632 oasc.CoreContainer.<init> New CoreContainer 2130767837
   [junit4]   2> 2728608 T7632 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/]
   [junit4]   2> 2728609 T7632 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2728609 T7632 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2728610 T7632 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2728610 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2728610 T7632 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2728611 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2728611 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2728611 T7632 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2728612 T7632 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2728615 T7632 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2728616 T7632 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2728617 T7632 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2728617 T7632 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54404/solr
   [junit4]   2> 2728618 T7632 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2728619 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2728624 T7672 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7fe5c112 name:ZooKeeperConnection Watcher:127.0.0.1:54404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2728625 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2728634 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2728640 T7674 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@15a5da8f name:ZooKeeperConnection Watcher:127.0.0.1:54404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2728640 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2728655 T7632 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2729665 T7632 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54411_mj_jp%2Fl
   [junit4]   2> 2729668 T7632 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54411_mj_jp%2Fl
   [junit4]   2> 2729678 T7654 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2729679 T7661 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2729678 T7674 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2729694 T7675 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2729694 T7675 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2729697 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2729698 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2729698 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2729697 T7675 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2729703 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2729708 T7655 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54411/mj_jp/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54411_mj_jp%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2729708 T7655 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 2729709 T7655 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2729715 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2729821 T7654 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> 2729821 T7661 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> 2729822 T7674 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> 2730701 T7675 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2730702 T7675 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/collection1
   [junit4]   2> 2730702 T7675 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2730706 T7675 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2730706 T7675 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2730713 T7675 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/collection1/'
   [junit4]   2> 2730715 T7675 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/collection1/lib/classes/' to classloader
   [junit4]   2> 2730716 T7675 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/collection1/lib/README' to classloader
   [junit4]   2> 2730813 T7675 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2730876 T7675 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2730881 T7675 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2730892 T7675 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2731492 T7675 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2731492 T7675 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2731493 T7675 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2731501 T7675 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2731505 T7675 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2731541 T7675 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2731547 T7675 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2731553 T7675 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2731557 T7675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2731557 T7675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2731557 T7675 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2731560 T7675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2731561 T7675 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2731561 T7675 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 2731561 T7675 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty1-1385164247295/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty1/
   [junit4]   2> 2731561 T7675 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ef3ecca
   [junit4]   2> 2731562 T7675 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty1
   [junit4]   2> 2731563 T7675 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty1/index/
   [junit4]   2> 2731563 T7675 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 2731564 T7675 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty1/index
   [junit4]   2> 2731564 T7675 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=15.6416015625, floorSegmentMB=0.6318359375, forceMergeDeletesPctAllowed=6.644466461626832, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2731568 T7675 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 2731568 T7675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2731573 T7675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2731573 T7675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2731573 T7675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2731573 T7675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2731574 T7675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2731574 T7675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2731574 T7675 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2731575 T7675 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2731575 T7675 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2731576 T7675 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2731577 T7675 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2731577 T7675 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2731578 T7675 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2731578 T7675 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2731579 T7675 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2731580 T7675 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2731588 T7675 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2731592 T7675 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2731593 T7675 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2731594 T7675 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=36.04296875, floorSegmentMB=1.22265625, forceMergeDeletesPctAllowed=14.345106739444036, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2731595 T7675 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 2731595 T7675 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2731595 T7675 oass.SolrIndexSearcher.<init> Opening Searcher@52758ee5 main
   [junit4]   2> 2731614 T7676 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@52758ee5 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2731617 T7675 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2731617 T7675 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54411/mj_jp/l collection:collection1 shard:shard1
   [junit4]   2> 2731619 T7675 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2731643 T7675 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2731648 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731648 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731648 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731649 T7675 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2731649 T7675 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5335 name=collection1 org.apache.solr.core.SolrCore@6573c412 url=http://127.0.0.1:54411/mj_jp/l/collection1 node=127.0.0.1:54411_mj_jp%2Fl C5335_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:54411/mj_jp/l, core=collection1, node_name=127.0.0.1:54411_mj_jp%2Fl}
   [junit4]   2> 2731650 T7675 C5335 P54411 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54411/mj_jp/l/collection1/
   [junit4]   2> 2731650 T7675 C5335 P54411 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2731650 T7675 C5335 P54411 oasc.SyncStrategy.syncToMe http://127.0.0.1:54411/mj_jp/l/collection1/ has no replicas
   [junit4]   2> 2731651 T7675 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54411/mj_jp/l/collection1/ shard1
   [junit4]   2> 2731651 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2731651 T7675 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2731657 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731659 T7654 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> 2731659 T7661 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> 2731659 T7674 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> 2731669 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731673 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2731681 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731788 T7654 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> 2731788 T7661 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> 2731788 T7674 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> 2731824 T7675 oasc.ZkController.register We are http://127.0.0.1:54411/mj_jp/l/collection1/ and leader is http://127.0.0.1:54411/mj_jp/l/collection1/
   [junit4]   2> 2731824 T7675 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54411/mj_jp/l
   [junit4]   2> 2731824 T7675 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2731825 T7675 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2731825 T7675 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2731827 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731828 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731828 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731829 T7675 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2731831 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2731832 T7632 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2731832 T7632 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2731833 T7655 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54411/mj_jp/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54411_mj_jp%2Fl",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 2731837 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2731944 T7654 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> 2731944 T7661 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> 2731953 T7674 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> 2732144 T7632 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2732148 T7632 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54414
   [junit4]   2> 2732149 T7632 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2732150 T7632 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2732150 T7632 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943
   [junit4]   2> 2732150 T7632 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/'
   [junit4]   2> 2732177 T7632 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/solr.xml
   [junit4]   2> 2732244 T7632 oasc.CoreContainer.<init> New CoreContainer 1829117369
   [junit4]   2> 2732245 T7632 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/]
   [junit4]   2> 2732246 T7632 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 2732246 T7632 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2732247 T7632 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2732247 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2732247 T7632 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2732247 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2732248 T7632 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2732248 T7632 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2732248 T7632 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2732252 T7632 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2732252 T7632 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2732252 T7632 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2732253 T7632 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:54404/solr
   [junit4]   2> 2732254 T7632 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2732255 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2732260 T7688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77c78613 name:ZooKeeperConnection Watcher:127.0.0.1:54404 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2732261 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2732266 T7632 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2732270 T7690 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ca469b1 name:ZooKeeperConnection Watcher:127.0.0.1:54404/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2732271 T7632 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2732282 T7632 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2733293 T7632 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54414_mj_jp%2Fl
   [junit4]   2> 2733296 T7632 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54414_mj_jp%2Fl
   [junit4]   2> 2733303 T7661 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2733304 T7690 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2733304 T7674 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2733304 T7654 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2733320 T7691 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2733321 T7691 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2733323 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2733323 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2733324 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2733323 T7691 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2733329 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2733330 T7655 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54414/mj_jp/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54414_mj_jp%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 2733331 T7655 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 2733331 T7655 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2733339 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2733444 T7654 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> 2733445 T7690 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> 2733445 T7661 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> 2733445 T7674 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> 2734325 T7691 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2734325 T7691 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/collection1
   [junit4]   2> 2734326 T7691 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2734327 T7691 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2734328 T7691 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2734331 T7691 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/collection1/'
   [junit4]   2> 2734332 T7691 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/collection1/lib/classes/' to classloader
   [junit4]   2> 2734333 T7691 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/collection1/lib/README' to classloader
   [junit4]   2> 2734406 T7691 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_47
   [junit4]   2> 2734460 T7691 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2734464 T7691 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2734475 T7691 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2735040 T7691 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2735040 T7691 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 2735041 T7691 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2735049 T7691 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2735053 T7691 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2735086 T7691 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2735092 T7691 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2735097 T7691 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2735099 T7691 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2735099 T7691 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2735099 T7691 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2735105 T7691 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 2735105 T7691 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 2735106 T7691 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 2735106 T7691 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-jetty2-1385164250943/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty2/
   [junit4]   2> 2735106 T7691 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@ef3ecca
   [junit4]   2> 2735107 T7691 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty2
   [junit4]   2> 2735108 T7691 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty2/index/
   [junit4]   2> 2735108 T7691 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 2735109 T7691 oasc.CachingDirectoryFactory.get return new directory for /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty2/index
   [junit4]   2> 2735109 T7691 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=15.6416015625, floorSegmentMB=0.6318359375, forceMergeDeletesPctAllowed=6.644466461626832, segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2735112 T7691 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 2735113 T7691 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2735118 T7691 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2735119 T7691 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2735119 T7691 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2735119 T7691 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2735120 T7691 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2735120 T7691 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2735120 T7691 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2735120 T7691 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2735121 T7691 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2735122 T7691 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2735122 T7691 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2735123 T7691 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2735123 T7691 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2735124 T7691 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2735124 T7691 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2735125 T7691 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2735133 T7691 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2735137 T7691 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2735137 T7691 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2735138 T7691 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=34, maxMergedSegmentMB=36.04296875, floorSegmentMB=1.22265625, forceMergeDeletesPctAllowed=14.345106739444036, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 2735140 T7691 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest-1385164244436/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 2735140 T7691 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2735140 T7691 oass.SolrIndexSearcher.<init> Opening Searcher@424b3f34 main
   [junit4]   2> 2735147 T7692 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@424b3f34 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2735150 T7691 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2735150 T7691 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54414/mj_jp/l collection:collection1 shard:shard2
   [junit4]   2> 2735153 T7691 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2735171 T7691 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2735176 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735177 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735177 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735178 T7691 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2735178 T7691 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C5336 name=collection1 org.apache.solr.core.SolrCore@e4d2566 url=http://127.0.0.1:54414/mj_jp/l/collection1 node=127.0.0.1:54414_mj_jp%2Fl C5336_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:54414/mj_jp/l, core=collection1, node_name=127.0.0.1:54414_mj_jp%2Fl}
   [junit4]   2> 2735178 T7691 C5336 P54414 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54414/mj_jp/l/collection1/
   [junit4]   2> 2735179 T7691 C5336 P54414 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2735179 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2735179 T7691 C5336 P54414 oasc.SyncStrategy.syncToMe http://127.0.0.1:54414/mj_jp/l/collection1/ has no replicas
   [junit4]   2> 2735181 T7691 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54414/mj_jp/l/collection1/ shard2
   [junit4]   2> 2735181 T7691 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2735186 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735187 T7654 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> 2735188 T7661 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> 2735188 T7674 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> 2735190 T7690 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> 2735200 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2735208 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735314 T7661 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> 2735314 T7654 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> 2735314 T7690 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> 2735314 T7674 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> 2735354 T7691 oasc.ZkController.register We are http://127.0.0.1:54414/mj_jp/l/collection1/ and leader is http://127.0.0.1:54414/mj_jp/l/collection1/
   [junit4]   2> 2735354 T7691 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54414/mj_jp/l
   [junit4]   2> 2735355 T7691 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2735355 T7691 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2735355 T7691 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2735357 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735358 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735358 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735359 T7691 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2735361 T7655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2735362 T7632 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2735363 T7632 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2735363 T7655 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:54414/mj_jp/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54414_mj_jp%2Fl",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 2735369 T7654 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 2735475 T7674 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> 2735475 T7690 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> 2735477 T7654 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> 2735477 T7661 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> 2735677 T7632 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2735683 T7632 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54417
   [junit4]   2> 2735685 T7632 oass.SolrDispat

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

it4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:277)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:387)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:177)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:165)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:109)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:277)
   [junit4]   2> 
   [junit4]   2> 3143533 T8375 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 3143534 T8375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3143534 T8375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 3143534 T8375 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work/qnr-0000000004 state: SyncConnected type NodeDeleted
   [junit4]   2> 230153 T8352 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 3144591 T8421 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=iw, timezone=America/Thunder_Bay
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=2,threads=1,free=23559272,total=298225664
   [junit4]   2> NOTE: All tests run in this JVM: [FileUtilsTest, TestSuggestSpellingConverter, TestDynamicFieldResource, TestDynamicFieldCollectionResource, TestNRTOpen, TestCoreDiscovery, MultiTermTest, UpdateParamsTest, CoreContainerCoreInitFailuresTest, FieldAnalysisRequestHandlerTest, NotRequiredUniqueKeyTest, DisMaxRequestHandlerTest, AlternateDirectoryTest, BasicZkTest, TestFiltering, LeaderElectionTest, HdfsBasicDistributedZk2Test, PolyFieldTest, TestJmxIntegration, TermsComponentTest, CachingDirectoryFactoryTest, BasicFunctionalityTest, ModifyConfFileTest, SolrCoreCheckLockOnStartupTest, CurrencyFieldOpenExchangeTest, TestRecoveryHdfs, ReturnFieldsTest, ShardRoutingTest, TestFieldCollectionResource, TestIndexSearcher, SuggesterTest, TestLuceneMatchVersion, TestRealTimeGet, CoreMergeIndexesAdminHandlerTest, HdfsRecoveryZkTest, ClusterStateTest, TestStressVersions, TestBinaryField, TestPHPSerializedResponseWriter, StatelessScriptUpdateProcessorFactoryTest, TestNumberUtils, TestConfig, SimplePostToolTest, TestSolrDeletionPolicy2, TestBinaryResponseWriter, TestSurroundQueryParser, CacheHeaderTest, TestReplicationHandler, AliasIntegrationTest, TestShardHandlerFactory, TestUpdate, PrimitiveFieldTypeTest, MinimalSchemaTest, BadCopyFieldTest, JsonLoaderTest, TestGroupingSearch, PeerSyncTest, TestSchemaVersionResource, ZkControllerTest, ExternalFileFieldSortTest, MigrateRouteKeyTest, TestDistributedSearch, TestPartialUpdateDeduplication, StatsComponentTest, ShardRoutingCustomTest, TestImplicitCoreProperties, TestCollapseQParserPlugin, TestUniqueKeyFieldResource, PreAnalyzedUpdateProcessorTest, TestFastWriter, TestAddFieldRealTimeGet, SampleTest, TestSchemaNameResource, TestRecovery, RequestHandlersTest, TestWordDelimiterFilterFactory, TestXIncludeConfig, BinaryUpdateRequestHandlerTest, DocValuesMissingTest, TestFastLRUCache, MBeansHandlerTest, HardAutoCommitTest, ShardSplitTest, TestFoldingMultitermQuery, StressHdfsTest, DOMUtilTest, NumericFieldsTest, CoreAdminCreateDiscoverTest, FileBasedSpellCheckerTest, TestRangeQuery, TestPhraseSuggestions, DocValuesMultiTest, TestSolrQueryParserDefaultOperatorResource, TestSort, TestDocBasedVersionConstraints, TestQuerySenderListener, TestCloudManagedSchema, WordBreakSolrSpellCheckerTest, HdfsChaosMonkeySafeLeaderTest, PluginInfoTest, TestSystemIdResolver, SortByFunctionTest, SliceStateTest, RecoveryZkTest, DocumentBuilderTest, CSVRequestHandlerTest, NoCacheHeaderTest, ParsingFieldUpdateProcessorsTest, TestPseudoReturnFields, TestSweetSpotSimilarityFactory, TestFuzzyAnalyzedSuggestions, TestPostingsSolrHighlighter, TestPerFieldSimilarity, SolrInfoMBeanTest, TestNoOpRegenerator, LukeRequestHandlerTest, BasicDistributedZkTest, SolrCoreTest, TestDefaultSearchFieldResource, TestInfoStreamLogging, UnloadDistributedZkTest, TestSolrIndexConfig, BJQParserTest, TestLMJelinekMercerSimilarityFactory, SliceStateUpdateTest, SolrIndexConfigTest, TestCSVResponseWriter, QueryResultKeyTest, TimeZoneUtilsTest, SuggesterTSTTest, DistributedTermsComponentTest, TestIndexingPerformance, HdfsBasicDistributedZkTest, TestCodecSupport, TestSolrXmlPersistence, TestNonNRTOpen, UpdateRequestProcessorFactoryTest, TestLFUCache, TestDefaultSimilarityFactory, TestBM25SimilarityFactory, EnumFieldTest, DistributedSpellCheckComponentTest, TestLRUCache, RAMDirectoryFactoryTest, InfoHandlerTest, OpenExchangeRatesOrgProviderTest, TestCharFilters, SystemInfoHandlerTest, HdfsSyncSliceTest, TestFaceting, HdfsUnloadDistributedZkTest, FullSolrCloudDistribCmdsTest, TestSearchPerf, HighlighterTest, AddBlockUpdateTest, ResourceLoaderTest, TestCloudManagedSchemaAddField, DistributedQueryElevationComponentTest, TestSolr4Spatial, TestWriterPerf, TestSchemaSimilarityResource, TestCSVLoader, IndexSchemaTest, DirectUpdateHandlerOptimizeTest, TestMaxScoreQueryParser, TestOmitPositions, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, ClusterStateUpdateTest, TestRandomFaceting, ZkSolrClientTest, TestZkChroot, TestRandomDVFaceting, ZkCLITest, AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, TermVectorComponentDistributedTest, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap, TestReload, TestCoreContainer, SimpleFacetsTest, SpellCheckComponentTest, SolrCmdDistributorTest, QueryElevationComponentTest, BadIndexSchemaTest, ConvertedLegacyTest, TestFunctionQuery, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, AnalysisAfterCoreReloadTest, SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser, SpellCheckCollatorTest, SuggesterFSTTest, CoreAdminHandlerTest, SolrRequestParserTest, DocValuesTest, TestStressLucene, TestTrie, SpatialFilterTest, SuggesterWFSTTest, SchemaVersionSpecificBehaviorTest, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, QueryEqualityTest, DefaultValueUpdateProcessorTest, TestRemoteStreaming, DistanceFunctionTest, TestSolrDeletionPolicy1, XsltUpdateRequestHandlerTest, DebugComponentTest, IndexBasedSpellCheckerTest, TestQueryUtils, StandardRequestHandlerTest, DirectSolrSpellCheckerTest, TestReversedWildcardFilterFactory, DocumentAnalysisRequestHandlerTest, TestQueryTypes, XmlUpdateRequestHandlerTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, TermVectorComponentTest, MoreLikeThisHandlerTest, RequiredFieldsTest, TestSolrQueryParser, TestArbitraryIndexDir, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, LoggingHandlerTest, RegexBoostProcessorTest, SolrPluginUtilsTest, TestCollationField, JSONWriterTest, QueryParsingTest, TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest, PingRequestHandlerTest, TestComponentsName, SearchHandlerTest, HighlighterConfigTest, SOLR749Test, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, TestMergePolicyConfig, TestDocSet, TestElisionMultitermQuery, OutputWriterTest, TestSolrCoreProperties, DirectSolrConnectionTest, SpellPossibilityIteratorTest, SynonymTokenizerTest, EchoParamsTest, TestDFRSimilarityFactory, TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TestFastOutputStream, ScriptEngineTest, URLClassifyProcessorTest, DateMathParserTest, ChaosMonkeyNothingIsSafeTest, TestSolrXMLSerializer, PreAnalyzedFieldTest, PrimUtilsTest, DateFieldTest, SpellingQueryConverterTest, TestSolrJ, TestUtils, TestDocumentBuilder, ZkNodePropsTest, UUIDFieldTest, CircularListTest, TestRTGBase, SolrTestCaseJ4Test, TestCollationKeyRangeQueries, AssignTest, CustomCollectionTest, DeleteInactiveReplicaTest]
   [junit4] Completed in 230.70s, 1 test, 1 error <<< FAILURES!

[...truncated 104 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:426: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:406: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/extra-targets.xml:37: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:489: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1276: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:912: There were test failures: 341 suites, 1498 tests, 2 errors, 39 ignored (5 assumptions)

Total time: 93 minutes 2 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseSerialGC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure