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 2014/11/28 07:38:24 UTC

[JENKINS] Lucene-Solr-5.x-Linux (64bit/jdk1.8.0_40-ea-b09) - Build # 11513 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-Linux/11513/
Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: true)

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

Error Message:
There were too many update fails - we expect it can happen, but shouldn't easily

Stack Trace:
java.lang.AssertionError: There were too many update fails - we expect it can happen, but shouldn't easily
	at __randomizedtesting.SeedInfo.seed([752E9E9DC3DB9ACC:F4C81085B484FAF0]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertFalse(Assert.java:68)
	at org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.doTest(ChaosMonkeyNothingIsSafeTest.java:223)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)


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

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:40936/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:40936/collection1
	at __randomizedtesting.SeedInfo.seed([752E9E9DC3DB9ACC:F4C81085B484FAF0]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:581)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.indexDoc(AbstractFullDistribZkTestBase.java:753)
	at org.apache.solr.cloud.DistribCursorPagingTest.doRandomSortsOnLargeIndex(DistribCursorPagingTest.java:529)
	at org.apache.solr.cloud.DistribCursorPagingTest.doTest(DistribCursorPagingTest.java:89)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
	at sun.reflect.GeneratedMethodAccessor60.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:170)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
	... 46 more




Build Log:
[...truncated 9508 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/init-core-data-001
   [junit4]   2> 712820 T1254 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 712825 T1254 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 712826 T1254 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 712826 T1255 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 712926 T1254 oasc.ZkTestServer.run start zk server on port:44469
   [junit4]   2> 712927 T1254 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 712932 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 712934 T1262 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@429c714c name:ZooKeeperConnection Watcher:127.0.0.1:44469 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 712935 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 712935 T1254 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 712935 T1254 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 712942 T1254 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 712942 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 712944 T1265 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1833c955 name:ZooKeeperConnection Watcher:127.0.0.1:44469/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 712945 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 712945 T1254 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 712945 T1254 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 712947 T1254 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 712948 T1254 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 712949 T1254 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 712950 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 712951 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 712953 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 712954 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 712956 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 712957 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 712958 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 712958 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 712960 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 712961 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 712962 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 712963 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 712965 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 712966 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 712967 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 712968 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 712970 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 712971 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 712972 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 712973 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 712974 T1254 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 712975 T1254 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 713445 T1254 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 713504 T1254 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42051
   [junit4]   2> 713505 T1254 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 713505 T1254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 713505 T1254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002
   [junit4]   2> 713506 T1254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/'
   [junit4]   2> 713517 T1254 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/solr.xml
   [junit4]   2> 713529 T1254 oasc.CoreContainer.<init> New CoreContainer 1851049532
   [junit4]   2> 713529 T1254 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/]
   [junit4]   2> 713530 T1254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 713530 T1254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 713530 T1254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 713531 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 713531 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 713531 T1254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 713532 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 713532 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 713532 T1254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 713532 T1254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 713533 T1254 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 713533 T1254 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 713534 T1254 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 713534 T1254 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 713534 T1254 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44469/solr
   [junit4]   2> 713535 T1254 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 713535 T1254 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 713536 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 713538 T1277 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3410d036 name:ZooKeeperConnection Watcher:127.0.0.1:44469 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 713538 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 713538 T1254 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 713540 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 713542 T1280 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4aa60828 name:ZooKeeperConnection Watcher:127.0.0.1:44469/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 713542 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 713543 T1254 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 713545 T1254 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 713546 T1254 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 713548 T1254 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 713549 T1254 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 713551 T1254 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 713552 T1254 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42051_
   [junit4]   2> 713552 T1254 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42051_
   [junit4]   2> 713554 T1254 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 713555 T1254 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 713556 T1254 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 713557 T1254 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:42051_
   [junit4]   2> 713558 T1254 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 713559 T1254 oasc.Overseer.start Overseer (id=92874576002351107-127.0.0.1:42051_-n_0000000000) starting
   [junit4]   2> 713560 T1254 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 713564 T1254 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 713565 T1282 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 713565 T1254 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 713567 T1254 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 713568 T1254 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 713570 T1281 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 713573 T1284 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 713573 T1284 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 713573 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 713573 T1284 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 713575 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42051",
   [junit4]   2> 	  "node_name":"127.0.0.1:42051_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 713575 T1281 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 713575 T1281 oasc.Overseer$ClusterStateUpdater.createCollection state version control_collection 1
   [junit4]   2> 713576 T1281 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 713577 T1280 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> 714574 T1284 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 714574 T1284 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 714575 T1284 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 714575 T1284 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 714575 T1284 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 714576 T1284 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/collection1/'
   [junit4]   2> 714576 T1284 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 714576 T1284 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 714577 T1284 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 714624 T1284 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 714625 T1284 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 714637 T1284 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 714650 T1284 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 714651 T1284 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 714657 T1284 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 714836 T1284 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 714838 T1284 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 714842 T1284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 714845 T1284 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 714858 T1284 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 714859 T1284 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 714876 T1284 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-002/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/control/data/
   [junit4]   2> 714876 T1284 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@29925527
   [junit4]   2> 714877 T1284 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/control/data
   [junit4]   2> 714878 T1284 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/control/data/index/
   [junit4]   2> 714878 T1284 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 714879 T1284 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/control/data/index
   [junit4]   2> 714880 T1284 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.438122167279584]
   [junit4]   2> 720207 T1284 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 720207 T1284 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 720210 T1284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 720210 T1284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 720210 T1284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 720211 T1284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 720211 T1284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 720211 T1284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 720211 T1284 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 720211 T1284 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 720211 T1284 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 720212 T1284 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 720212 T1284 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 720212 T1284 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 720213 T1284 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 720213 T1284 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 720213 T1284 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 720213 T1284 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 720214 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 720215 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 720215 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 720215 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 720215 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 720216 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 720237 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 720237 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 720238 T1284 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 720238 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 720238 T1284 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 720240 T1284 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720240 T1284 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720241 T1284 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720242 T1284 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 720243 T1284 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 720243 T1284 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 720244 T1284 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1497538506, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 720244 T1284 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 720245 T1284 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 720245 T1284 oass.SolrIndexSearcher.<init> Opening Searcher@cb63e39[collection1] main
   [junit4]   2> 720245 T1284 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 720246 T1284 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 720246 T1284 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 720246 T1284 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 720246 T1284 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 720246 T1284 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 720247 T1284 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 720247 T1284 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 720247 T1284 oascc.SolrZkClient.makePath makePath: /configs/conf1/_rest_managed.json
   [junit4]   2> 720249 T1284 oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new znode /configs/conf1/_rest_managed.json
   [junit4]   2> 720249 T1284 oasr.ManagedResourceStorage$JsonStorage.store Saved JSON object to path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 720249 T1284 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 720249 T1284 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 720250 T1285 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@cb63e39[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 720250 T1284 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 720251 T1288 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42051 collection:control_collection shard:shard1
   [junit4]   2> 720252 T1254 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 720252 T1254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 720253 T1254 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 720254 T1288 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 720255 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 720262 T1288 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 720263 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 720264 T1288 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 720264 T1288 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C203 name=collection1 org.apache.solr.core.SolrCore@5e517350 url=http://127.0.0.1:42051/collection1 node=127.0.0.1:42051_ C203_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:42051, node_name=127.0.0.1:42051_, state=down}
   [junit4]   2> 720264 T1288 C203 P42051 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42051/collection1/
   [junit4]   2> 720264 T1288 C203 P42051 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 720264 T1288 C203 P42051 oasc.SyncStrategy.syncToMe http://127.0.0.1:42051/collection1/ has no replicas
   [junit4]   2> 720265 T1288 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42051/collection1/ shard1
   [junit4]   2> 720265 T1288 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 720265 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"}
   [junit4]   2> 720269 T1291 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@421d05ba name:ZooKeeperConnection Watcher:127.0.0.1:44469/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 720269 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 720270 T1254 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 720275 T1280 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> 720275 T1254 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 720278 T1254 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 720281 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42051",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 720283 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 720283 T1280 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> 720283 T1291 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> 720326 T1288 oasc.ZkController.register We are http://127.0.0.1:42051/collection1/ and leader is http://127.0.0.1:42051/collection1/
   [junit4]   2> 720327 T1288 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42051
   [junit4]   2> 720327 T1288 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 720327 T1288 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 720327 T1288 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 720328 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 720330 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42051",
   [junit4]   2> 	  "node_name":"127.0.0.1:42051_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 720433 T1280 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> 720434 T1291 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> 721117 T1254 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 721118 T1254 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 721122 T1254 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36719
   [junit4]   2> 721123 T1254 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 721123 T1254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 721123 T1254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003
   [junit4]   2> 721124 T1254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/'
   [junit4]   2> 721142 T1254 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/solr.xml
   [junit4]   2> 721156 T1254 oasc.CoreContainer.<init> New CoreContainer 27286725
   [junit4]   2> 721157 T1254 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/]
   [junit4]   2> 721157 T1254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 721157 T1254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 721158 T1254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 721158 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 721158 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 721158 T1254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 721158 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 721159 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 721159 T1254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 721159 T1254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 721160 T1254 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 721160 T1254 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 721160 T1254 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 721160 T1254 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 721162 T1254 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44469/solr
   [junit4]   2> 721162 T1254 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 721163 T1254 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 721176 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 721179 T1303 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@26d47d67 name:ZooKeeperConnection Watcher:127.0.0.1:44469 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 721180 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 721181 T1254 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 721184 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 721186 T1306 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@521165f8 name:ZooKeeperConnection Watcher:127.0.0.1:44469/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 721186 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 721192 T1254 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 722195 T1254 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36719_
   [junit4]   2> 722196 T1254 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36719_
   [junit4]   2> 722199 T1254 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 722203 T1307 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 722203 T1307 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 722204 T1307 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 722204 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 722206 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36719",
   [junit4]   2> 	  "node_name":"127.0.0.1:36719_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 722206 T1281 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 722206 T1281 oasc.Overseer$ClusterStateUpdater.createCollection state version collection1 1
   [junit4]   2> 722207 T1281 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 722209 T1280 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> 722209 T1291 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> 722209 T1306 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> 723204 T1307 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 723204 T1307 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 723205 T1307 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 723205 T1307 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 723205 T1307 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 723205 T1307 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/collection1/'
   [junit4]   2> 723206 T1307 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 723206 T1307 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 723206 T1307 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 723217 T1307 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 723218 T1307 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 723228 T1307 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 723239 T1307 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 723240 T1307 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 723246 T1307 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 723414 T1307 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 723416 T1307 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 723416 T1307 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 723419 T1307 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 723436 T1307 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 723436 T1307 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 723437 T1307 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-003/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty1/
   [junit4]   2> 723437 T1307 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@29925527
   [junit4]   2> 723438 T1307 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty1
   [junit4]   2> 723438 T1307 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty1/index/
   [junit4]   2> 723439 T1307 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 723440 T1307 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty1/index
   [junit4]   2> 723441 T1307 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.438122167279584]
   [junit4]   2> 723453 T1307 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 723453 T1307 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 723458 T1307 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 723458 T1307 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 723458 T1307 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 723459 T1307 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 723459 T1307 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 723459 T1307 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 723459 T1307 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 723460 T1307 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 723460 T1307 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 723460 T1307 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723461 T1307 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723461 T1307 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723462 T1307 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 723462 T1307 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 723464 T1307 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 723464 T1307 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 723465 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 723466 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 723492 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 723492 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 723493 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 723494 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 723494 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 723495 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 723495 T1307 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 723495 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 723496 T1307 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 723498 T1307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723499 T1307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723501 T1307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723502 T1307 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 723505 T1307 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 723506 T1307 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 723510 T1307 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1497538506, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 723511 T1307 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 723511 T1307 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 723512 T1307 oass.SolrIndexSearcher.<init> Opening Searcher@63c13975[collection1] main
   [junit4]   2> 723512 T1307 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 723514 T1307 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 723514 T1307 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 723515 T1307 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 723515 T1307 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 723515 T1307 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 723516 T1307 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 723517 T1307 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 723517 T1307 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 723517 T1307 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 723517 T1307 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 723518 T1308 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@63c13975[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 723519 T1307 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 723524 T1254 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 723525 T1254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 723527 T1311 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36719 collection:collection1 shard:shard1
   [junit4]   2> 723529 T1311 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 723535 T1311 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 723536 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 723538 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1"}
   [junit4]   2> 723540 T1311 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 723541 T1311 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C204 name=collection1 org.apache.solr.core.SolrCore@4c6fee1c url=http://127.0.0.1:36719/collection1 node=127.0.0.1:36719_ C204_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:36719, node_name=127.0.0.1:36719_, state=down}
   [junit4]   2> 723541 T1311 C204 P36719 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36719/collection1/
   [junit4]   2> 723541 T1311 C204 P36719 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 723541 T1311 C204 P36719 oasc.SyncStrategy.syncToMe http://127.0.0.1:36719/collection1/ has no replicas
   [junit4]   2> 723541 T1311 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36719/collection1/ shard1
   [junit4]   2> 723542 T1311 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 723545 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 723546 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36719",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"}
   [junit4]   2> 723649 T1291 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> 723649 T1280 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> 723649 T1306 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> 723699 T1311 oasc.ZkController.register We are http://127.0.0.1:36719/collection1/ and leader is http://127.0.0.1:36719/collection1/
   [junit4]   2> 723699 T1311 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36719
   [junit4]   2> 723700 T1311 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 723700 T1311 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 723700 T1311 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 723701 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 723704 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36719",
   [junit4]   2> 	  "node_name":"127.0.0.1:36719_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 723807 T1291 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> 723807 T1306 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> 723807 T1280 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> 723894 T1254 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 723895 T1254 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 723898 T1254 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:45374
   [junit4]   2> 723899 T1254 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 723900 T1254 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 723900 T1254 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004
   [junit4]   2> 723900 T1254 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/'
   [junit4]   2> 723917 T1254 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/solr.xml
   [junit4]   2> 723928 T1254 oasc.CoreContainer.<init> New CoreContainer 1628776092
   [junit4]   2> 723929 T1254 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/]
   [junit4]   2> 723929 T1254 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 723930 T1254 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 723930 T1254 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 723930 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 723931 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 723931 T1254 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 723931 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 723932 T1254 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 723932 T1254 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 723932 T1254 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 723933 T1254 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 723933 T1254 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 723934 T1254 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 723934 T1254 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 723934 T1254 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:44469/solr
   [junit4]   2> 723935 T1254 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 723935 T1254 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 723936 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 723938 T1323 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b159819 name:ZooKeeperConnection Watcher:127.0.0.1:44469 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 723938 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 723939 T1254 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 723941 T1254 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 723943 T1326 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@335d56b6 name:ZooKeeperConnection Watcher:127.0.0.1:44469/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 723943 T1254 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 723948 T1254 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 724950 T1254 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45374_
   [junit4]   2> 724951 T1254 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45374_
   [junit4]   2> 724954 T1254 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 724957 T1327 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 724957 T1327 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 724958 T1280 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 724958 T1327 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 724959 T1281 oasc.Overseer$ClusterStateUpdater.processMessage processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:45374",
   [junit4]   2> 	  "node_name":"127.0.0.1:45374_",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 724959 T1281 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 724959 T1281 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 725061 T1280 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> 725062 T1291 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> 725062 T1306 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> 725062 T1326 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> 725958 T1327 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 725958 T1327 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 725959 T1327 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 725959 T1327 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 725960 T1327 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 725960 T1327 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/collection1/'
   [junit4]   2> 725960 T1327 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 725961 T1327 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 725961 T1327 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 725973 T1327 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 725974 T1327 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 725983 T1327 oasc.SolrConfig.<init> Using Lucene MatchVersion: 5.0.0
   [junit4]   2> 725994 T1327 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 725995 T1327 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 725999 T1327 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 726117 T1327 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 726118 T1327 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 726119 T1327 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 726133 T1327 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 726144 T1327 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 726144 T1327 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 726144 T1327 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-004/collection1/, dataDir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty2/
   [junit4]   2> 726144 T1327 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@29925527
   [junit4]   2> 726145 T1327 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty2
   [junit4]   2> 726146 T1327 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty2/index/
   [junit4]   2> 726146 T1327 oasc.SolrCore.initIndex WARN [collection1] Solr index directory '/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 726147 T1327 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty2/index
   [junit4]   2> 726149 T1327 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.438122167279584]
   [junit4]   2> 726157 T1327 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 726158 T1327 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 726162 T1327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 726162 T1327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 726162 T1327 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 726163 T1327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 726163 T1327 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 726163 T1327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 726163 T1327 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 726164 T1327 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 726164 T1327 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 726165 T1327 oasc.RequestHandlers.initHandlersFromConfig created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 726165 T1327 oasc.RequestHandlers.initHandlersFromConfig created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 726165 T1327 oasc.RequestHandlers.initHandlersFromConfig created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 726166 T1327 oasc.RequestHandlers.initHandlersFromConfig created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 726166 T1327 oasc.RequestHandlers.initHandlersFromConfig created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 726168 T1327 oasc.RequestHandlers.initHandlersFromConfig created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 726168 T1327 oasc.RequestHandlers.initHandlersFromConfig created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 726169 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 726170 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 726171 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 726171 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 726172 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 726172 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/properties: org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 726173 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 726173 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 726174 T1327 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 726174 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 726175 T1327 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 726177 T1327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 726178 T1327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 726179 T1327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 726179 T1327 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 726181 T1327 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 726181 T1327 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 726182 T1327 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1497538506, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 726183 T1327 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.ChaosMonkeyNothingIsSafeTest-752E9E9DC3DB9ACC-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 726183 T1327 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 726183 T1327 oass.SolrIndexSearcher.<init> Opening Searcher@77ffd5d3[collection1] main
   [junit4]   2> 726183 T1327 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 726184 T1327 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 726184 T1327 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 726184 T1327 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 726184 T1327 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 726185 T1327 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 726185 T1327 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 726185 T1327 oasr.ManagedResourceStorage.load Loaded LinkedHashMap at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 726185 T1327 oasr.ManagedResource.reloadFromStorage Loaded initArgs {} for /rest/managed
   [junit4]   2> 726186 T1327 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 726186 T1327 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 726192 T1328 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@77ffd5d3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 726192 T1327 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 726193 T1331 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:45374 collection:collection1 shard:shard1
   [junit4]   2> 726193 T1254 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 726194 T1254 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 726198 T1254 oasc.AbstractDistribZkTestBase.waitForRecoveriesToFinish Wait for recoveries to finish - collection: collection1 failOnTimeout:true timeout (sec):330
   [junit4]   2> 726200 T1331 oasc.ZkController.register We are http://127.0.0.1:45374/collection1/ and leader is http://127.0.0.1:36719/collection1/
   [junit4]   2> 726200 T1331 oasc.ZkController.register No LogRepla

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

    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:581)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:215)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:211)
   [junit4]    > 	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:124)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.indexDoc(AbstractFullDistribZkTestBase.java:753)
   [junit4]    > 	at org.apache.solr.cloud.DistribCursorPagingTest.doRandomSortsOnLargeIndex(DistribCursorPagingTest.java:529)
   [junit4]    > 	at org.apache.solr.cloud.DistribCursorPagingTest.doTest(DistribCursorPagingTest.java:89)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    > 	at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    > 	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:170)
   [junit4]    > 	at java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    > 	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
   [junit4]    > 	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:954)
   [junit4]    > 	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:911)
   [junit4]    > 	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:160)
   [junit4]    > 	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:84)
   [junit4]    > 	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:273)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:140)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:57)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:260)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:283)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:251)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:197)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:271)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:123)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:682)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:486)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:465)
   [junit4]    > 	... 46 more
   [junit4]   2> 2797095 T7666 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.DistribCursorPagingTest-752E9E9DC3DB9ACC-001
   [junit4]   2> 114072 T7665 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), sim=DefaultSimilarity, locale=sk_SK, timezone=Universal
   [junit4]   2> NOTE: Linux 3.13.0-39-generic amd64/Oracle Corporation 1.8.0_40-ea (64-bit)/cpus=8,threads=1,free=130909104,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestQueryTypes, TestPivotHelperCode, TestManagedSchemaFieldTypeResource, TestSchemaManager, SimpleMLTQParserTest, TestCollectionAPI, TestFunctionQuery, ZkSolrClientTest, TestNoOpRegenerator, TestBlendedInfixSuggestions, TestBM25SimilarityFactory, TestCSVResponseWriter, TestManagedSchemaDynamicFieldResource, TestCloudSchemaless, TestInfoStreamLogging, CoreAdminRequestStatusTest, TestPseudoReturnFields, TestSchemaNameResource, AnalyticsMergeStrategyTest, PolyFieldTest, TestImplicitCoreProperties, LoggingHandlerTest, LukeRequestHandlerTest, QueryParsingTest, TestWriterPerf, TestModifyConfFiles, LeaderElectionIntegrationTest, PrimUtilsTest, TestReversedWildcardFilterFactory, SpatialFilterTest, TestSchemaResource, TestFileDictionaryLookup, LeaderFailoverAfterPartitionTest, TestSolr4Spatial2, TestMaxScoreQueryParser, TestStressLucene, SoftAutoCommitTest, OutOfBoxZkACLAndCredentialsProvidersTest, TestBinaryField, SolrInfoMBeanTest, TestRandomFaceting, SearchHandlerTest, TestMultiCoreConfBootstrap, CopyFieldTest, TestUtils, TestBulkSchemaAPI, SharedFSAutoReplicaFailoverTest, TestHighlightDedupGrouping, TestReplicationHandlerBackup, BasicDistributedZk2Test, TestPerFieldSimilarity, TestBulkSchemaConcurrent, ChaosMonkeySafeLeaderTest, TestGroupingSearch, CoreAdminCreateDiscoverTest, ParsingFieldUpdateProcessorsTest, BasicZkTest, TestRealTimeGet, DateFieldTest, AnalyticsQueryTest, FileBasedSpellCheckerTest, TestValueSourceCache, TestCharFilters, SampleTest, TestSortingResponseWriter, SolrIndexConfigTest, TestFieldCollectionResource, FieldAnalysisRequestHandlerTest, SolrCoreTest, SynonymTokenizerTest, BinaryUpdateRequestHandlerTest, TestSweetSpotSimilarityFactory, TestSchemaVersionResource, ShardRoutingCustomTest, HdfsDirectoryTest, CSVRequestHandlerTest, TestXIncludeConfig, TestUpdate, DistributedFacetPivotLargeTest, TestJoin, TestExpandComponent, TestHighFrequencyDictionaryFactory, CollectionsAPIDistributedZkTest, HdfsLockFactoryTest, DistributedIntervalFacetingTest, HdfsBasicDistributedZkTest, CoreContainerCoreInitFailuresTest, DistributedExpandComponentTest, TestShortCircuitedRequests, ResponseHeaderTest, MultiThreadedOCPTest, CachingDirectoryFactoryTest, TestRecovery, AnalysisErrorHandlingTest, ShardSplitTest, AutoCommitTest, DistributedTermsComponentTest, ConvertedLegacyTest, TestManagedSynonymFilterFactory, SuggestComponentTest, SortByFunctionTest, SimplePostToolTest, TestCustomSort, HdfsUnloadDistributedZkTest, TestOverriddenPrefixQueryForCustomFieldType, TestBadConfig, DirectSolrConnectionTest, DateMathParserTest, RAMDirectoryFactoryTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, TestZkChroot, ZkCLITest, TestDistributedGrouping, TestFaceting, TermVectorComponentDistributedTest, TestStressReorder, TestReload, HardAutoCommitTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, StatsComponentTest, QueryElevationComponentTest, PeerSyncTest, TestLazyCores, OverseerCollectionProcessorTest, DistributedQueryElevationComponentTest, SolrRequestParserTest, WordBreakSolrSpellCheckerTest, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, DebugComponentTest, CacheHeaderTest, TestQueryUtils, DirectSolrSpellCheckerTest, TestOmitPositions, RequestHandlersTest, TermVectorComponentTest, TestArbitraryIndexDir, IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCollationField, MBeansHandlerTest, JsonLoaderTest, PingRequestHandlerTest, TestBinaryResponseWriter, TestQuerySenderListener, AlternateDirectoryTest, TestQuerySenderNoQuery, TestMergePolicyConfig, TestDocSet, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, TestSolrCoreProperties, ScriptEngineTest, ClusterStateTest, TestDocumentBuilder, UUIDFieldTest, CircularListTest, TestRTGBase, SolrTestCaseJ4Test, TestDistributedMissingSort, AssignTest, CloudExitableDirectoryReaderTest, CustomCollectionTest, DistribCursorPagingTest]
   [junit4] Completed on J1 in 114.35s, 1 test, 1 error <<< FAILURES!

[...truncated 284 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:525: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:473: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/build.xml:61: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/extra-targets.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/solr/common-build.xml:508: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:1363: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-5.x-Linux/lucene/common-build.xml:970: There were test failures: 450 suites, 1841 tests, 1 error, 1 failure, 31 ignored (22 assumptions)

Total time: 123 minutes 4 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_40-ea-b09 -XX:-UseCompressedOops -XX:+UseG1GC (asserts: true)
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any