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

[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.7.0_15) - Build # 4599 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/4599/
Java: 32bit/jdk1.7.0_15 -client -XX:+UseConcMarkSweepGC

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.ChaosMonkeySafeLeaderTest

Error Message:
ERROR: SolrIndexSearcher opens=54 closes=53

Stack Trace:
java.lang.AssertionError: ERROR: SolrIndexSearcher opens=54 closes=53
	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:601)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:722)


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

Error Message:
2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest:     1) Thread[id=1945, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Thread.sleep(Native Method)         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:722)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
   1) Thread[id=1945, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
   2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:722)
	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)


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

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=1945, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at java.lang.Object.wait(Native Method)         at java.lang.Thread.join(Thread.java:1258)         at java.lang.Thread.join(Thread.java:1332)         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)         at java.lang.Thread.run(Thread.java:722)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=1945, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1258)
        at java.lang.Thread.join(Thread.java:1332)
        at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
        at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
        at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
        at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
   2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:722)
	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)




Build Log:
[...truncated 9289 lines...]
[junit4:junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
[junit4:junit4]   2> 0 T1534 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
[junit4:junit4]   2> 6 T1534 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
[junit4:junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-ChaosMonkeySafeLeaderTest-1362787274481
[junit4:junit4]   2> 7 T1534 oasc.ZkTestServer.run STARTING ZK TEST SERVER
[junit4:junit4]   2> 8 T1535 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
[junit4:junit4]   2> 9 T1535 oazs.ZooKeeperServer.setTickTime tickTime set to 1000
[junit4:junit4]   2> 9 T1535 oazs.ZooKeeperServer.setMinSessionTimeout minSessionTimeout set to -1
[junit4:junit4]   2> 9 T1535 oazs.ZooKeeperServer.setMaxSessionTimeout maxSessionTimeout set to -1
[junit4:junit4]   2> 9 T1535 oazs.NIOServerCnxnFactory.configure binding to port 0.0.0.0/0.0.0.0:0
[junit4:junit4]   2> 10 T1535 oazsp.FileTxnSnapLog.save Snapshotting: 0x0 to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/zookeeper/server1/data/version-2/snapshot.0
[junit4:junit4]   2> 108 T1534 oasc.ZkTestServer.run start zk server on port:38115
[junit4:junit4]   2> 108 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a14f16
[junit4:junit4]   2> 110 T1540 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 109 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 110 T1540 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 110 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52459
[junit4:junit4]   2> 110 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52459
[junit4:junit4]   2> 111 T1538 oazsp.FileTxnLog.append Creating new log file: log.1
[junit4:junit4]   2> 415 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50000 with negotiated timeout 10000 for client /127.0.0.1:52459
[junit4:junit4]   2> 415 T1540 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50000, negotiated timeout = 10000
[junit4:junit4]   2> 415 T1541 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a14f16 name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 416 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 416 T1534 oascc.SolrZkClient.makePath makePath: /solr
[junit4:junit4]   2> 419 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50000
[junit4:junit4]   2> 423 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52459 which had sessionid 0x13d4c738ef50000
[junit4:junit4]   2> 423 T1541 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 423 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50000 closed
[junit4:junit4]   2> 424 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@1276a9d
[junit4:junit4]   2> 425 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 425 T1542 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 427 T1542 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 427 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52460
[junit4:junit4]   2> 428 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52460
[junit4:junit4]   2> 428 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50001 with negotiated timeout 10000 for client /127.0.0.1:52460
[junit4:junit4]   2> 429 T1542 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50001, negotiated timeout = 10000
[junit4:junit4]   2> 429 T1543 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1276a9d name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 429 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 430 T1534 oascc.SolrZkClient.makePath makePath: /collections/collection1
[junit4:junit4]   2> 448 T1534 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
[junit4:junit4]   2> 450 T1534 oascc.SolrZkClient.makePath makePath: /collections/control_collection
[junit4:junit4]   2> 452 T1534 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
[junit4:junit4]   2> 454 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 455 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
[junit4:junit4]   2> 460 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
[junit4:junit4]   2> 461 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
[junit4:junit4]   2> 469 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
[junit4:junit4]   2> 470 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
[junit4:junit4]   2> 472 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
[junit4:junit4]   2> 473 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
[junit4:junit4]   2> 475 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
[junit4:junit4]   2> 476 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
[junit4:junit4]   2> 478 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 479 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
[junit4:junit4]   2> 483 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 483 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4:junit4]   2> 486 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 486 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
[junit4:junit4]   2> 489 T1534 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
[junit4:junit4]   2> 489 T1534 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
[junit4:junit4]   2> 496 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50001
[junit4:junit4]   2> 497 T1543 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 497 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52460 which had sessionid 0x13d4c738ef50001
[junit4:junit4]   2> 497 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50001 closed
[junit4:junit4]   2> 572 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 580 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36090
[junit4:junit4]   2> 580 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 581 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 581 T1534 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972
[junit4:junit4]   2> 582 T1534 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/solr.xml
[junit4:junit4]   2> 582 T1534 oasc.CoreContainer.<init> New CoreContainer 6613944
[junit4:junit4]   2> 583 T1534 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/'
[junit4:junit4]   2> 583 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/'
[junit4:junit4]   2> 608 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 608 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 609 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 609 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 609 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 610 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 610 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 610 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 611 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 611 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 619 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 630 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 631 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 631 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@11a581d
[junit4:junit4]   2> 632 T1553 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 633 T1553 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 632 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 633 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52461
[junit4:junit4]   2> 634 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52461
[junit4:junit4]   2> 635 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50002 with negotiated timeout 20000 for client /127.0.0.1:52461
[junit4:junit4]   2> 635 T1553 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50002, negotiated timeout = 20000
[junit4:junit4]   2> 636 T1554 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@11a581d name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 636 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 639 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50002
[junit4:junit4]   2> 640 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52461 which had sessionid 0x13d4c738ef50002
[junit4:junit4]   2> 640 T1554 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 640 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50002 closed
[junit4:junit4]   2> 641 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 644 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@e85b7a
[junit4:junit4]   2> 645 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 645 T1555 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 645 T1555 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 646 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52462
[junit4:junit4]   2> 646 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52462
[junit4:junit4]   2> 646 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50003 with negotiated timeout 20000 for client /127.0.0.1:52462
[junit4:junit4]   2> 647 T1555 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50003, negotiated timeout = 20000
[junit4:junit4]   2> 649 T1556 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e85b7a name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 650 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 652 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x2 zxid:0x1a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 653 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes
[junit4:junit4]   2> 662 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36090_
[junit4:junit4]   2> 666 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:delete cxid:0x8 zxid:0x1c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:36090_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:36090_
[junit4:junit4]   2> 667 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36090_
[junit4:junit4]   2> 670 T1534 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
[junit4:junit4]   2> 682 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:delete cxid:0x16 zxid:0x21 txntype:-1 reqpath:n/a Error Path:/solr/overseer_elect/leader Error:KeeperErrorCode = NoNode for /solr/overseer_elect/leader
[junit4:junit4]   2> 683 T1534 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
[junit4:junit4]   2> 687 T1534 oasc.Overseer.start Overseer (id=89311626820648963-127.0.0.1:36090_-n_0000000000) starting
[junit4:junit4]   2> 688 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1b zxid:0x23 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 689 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1c zxid:0x24 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 699 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1d zxid:0x25 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 701 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x1e zxid:0x26 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 702 T1558 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
[junit4:junit4]   2> 703 T1534 oascc.SolrZkClient.makePath makePath: /clusterstate.json
[junit4:junit4]   2> 705 T1534 oascc.SolrZkClient.makePath makePath: /aliases.json
[junit4:junit4]   2> 707 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 721 T1557 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
[junit4:junit4]   2> 722 T1559 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1
[junit4:junit4]   2> 722 T1559 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
[junit4:junit4]   2> 723 T1559 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 723 T1559 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
[junit4:junit4]   2> 724 T1559 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/'
[junit4:junit4]   2> 725 T1559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/lib/README' to classloader
[junit4:junit4]   2> 725 T1559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 809 T1559 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 882 T1559 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 883 T1559 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 896 T1559 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 1605 T1559 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 1616 T1559 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 1620 T1559 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 1637 T1559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1643 T1559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 1648 T1559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1649 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1650 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1650 T1559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 1651 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 1651 T1559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 1652 T1559 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-controljetty-1362787274972/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/
[junit4:junit4]   2> 1652 T1559 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 1652 T1559 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 1653 T1559 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data forceNew: false
[junit4:junit4]   2> 1654 T1559 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index/
[junit4:junit4]   2> 1654 T1559 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 1655 T1559 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index forceNew: false
[junit4:junit4]   2> 1658 T1559 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/control/data/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 1659 T1559 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 1661 T1559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 1661 T1559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 1662 T1559 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 1663 T1559 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 1663 T1559 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 1663 T1559 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 1664 T1559 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 1664 T1559 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 1664 T1559 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 1668 T1559 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 1672 T1559 oass.SolrIndexSearcher.<init> Opening Searcher@184aa11 main
[junit4:junit4]   2> 1672 T1559 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 1672 T1559 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 1677 T1559 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 1677 T1560 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@184aa11 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 1677 T1559 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 1677 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x55 zxid:0x2a txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue Error:KeeperErrorCode = NoNode for /solr/overseer/queue
[junit4:junit4]   2> 2227 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 2228 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36090_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36090"}
[junit4:junit4]   2> 2228 T1557 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with numShards 1
[junit4:junit4]   2> 2229 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 2229 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x5d zxid:0x2d txntype:-1 reqpath:n/a Error Path:/solr/overseer/queue-work Error:KeeperErrorCode = NoNode for /solr/overseer/queue-work
[junit4:junit4]   2> 2233 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 2682 T1559 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 2683 T1559 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36090 collection:control_collection shard:shard1
[junit4:junit4]   2> 2683 T1559 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
[junit4:junit4]   2> 2690 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:delete cxid:0x77 zxid:0x37 txntype:-1 reqpath:n/a Error Path:/solr/collections/control_collection/leaders Error:KeeperErrorCode = NoNode for /solr/collections/control_collection/leaders
[junit4:junit4]   2> 2691 T1559 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 2691 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x78 zxid:0x38 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 2693 T1559 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 2693 T1559 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 2693 T1559 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36090/collection1/
[junit4:junit4]   2> 2694 T1559 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 2694 T1559 oasc.SyncStrategy.syncToMe http://127.0.0.1:36090/collection1/ has no replicas
[junit4:junit4]   2> 2694 T1559 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36090/collection1/
[junit4:junit4]   2> 2694 T1559 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
[junit4:junit4]   2> 2697 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50003 type:create cxid:0x82 zxid:0x3c txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 3737 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3748 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
[junit4:junit4]   2> 3802 T1559 oasc.ZkController.register We are http://127.0.0.1:36090/collection1/ and leader is http://127.0.0.1:36090/collection1/
[junit4:junit4]   2> 3802 T1559 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36090
[junit4:junit4]   2> 3802 T1559 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 3803 T1559 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 3803 T1559 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 3804 T1559 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 3805 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 3806 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 3806 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 3811 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:
[junit4:junit4]   2> 3813 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=10000 watcher=org.apache.solr.common.cloud.ConnectionManager@ef54d6
[junit4:junit4]   2> 3814 T1562 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3814 T1562 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 3815 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3815 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52463
[junit4:junit4]   2> 3815 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52463
[junit4:junit4]   2> 3816 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50004 with negotiated timeout 10000 for client /127.0.0.1:52463
[junit4:junit4]   2> 3816 T1562 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50004, negotiated timeout = 10000
[junit4:junit4]   2> 3817 T1563 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ef54d6 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3817 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3818 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 3820 T1534 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
[junit4:junit4]   2> 3914 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 3918 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:39582
[junit4:junit4]   2> 3919 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 3919 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 3920 T1534 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295
[junit4:junit4]   2> 3920 T1534 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/solr.xml
[junit4:junit4]   2> 3921 T1534 oasc.CoreContainer.<init> New CoreContainer 10355173
[junit4:junit4]   2> 3921 T1534 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/'
[junit4:junit4]   2> 3922 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/'
[junit4:junit4]   2> 3955 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 3956 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 3956 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 3957 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 3957 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 3958 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 3958 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 3959 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 3959 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 3960 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 3968 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 3988 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 3989 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 3989 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@143215a
[junit4:junit4]   2> 3991 T1573 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 3991 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 3991 T1573 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 3991 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52464
[junit4:junit4]   2> 3991 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52464
[junit4:junit4]   2> 3992 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50005 with negotiated timeout 20000 for client /127.0.0.1:52464
[junit4:junit4]   2> 3992 T1573 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50005, negotiated timeout = 20000
[junit4:junit4]   2> 3992 T1574 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@143215a name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 3993 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 3995 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50005
[junit4:junit4]   2> 3995 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52464 which had sessionid 0x13d4c738ef50005
[junit4:junit4]   2> 3996 T1574 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 3996 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50005 closed
[junit4:junit4]   2> 3996 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 4000 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@cfeef0
[junit4:junit4]   2> 4002 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 4002 T1575 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 4002 T1575 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 4002 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52465
[junit4:junit4]   2> 4003 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52465
[junit4:junit4]   2> 4003 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50006 with negotiated timeout 20000 for client /127.0.0.1:52465
[junit4:junit4]   2> 4003 T1575 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50006, negotiated timeout = 20000
[junit4:junit4]   2> 4004 T1576 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cfeef0 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 4004 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 4005 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x1 zxid:0x4a txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4006 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x2 zxid:0x4b txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 4007 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 5013 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39582_
[junit4:junit4]   2> 5014 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:delete cxid:0xb zxid:0x4c txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:39582_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:39582_
[junit4:junit4]   2> 5017 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:39582_
[junit4:junit4]   2> 5020 T1556 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5021 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5021 T1563 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5021 T1576 oascc.ZkStateReader$3.process Updating live nodes... (2)
[junit4:junit4]   2> 5030 T1577 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1
[junit4:junit4]   2> 5031 T1577 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 5031 T1577 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 5032 T1577 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 5034 T1577 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/'
[junit4:junit4]   2> 5034 T1577 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/lib/README' to classloader
[junit4:junit4]   2> 5035 T1577 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 5102 T1577 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 5141 T1577 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 5142 T1577 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 5148 T1577 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 5264 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 5267 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"1",
[junit4:junit4]   2> 	  "numShards":"1",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"control_collection",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:36090_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:36090"}
[junit4:junit4]   2> 5339 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5339 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5340 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 5716 T1577 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 5726 T1577 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 5730 T1577 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 5747 T1577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5751 T1577 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 5756 T1577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5767 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5770 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5770 T1577 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 5771 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 5772 T1577 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 5772 T1577 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty1-1362787278295/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/
[junit4:junit4]   2> 5772 T1577 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 5772 T1577 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 5773 T1577 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1 forceNew: false
[junit4:junit4]   2> 5773 T1577 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index/
[junit4:junit4]   2> 5773 T1577 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 5774 T1577 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index forceNew: false
[junit4:junit4]   2> 5780 T1577 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 5781 T1577 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 5782 T1577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 5783 T1577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 5783 T1577 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 5784 T1577 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 5784 T1577 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 5784 T1577 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 5785 T1577 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 5785 T1577 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 5785 T1577 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 5788 T1577 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 5792 T1577 oass.SolrIndexSearcher.<init> Opening Searcher@56db54 main
[junit4:junit4]   2> 5793 T1577 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 5793 T1577 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 5799 T1578 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@56db54 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 5805 T1577 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 5805 T1577 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 6844 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 6845 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39582_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39582"}
[junit4:junit4]   2> 6845 T1557 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with numShards 3
[junit4:junit4]   2> 6845 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 6849 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6849 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 6851 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 7807 T1577 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 7807 T1577 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:39582 collection:collection1 shard:shard1
[junit4:junit4]   2> 7808 T1577 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
[junit4:junit4]   2> 7814 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:delete cxid:0x48 zxid:0x5c txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders
[junit4:junit4]   2> 7815 T1577 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 7815 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x49 zxid:0x5d txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 7817 T1577 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 7817 T1577 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 7817 T1577 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 7818 T1577 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 7818 T1577 oasc.SyncStrategy.syncToMe http://127.0.0.1:39582/collection1/ has no replicas
[junit4:junit4]   2> 7818 T1577 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 7818 T1577 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
[junit4:junit4]   2> 7822 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50006 type:create cxid:0x53 zxid:0x61 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8356 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8415 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8415 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8415 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 8425 T1577 oasc.ZkController.register We are http://127.0.0.1:39582/collection1/ and leader is http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:39582
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 8426 T1577 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 8428 T1577 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 8429 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 8429 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 8430 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 8501 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 8503 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:40355
[junit4:junit4]   2> 8504 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 8504 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 8505 T1534 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908
[junit4:junit4]   2> 8505 T1534 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/solr.xml
[junit4:junit4]   2> 8505 T1534 oasc.CoreContainer.<init> New CoreContainer 3565515
[junit4:junit4]   2> 8506 T1534 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/'
[junit4:junit4]   2> 8506 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/'
[junit4:junit4]   2> 8535 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 8535 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 8536 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 8536 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 8536 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 8537 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 8537 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 8537 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 8538 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 8538 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 8545 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 8556 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 8557 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 8557 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@cc733e
[junit4:junit4]   2> 8558 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8558 T1589 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8559 T1589 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 8559 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52466
[junit4:junit4]   2> 8559 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52466
[junit4:junit4]   2> 8560 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50007 with negotiated timeout 20000 for client /127.0.0.1:52466
[junit4:junit4]   2> 8560 T1589 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50007, negotiated timeout = 20000
[junit4:junit4]   2> 8560 T1590 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@cc733e name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8561 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8562 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50007
[junit4:junit4]   2> 8563 T1590 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 8563 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52466 which had sessionid 0x13d4c738ef50007
[junit4:junit4]   2> 8563 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50007 closed
[junit4:junit4]   2> 8563 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 8566 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@b7e3fe
[junit4:junit4]   2> 8567 T1591 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 8567 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 8567 T1591 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 8568 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52467
[junit4:junit4]   2> 8568 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52467
[junit4:junit4]   2> 8569 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50008 with negotiated timeout 20000 for client /127.0.0.1:52467
[junit4:junit4]   2> 8569 T1591 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50008, negotiated timeout = 20000
[junit4:junit4]   2> 8569 T1592 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b7e3fe name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 8570 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 8570 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x1 zxid:0x6e txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8571 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x2 zxid:0x6f txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 8573 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 9575 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40355_
[junit4:junit4]   2> 9576 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:delete cxid:0xb zxid:0x70 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:40355_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:40355_
[junit4:junit4]   2> 9576 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40355_
[junit4:junit4]   2> 9579 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 2)
[junit4:junit4]   2> 9580 T1563 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9579 T1556 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9580 T1592 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9580 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9580 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9581 T1576 oascc.ZkStateReader$3.process Updating live nodes... (3)
[junit4:junit4]   2> 9586 T1593 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1
[junit4:junit4]   2> 9586 T1593 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 9587 T1593 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 9587 T1593 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 9588 T1593 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/'
[junit4:junit4]   2> 9589 T1593 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/lib/README' to classloader
[junit4:junit4]   2> 9589 T1593 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 9627 T1593 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 9669 T1593 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 9671 T1593 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 9675 T1593 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 9920 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 9921 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"2",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:39582_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:39582"}
[junit4:junit4]   2> 9955 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9955 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9955 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 9955 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 10149 T1593 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 10156 T1593 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 10158 T1593 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 10169 T1593 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10172 T1593 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 10175 T1593 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10176 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10176 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10176 T1593 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 10177 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 10177 T1593 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 10178 T1593 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty2-1362787282908/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/
[junit4:junit4]   2> 10178 T1593 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 10178 T1593 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 10179 T1593 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2 forceNew: false
[junit4:junit4]   2> 10179 T1593 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index/
[junit4:junit4]   2> 10179 T1593 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 10179 T1593 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index forceNew: false
[junit4:junit4]   2> 10186 T1593 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty2/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 10186 T1593 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 10188 T1593 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 10188 T1593 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 10188 T1593 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 10189 T1593 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 10189 T1593 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 10189 T1593 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 10190 T1593 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 10190 T1593 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 10190 T1593 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 10193 T1593 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 10197 T1593 oass.SolrIndexSearcher.<init> Opening Searcher@66ab26 main
[junit4:junit4]   2> 10197 T1593 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 10197 T1593 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 10202 T1594 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@66ab26 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 10204 T1593 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 10204 T1593 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 11468 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 11468 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40355_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40355"}
[junit4:junit4]   2> 11469 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 11469 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 11688 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11688 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11688 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 11688 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 12205 T1593 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 12205 T1593 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:40355 collection:collection1 shard:shard2
[junit4:junit4]   2> 12206 T1593 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
[junit4:junit4]   2> 12211 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:delete cxid:0x47 zxid:0x7f txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard2 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard2
[junit4:junit4]   2> 12211 T1593 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 12211 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x48 zxid:0x80 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 12213 T1593 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 12213 T1593 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 12213 T1593 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 12213 T1593 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 12213 T1593 oasc.SyncStrategy.syncToMe http://127.0.0.1:40355/collection1/ has no replicas
[junit4:junit4]   2> 12214 T1593 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 12214 T1593 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
[junit4:junit4]   2> 12218 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50008 type:create cxid:0x51 zxid:0x83 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13192 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13198 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13198 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13199 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13199 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 13222 T1593 oasc.ZkController.register We are http://127.0.0.1:40355/collection1/ and leader is http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 13222 T1593 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:40355
[junit4:junit4]   2> 13222 T1593 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 13223 T1593 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 13223 T1593 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 13225 T1593 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 13226 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 13226 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 13226 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 13286 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 13289 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:38809
[junit4:junit4]   2> 13290 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 13290 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 13290 T1534 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703
[junit4:junit4]   2> 13291 T1534 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/solr.xml
[junit4:junit4]   2> 13291 T1534 oasc.CoreContainer.<init> New CoreContainer 26544310
[junit4:junit4]   2> 13291 T1534 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/'
[junit4:junit4]   2> 13292 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/'
[junit4:junit4]   2> 13310 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 13310 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 13311 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 13311 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 13311 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 13312 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 13313 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 13329 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 13340 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 13340 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 13341 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@e5cd5b
[junit4:junit4]   2> 13342 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13342 T1605 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13343 T1605 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 13343 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52472
[junit4:junit4]   2> 13343 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52472
[junit4:junit4]   2> 13344 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50009 with negotiated timeout 20000 for client /127.0.0.1:52472
[junit4:junit4]   2> 13344 T1605 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50009, negotiated timeout = 20000
[junit4:junit4]   2> 13344 T1606 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e5cd5b name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13344 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13346 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef50009
[junit4:junit4]   2> 13346 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52472 which had sessionid 0x13d4c738ef50009
[junit4:junit4]   2> 13346 T1606 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 13346 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef50009 closed
[junit4:junit4]   2> 13347 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 13350 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1a0e7a5
[junit4:junit4]   2> 13351 T1607 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 13351 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 13351 T1607 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 13351 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52473
[junit4:junit4]   2> 13351 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52473
[junit4:junit4]   2> 13352 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000a with negotiated timeout 20000 for client /127.0.0.1:52473
[junit4:junit4]   2> 13352 T1607 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000a, negotiated timeout = 20000
[junit4:junit4]   2> 13352 T1608 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a0e7a5 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 13353 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 13354 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x1 zxid:0x90 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13354 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x2 zxid:0x91 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 13356 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 14358 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38809_
[junit4:junit4]   2> 14359 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:delete cxid:0xb zxid:0x92 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:38809_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:38809_
[junit4:junit4]   2> 14360 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:38809_
[junit4:junit4]   2> 14362 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14362 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 3)
[junit4:junit4]   2> 14363 T1563 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14363 T1556 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14363 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14363 T1608 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14363 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14365 T1576 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14365 T1592 oascc.ZkStateReader$3.process Updating live nodes... (4)
[junit4:junit4]   2> 14370 T1609 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1
[junit4:junit4]   2> 14370 T1609 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 14371 T1609 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 14371 T1609 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 14372 T1609 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/'
[junit4:junit4]   2> 14372 T1609 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/lib/README' to classloader
[junit4:junit4]   2> 14372 T1609 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 14399 T1609 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 14443 T1609 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 14444 T1609 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 14448 T1609 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 14704 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 14705 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"3",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:40355_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:40355"}
[junit4:junit4]   2> 14708 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14708 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14708 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14708 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14708 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 14889 T1609 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 14895 T1609 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 14897 T1609 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 14906 T1609 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14909 T1609 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 14912 T1609 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14913 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14913 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14913 T1609 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 14914 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 14914 T1609 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 14915 T1609 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty3-1362787287703/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/
[junit4:junit4]   2> 14915 T1609 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 14915 T1609 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 14916 T1609 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3 forceNew: false
[junit4:junit4]   2> 14916 T1609 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index/
[junit4:junit4]   2> 14916 T1609 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 14916 T1609 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index forceNew: false
[junit4:junit4]   2> 14919 T1609 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty3/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 14920 T1609 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 14921 T1609 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 14921 T1609 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 14922 T1609 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 14922 T1609 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 14923 T1609 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 14923 T1609 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 14923 T1609 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 14924 T1609 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 14924 T1609 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 14926 T1609 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 14929 T1609 oass.SolrIndexSearcher.<init> Opening Searcher@1da7eb5 main
[junit4:junit4]   2> 14929 T1609 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 14930 T1609 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 14933 T1610 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1da7eb5 main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 14934 T1609 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 14935 T1609 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 16212 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 16213 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38809_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38809"}
[junit4:junit4]   2> 16213 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 16213 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
[junit4:junit4]   2> 16217 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16217 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16217 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16217 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16218 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 16936 T1609 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 16936 T1609 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:38809 collection:collection1 shard:shard3
[junit4:junit4]   2> 16937 T1609 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
[junit4:junit4]   2> 16941 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:delete cxid:0x47 zxid:0xa1 txntype:-1 reqpath:n/a Error Path:/solr/collections/collection1/leaders/shard3 Error:KeeperErrorCode = NoNode for /solr/collections/collection1/leaders/shard3
[junit4:junit4]   2> 16942 T1609 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process.
[junit4:junit4]   2> 16942 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x48 zxid:0xa2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 16943 T1609 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
[junit4:junit4]   2> 16944 T1609 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
[junit4:junit4]   2> 16944 T1609 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:38809/collection1/
[junit4:junit4]   2> 16944 T1609 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
[junit4:junit4]   2> 16944 T1609 oasc.SyncStrategy.syncToMe http://127.0.0.1:38809/collection1/ has no replicas
[junit4:junit4]   2> 16945 T1609 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:38809/collection1/
[junit4:junit4]   2> 16945 T1609 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
[junit4:junit4]   2> 16948 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000a type:create cxid:0x51 zxid:0xa5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17721 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17729 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17729 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17729 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17729 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17729 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 17752 T1609 oasc.ZkController.register We are http://127.0.0.1:38809/collection1/ and leader is http://127.0.0.1:38809/collection1/
[junit4:junit4]   2> 17752 T1609 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:38809
[junit4:junit4]   2> 17752 T1609 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
[junit4:junit4]   2> 17752 T1609 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 17753 T1609 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 17754 T1609 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 17755 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 17756 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 17756 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 17816 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 17818 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42132
[junit4:junit4]   2> 17819 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 17819 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 17819 T1534 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233
[junit4:junit4]   2> 17820 T1534 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/solr.xml
[junit4:junit4]   2> 17820 T1534 oasc.CoreContainer.<init> New CoreContainer 24052193
[junit4:junit4]   2> 17820 T1534 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/'
[junit4:junit4]   2> 17821 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/'
[junit4:junit4]   2> 17839 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 17840 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 17841 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 17841 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 17841 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 17842 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 17842 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 17848 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 17868 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 17868 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 17869 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@146a913
[junit4:junit4]   2> 17870 T1621 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17870 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17870 T1621 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 17870 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52477
[junit4:junit4]   2> 17871 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52477
[junit4:junit4]   2> 17871 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000b with negotiated timeout 20000 for client /127.0.0.1:52477
[junit4:junit4]   2> 17871 T1621 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000b, negotiated timeout = 20000
[junit4:junit4]   2> 17872 T1622 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@146a913 name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17872 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17873 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef5000b
[junit4:junit4]   2> 17874 T1622 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 17874 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52477 which had sessionid 0x13d4c738ef5000b
[junit4:junit4]   2> 17874 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef5000b closed
[junit4:junit4]   2> 17875 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 17877 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@14a3ccf
[junit4:junit4]   2> 17878 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 17878 T1623 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 17879 T1623 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 17879 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52478
[junit4:junit4]   2> 17879 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52478
[junit4:junit4]   2> 17880 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000c with negotiated timeout 20000 for client /127.0.0.1:52478
[junit4:junit4]   2> 17880 T1623 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000c, negotiated timeout = 20000
[junit4:junit4]   2> 17880 T1624 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14a3ccf name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 17881 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 17882 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000c type:create cxid:0x1 zxid:0xb2 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17882 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000c type:create cxid:0x2 zxid:0xb3 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 17883 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 18886 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42132_
[junit4:junit4]   2> 18887 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000c type:delete cxid:0xb zxid:0xb4 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:42132_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:42132_
[junit4:junit4]   2> 18888 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42132_
[junit4:junit4]   2> 18890 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18890 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 4)
[junit4:junit4]   2> 18891 T1556 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18891 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18891 T1608 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18891 T1563 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18892 T1624 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18892 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18892 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 18893 T1576 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18893 T1592 oascc.ZkStateReader$3.process Updating live nodes... (5)
[junit4:junit4]   2> 18898 T1625 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1
[junit4:junit4]   2> 18898 T1625 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 18899 T1625 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 18899 T1625 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 18900 T1625 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/'
[junit4:junit4]   2> 18900 T1625 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/lib/README' to classloader
[junit4:junit4]   2> 18900 T1625 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 18927 T1625 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 18970 T1625 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 18971 T1625 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 18975 T1625 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 19234 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 19235 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"4",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard3",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:38809_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:38809"}
[junit4:junit4]   2> 19238 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19238 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19238 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19238 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19238 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19238 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 19408 T1625 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 19414 T1625 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 19429 T1625 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 19438 T1625 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19441 T1625 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 19445 T1625 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19446 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19446 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19446 T1625 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 19447 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 19447 T1625 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 19447 T1625 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty4-1362787292233/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/
[junit4:junit4]   2> 19448 T1625 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 19448 T1625 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 19448 T1625 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4 forceNew: false
[junit4:junit4]   2> 19449 T1625 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index/
[junit4:junit4]   2> 19449 T1625 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 19449 T1625 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index forceNew: false
[junit4:junit4]   2> 19452 T1625 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 19452 T1625 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 19453 T1625 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 19454 T1625 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 19454 T1625 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 19454 T1625 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 19455 T1625 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 19455 T1625 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 19455 T1625 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 19456 T1625 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 19456 T1625 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 19458 T1625 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 19461 T1625 oass.SolrIndexSearcher.<init> Opening Searcher@bfde7f main
[junit4:junit4]   2> 19462 T1625 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 19462 T1625 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 19466 T1626 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@bfde7f main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 19468 T1625 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 19468 T1625 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 20743 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 20744 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42132"}
[junit4:junit4]   2> 20744 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 20744 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
[junit4:junit4]   2> 20747 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20747 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20747 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20748 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20747 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 20747 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 21469 T1625 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 21469 T1625 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42132 collection:collection1 shard:shard1
[junit4:junit4]   2> 21472 T1625 oasc.ZkController.register We are http://127.0.0.1:42132/collection1/ and leader is http://127.0.0.1:39582/collection1/
[junit4:junit4]   2> 21472 T1625 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42132
[junit4:junit4]   2> 21472 T1625 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 21472 T1625 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C152 name=collection1 org.apache.solr.core.SolrCore@4eee0b url=http://127.0.0.1:42132/collection1 node=127.0.0.1:42132_ C152_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:42132_, base_url=http://127.0.0.1:42132}
[junit4:junit4]   2> 21473 T1627 C152 P42132 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 21474 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 21474 T1625 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 21474 T1627 C152 P42132 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 21474 T1627 C152 P42132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 21475 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 21475 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 21476 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21477 T1627 C152 P42132 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 21547 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 21549 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43533
[junit4:junit4]   2> 21550 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 21550 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 21550 T1534 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953
[junit4:junit4]   2> 21551 T1534 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/solr.xml
[junit4:junit4]   2> 21551 T1534 oasc.CoreContainer.<init> New CoreContainer 15066704
[junit4:junit4]   2> 21551 T1534 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/'
[junit4:junit4]   2> 21552 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/'
[junit4:junit4]   2> 21571 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 21572 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 21572 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 21572 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 21573 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 21573 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 21573 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 21574 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 21574 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 21574 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 21581 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 21603 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 21603 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 21604 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@1ae6fbb
[junit4:junit4]   2> 21604 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21605 T1638 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 21606 T1638 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 21606 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52482
[junit4:junit4]   2> 21606 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52482
[junit4:junit4]   2> 21608 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000d with negotiated timeout 20000 for client /127.0.0.1:52482
[junit4:junit4]   2> 21608 T1638 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000d, negotiated timeout = 20000
[junit4:junit4]   2> 21609 T1639 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ae6fbb name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21609 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21610 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef5000d
[junit4:junit4]   2> 21611 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52482 which had sessionid 0x13d4c738ef5000d
[junit4:junit4]   2> 21611 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef5000d closed
[junit4:junit4]   2> 21611 T1639 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 21611 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 21615 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@1fa35cb
[junit4:junit4]   2> 21616 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 21617 T1640 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 21617 T1640 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 21617 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52483
[junit4:junit4]   2> 21618 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52483
[junit4:junit4]   2> 21618 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000e with negotiated timeout 20000 for client /127.0.0.1:52483
[junit4:junit4]   2> 21618 T1640 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000e, negotiated timeout = 20000
[junit4:junit4]   2> 21619 T1641 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fa35cb name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 21619 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 21620 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000e type:create cxid:0x1 zxid:0xc5 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21621 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000e type:create cxid:0x2 zxid:0xc6 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 21623 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2> 22251 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 22252 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42132"}
[junit4:junit4]   2> 22257 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22257 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22257 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22257 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22257 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22257 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22257 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22480 T1568 oass.SolrDispatchFilter.handleAdminRequest /admin/cores {coreNodeName=5&state=recovering&nodeName=127.0.0.1:42132_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1000 
[junit4:junit4]   2> 22625 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43533_
[junit4:junit4]   2> 22626 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef5000e type:delete cxid:0xd zxid:0xcb txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43533_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43533_
[junit4:junit4]   2> 22626 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43533_
[junit4:junit4]   2> 22628 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22628 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 5)
[junit4:junit4]   2> 22629 T1556 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1563 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1624 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22629 T1608 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1641 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22629 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22630 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22630 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22630 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 22631 T1592 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22632 T1576 oascc.ZkStateReader$3.process Updating live nodes... (6)
[junit4:junit4]   2> 22636 T1642 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1
[junit4:junit4]   2> 22636 T1642 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 22637 T1642 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 22637 T1642 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 22638 T1642 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/'
[junit4:junit4]   2> 22638 T1642 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/lib/README' to classloader
[junit4:junit4]   2> 22638 T1642 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 22665 T1642 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 22709 T1642 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 22710 T1642 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 22714 T1642 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 23169 T1642 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 23175 T1642 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 23178 T1642 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 23188 T1642 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 23205 T1642 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 23209 T1642 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 23210 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 23211 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 23211 T1642 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 23212 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 23212 T1642 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 23212 T1642 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty5-1362787295953/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/
[junit4:junit4]   2> 23213 T1642 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 23213 T1642 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 23213 T1642 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5 forceNew: false
[junit4:junit4]   2> 23214 T1642 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index/
[junit4:junit4]   2> 23214 T1642 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 23214 T1642 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index forceNew: false
[junit4:junit4]   2> 23217 T1642 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty5/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 23217 T1642 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 23219 T1642 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 23219 T1642 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 23219 T1642 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 23220 T1642 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 23220 T1642 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
[junit4:junit4]   2> 23220 T1642 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
[junit4:junit4]   2> 23221 T1642 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
[junit4:junit4]   2> 23221 T1642 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
[junit4:junit4]   2> 23221 T1642 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
[junit4:junit4]   2> 23224 T1642 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
[junit4:junit4]   2> 23227 T1642 oass.SolrIndexSearcher.<init> Opening Searcher@1aa9fff main
[junit4:junit4]   2> 23227 T1642 oasu.CommitTracker.<init> Hard AutoCommit: disabled
[junit4:junit4]   2> 23227 T1642 oasu.CommitTracker.<init> Soft AutoCommit: disabled
[junit4:junit4]   2> 23231 T1643 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1aa9fff main{StandardDirectoryReader(segments_1:1)}
[junit4:junit4]   2> 23232 T1642 oasc.ZkController.publish publishing core=collection1 state=down
[junit4:junit4]   2> 23233 T1642 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 23761 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 23762 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":null,
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"down",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43533_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43533"}
[junit4:junit4]   2> 23762 T1557 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
[junit4:junit4]   2> 23763 T1557 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
[junit4:junit4]   2> 23766 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 23767 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 24234 T1642 oasc.CoreContainer.registerCore registering core: collection1
[junit4:junit4]   2> 24234 T1642 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43533 collection:collection1 shard:shard2
[junit4:junit4]   2> 24237 T1642 oasc.ZkController.register We are http://127.0.0.1:43533/collection1/ and leader is http://127.0.0.1:40355/collection1/
[junit4:junit4]   2> 24237 T1642 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43533
[junit4:junit4]   2> 24238 T1642 oasc.ZkController.checkRecovery Core needs to recover:collection1
[junit4:junit4]   2> 24238 T1642 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
[junit4:junit4]   2> ASYNC  NEW_CORE C153 name=collection1 org.apache.solr.core.SolrCore@f377a6 url=http://127.0.0.1:43533/collection1 node=127.0.0.1:43533_ C153_STATE=coll:collection1 core:collection1 props:{state=down, core=collection1, collection=collection1, node_name=127.0.0.1:43533_, base_url=http://127.0.0.1:43533}
[junit4:junit4]   2> 24238 T1644 C153 P43533 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
[junit4:junit4]   2> 24239 T1644 C153 P43533 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
[junit4:junit4]   2> 24239 T1642 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 24239 T1644 C153 P43533 oasc.ZkController.publish publishing core=collection1 state=recovering
[junit4:junit4]   2> 24240 T1644 C153 P43533 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24240 T1534 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
[junit4:junit4]   2> 24241 T1644 C153 P43533 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24241 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
[junit4:junit4]   2> 24242 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> 24314 T1534 oejs.Server.doStart jetty-8.1.8.v20121106
[junit4:junit4]   2> 24316 T1534 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43226
[junit4:junit4]   2> 24316 T1534 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
[junit4:junit4]   2> 24317 T1534 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
[junit4:junit4]   2> 24317 T1534 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720
[junit4:junit4]   2> 24317 T1534 oasc.CoreContainer$Initializer.initialize looking for solr config file: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/solr.xml
[junit4:junit4]   2> 24318 T1534 oasc.CoreContainer.<init> New CoreContainer 12742120
[junit4:junit4]   2> 24318 T1534 oasc.CoreContainer.load Loading CoreContainer using Solr Home: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/'
[junit4:junit4]   2> 24318 T1534 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/'
[junit4:junit4]   2> 24337 T1534 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
[junit4:junit4]   2> 24337 T1534 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
[junit4:junit4]   2> 24338 T1534 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
[junit4:junit4]   2> 24338 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
[junit4:junit4]   2> 24338 T1534 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
[junit4:junit4]   2> 24339 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
[junit4:junit4]   2> 24339 T1534 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
[junit4:junit4]   2> 24339 T1534 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
[junit4:junit4]   2> 24340 T1534 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
[junit4:junit4]   2> 24340 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnectionsPerHost=20&maxConnections=10000&socketTimeout=120000&connTimeout=15000&retry=false
[junit4:junit4]   2> 24346 T1534 oasc.CoreContainer.load Registering Log Listener
[junit4:junit4]   2> 24366 T1534 oasc.CoreContainer.initZooKeeper Zookeeper client=127.0.0.1:38115/solr
[junit4:junit4]   2> 24367 T1534 oasc.ZkController.checkChrootPath zkHost includes chroot
[junit4:junit4]   2> 24368 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115 sessionTimeout=60000 watcher=org.apache.solr.common.cloud.ConnectionManager@b3bfa4
[junit4:junit4]   2> 24369 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24369 T1655 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24369 T1655 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 24370 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52488
[junit4:junit4]   2> 24370 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52488
[junit4:junit4]   2> 24371 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef5000f with negotiated timeout 20000 for client /127.0.0.1:52488
[junit4:junit4]   2> 24371 T1655 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef5000f, negotiated timeout = 20000
[junit4:junit4]   2> 24371 T1656 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@b3bfa4 name:ZooKeeperConnection Watcher:127.0.0.1:38115 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24371 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24373 T1539 oazs.PrepRequestProcessor.pRequest2Txn Processed session termination for sessionid: 0x13d4c738ef5000f
[junit4:junit4]   2> 24374 T1656 oaz.ClientCnxn$EventThread.run EventThread shut down
[junit4:junit4]   2> 24374 T1536 oazs.NIOServerCnxn.closeSock Closed socket connection for client /127.0.0.1:52488 which had sessionid 0x13d4c738ef5000f
[junit4:junit4]   2> 24374 T1534 oaz.ZooKeeper.close Session: 0x13d4c738ef5000f closed
[junit4:junit4]   2> 24375 T1534 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=500&maxConnectionsPerHost=16&socketTimeout=120000&connTimeout=15000
[junit4:junit4]   2> 24377 T1534 oaz.ZooKeeper.<init> Initiating client connection, connectString=127.0.0.1:38115/solr sessionTimeout=30000 watcher=org.apache.solr.common.cloud.ConnectionManager@a7a245
[junit4:junit4]   2> 24379 T1657 oaz.ClientCnxn$SendThread.logStartConnect Opening socket connection to server localhost.localdomain/127.0.0.1:38115. Will not attempt to authenticate using SASL (access denied ("javax.security.auth.AuthPermission" "getLoginConfiguration"))
[junit4:junit4]   2> 24379 T1534 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
[junit4:junit4]   2> 24379 T1657 oaz.ClientCnxn$SendThread.primeConnection Socket connection established to localhost.localdomain/127.0.0.1:38115, initiating session
[junit4:junit4]   2> 24379 T1536 oazs.NIOServerCnxnFactory.run Accepted socket connection from /127.0.0.1:52489
[junit4:junit4]   2> 24379 T1536 oazs.ZooKeeperServer.processConnectRequest Client attempting to establish new session at /127.0.0.1:52489
[junit4:junit4]   2> 24380 T1538 oazs.ZooKeeperServer.finishSessionInit Established session 0x13d4c738ef50010 with negotiated timeout 20000 for client /127.0.0.1:52489
[junit4:junit4]   2> 24380 T1657 oaz.ClientCnxn$SendThread.onConnected Session establishment complete on server localhost.localdomain/127.0.0.1:38115, sessionid = 0x13d4c738ef50010, negotiated timeout = 20000
[junit4:junit4]   2> 24380 T1658 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a7a245 name:ZooKeeperConnection Watcher:127.0.0.1:38115/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
[junit4:junit4]   2> 24381 T1534 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
[junit4:junit4]   2> 24382 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50010 type:create cxid:0x1 zxid:0xd8 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 24383 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50010 type:create cxid:0x2 zxid:0xd9 txntype:-1 reqpath:n/a Error Path:/solr/overseer Error:KeeperErrorCode = NodeExists for /solr/overseer
[junit4:junit4]   2> 24384 T1534 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
[junit4:junit4]   2>  C152_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=recovering, core=collection1, collection=collection1, node_name=127.0.0.1:42132_, base_url=http://127.0.0.1:42132}
[junit4:junit4]   2> 24481 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Attempting to PeerSync from http://127.0.0.1:39582/collection1/ core=collection1 - recoveringAfterStartup=true
[junit4:junit4]   2> 24482 T1627 C152 P42132 oasu.PeerSync.sync PeerSync: core=collection1 url=http://127.0.0.1:42132 START replicas=[http://127.0.0.1:39582/collection1/] nUpdates=100
[junit4:junit4]   2> 24482 T1627 C152 P42132 oasu.PeerSync.sync WARNING no frame of reference to tell of we've missed updates
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery PeerSync Recovery was not successful - trying replication. core=collection1
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Starting Replication Recovery. core=collection1
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Begin buffering updates. core=collection1
[junit4:junit4]   2> 24483 T1627 C152 P42132 oasu.UpdateLog.bufferUpdates Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4:junit4]   2> 24484 T1627 C152 P42132 oasc.RecoveryStrategy.replicate Attempting to replicate from http://127.0.0.1:39582/collection1/. core=collection1
[junit4:junit4]   2> 24484 T1627 C152 P42132 oascsi.HttpClientUtil.createClient Creating new http client, config:maxConnections=128&maxConnectionsPerHost=32&followRedirects=false
[junit4:junit4]   2> ASYNC  NEW_CORE C154 name=collection1 org.apache.solr.core.SolrCore@1cceb5e url=http://127.0.0.1:39582/collection1 node=127.0.0.1:39582_ C154_STATE=coll:collection1 core:collection1 props:{shard=shard1, state=active, core=collection1, collection=collection1, node_name=127.0.0.1:39582_, base_url=http://127.0.0.1:39582, leader=true}
[junit4:junit4]   2> 24487 T1570 C154 P39582 REQ /get {getVersions=100&distrib=false&wt=javabin&qt=/get&version=2} status=0 QTime=0 
[junit4:junit4]   2> 24490 T1569 C154 P39582 oasu.DirectUpdateHandler2.commit start commit{,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4:junit4]   2> 24492 T1569 C154 P39582 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 24492 T1569 C154 P39582 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 24504 T1569 C154 P39582 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty1/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24505 T1569 C154 P39582 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24506 T1569 C154 P39582 oass.SolrIndexSearcher.<init> Opening Searcher@18c912c realtime
[junit4:junit4]   2> 24506 T1569 C154 P39582 oasu.DirectUpdateHandler2.commit end_commit_flush
[junit4:junit4]   2> 24506 T1569 C154 P39582 /update {waitSearcher=true&openSearcher=false&commit=true&wt=javabin&commit_end_point=true&version=2&softCommit=false} {commit=} 0 16
[junit4:junit4]   2> 24507 T1627 C152 P42132 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 24507 T1627 C152 P42132 oash.SnapPuller.<init>  No value set for 'pollInterval'. Timer Task not started.
[junit4:junit4]   2> 24509 T1571 C154 P39582 oash.ReplicationHandler.inform Commits will be reserved for  10000
[junit4:junit4]   2> 24510 T1571 C154 P39582 REQ /replication {command=indexversion&qt=/replication&wt=javabin&version=2} status=0 QTime=2 
[junit4:junit4]   2> 24511 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Master's generation: 2
[junit4:junit4]   2> 24511 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Slave's generation: 1
[junit4:junit4]   2> 24511 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Starting replication process
[junit4:junit4]   2> 24513 T1570 C154 P39582 REQ /replication {command=filelist&qt=/replication&wt=javabin&generation=2&version=2} status=0 QTime=0 
[junit4:junit4]   2> 24513 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Number of files in latest index in master: 1
[junit4:junit4]   2> 24514 T1627 C152 P42132 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index.20130309070138987 forceNew: false
[junit4:junit4]   2> 24514 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Starting download to org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index.20130309070138987 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa5ea fullCopy=false
[junit4:junit4]   2> 24516 T1569 C154 P39582 REQ /replication {file=segments_2&command=filecontent&checksum=true&wt=filestream&qt=/replication&generation=2} status=0 QTime=0 
[junit4:junit4]   2> 24518 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex Total time taken for download : 0 secs
[junit4:junit4]   2> 24525 T1627 C152 P42132 oasu.DefaultSolrCoreState.newIndexWriter Creating new IndexWriter...
[junit4:junit4]   2> 24525 T1627 C152 P42132 oasu.DefaultSolrCoreState.newIndexWriter Waiting until IndexWriter is unused... core=collection1
[junit4:junit4]   2> 24527 T1627 C152 P42132 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits:num=2
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index,segFN=segments_2,generation=2,filenames=[segments_2]
[junit4:junit4]   2> 24527 T1627 C152 P42132 oasc.SolrDeletionPolicy.updateCommits newest commit = 2[segments_2]
[junit4:junit4]   2> 24528 T1627 C152 P42132 oasu.DefaultSolrCoreState.newIndexWriter New IndexWriter is ready to be used.
[junit4:junit4]   2> 24528 T1627 C152 P42132 oass.SolrIndexSearcher.<init> Opening Searcher@f8c967 main
[junit4:junit4]   2> 24529 T1626 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@f8c967 main{StandardDirectoryReader(segments_2:1:nrt)}
[junit4:junit4]   2> 24530 T1627 C152 P42132 oash.SnapPuller.fetchLatestIndex removing temporary index download directory files org.apache.lucene.store.NIOFSDirectory@/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty4/index.20130309070138987 lockFactory=org.apache.lucene.store.NativeFSLockFactory@5aa5ea
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.RecoveryStrategy.replay No replay needed. core=collection1
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Replication Recovery was successful - registering as Active. core=collection1
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.ZkController.publish publishing core=collection1 state=active
[junit4:junit4]   2> 24531 T1627 C152 P42132 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
[junit4:junit4]   2> 24533 T1627 C152 P42132 oasc.RecoveryStrategy.doRecovery Finished recovery process. core=collection1
[junit4:junit4]   2> 25274 T1557 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
[junit4:junit4]   2> 25274 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"6",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard2",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"recovering",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:43533_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:43533"}
[junit4:junit4]   2> 25277 T1557 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
[junit4:junit4]   2> 	  "operation":"state",
[junit4:junit4]   2> 	  "core_node_name":"5",
[junit4:junit4]   2> 	  "numShards":"3",
[junit4:junit4]   2> 	  "shard":"shard1",
[junit4:junit4]   2> 	  "roles":null,
[junit4:junit4]   2> 	  "state":"active",
[junit4:junit4]   2> 	  "core":"collection1",
[junit4:junit4]   2> 	  "collection":"collection1",
[junit4:junit4]   2> 	  "node_name":"127.0.0.1:42132_",
[junit4:junit4]   2> 	  "base_url":"http://127.0.0.1:42132"}
[junit4:junit4]   2> 25295 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1658 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25295 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25387 T1534 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43226_
[junit4:junit4]   2> 25388 T1539 oazs.PrepRequestProcessor.pRequest Got user-level KeeperException when processing sessionid:0x13d4c738ef50010 type:delete cxid:0xd zxid:0xe2 txntype:-1 reqpath:n/a Error Path:/solr/live_nodes/127.0.0.1:43226_ Error:KeeperErrorCode = NoNode for /solr/live_nodes/127.0.0.1:43226_
[junit4:junit4]   2> 25388 T1534 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43226_
[junit4:junit4]   2> 25390 T1576 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25390 T1592 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 6)
[junit4:junit4]   2> 25391 T1563 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1556 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1658 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1563 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25391 T1624 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1641 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25391 T1608 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25392 T1608 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25392 T1624 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25393 T1576 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25392 T1658 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25391 T1556 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25393 T1592 oascc.ZkStateReader$3.process Updating live nodes... (7)
[junit4:junit4]   2> 25392 T1641 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 7)
[junit4:junit4]   2> 25398 T1661 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1
[junit4:junit4]   2> 25398 T1661 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
[junit4:junit4]   2> 25399 T1661 oasc.ZkController.createCollectionZkNode Collection zkNode exists
[junit4:junit4]   2> 25399 T1661 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
[junit4:junit4]   2> 25400 T1661 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/'
[junit4:junit4]   2> 25400 T1661 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/lib/README' to classloader
[junit4:junit4]   2> 25400 T1661 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/lib/classes/' to classloader
[junit4:junit4]   2> 25440 T1661 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_42
[junit4:junit4]   2> 25474 T1661 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
[junit4:junit4]   2> 25475 T1661 oass.IndexSchema.readSchema Reading Solr Schema
[junit4:junit4]   2> 25479 T1661 oass.IndexSchema.readSchema Schema name=test
[junit4:junit4]   2> 25915 T1661 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
[junit4:junit4]   2> 25922 T1661 oass.IndexSchema.readSchema default search field in schema is text
[junit4:junit4]   2> 25925 T1661 oass.IndexSchema.readSchema unique key field: id
[junit4:junit4]   2> 25934 T1661 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 25938 T1661 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
[junit4:junit4]   2> 25941 T1661 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 25942 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 25942 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 25942 T1661 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
[junit4:junit4]   2> 25943 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Unknown key IMPORTANT NOTE
[junit4:junit4]   2> 25943 T1661 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARNING Expected key, got STRING
[junit4:junit4]   2> 25944 T1661 oasc.SolrCore.<init> [collection1] Opening new SolrCore at /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-jetty6-1362787298720/collection1/, dataDir=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/
[junit4:junit4]   2> 25944 T1661 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1150361
[junit4:junit4]   2> 25945 T1661 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
[junit4:junit4]   2> 25946 T1661 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6 forceNew: false
[junit4:junit4]   2> 25946 T1661 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index/
[junit4:junit4]   2> 25946 T1661 oasc.SolrCore.initIndex WARNING [collection1] Solr index directory './org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index' doesn't exist. Creating new index...
[junit4:junit4]   2> 25947 T1661 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index forceNew: false
[junit4:junit4]   2> 25950 T1661 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits:num=1
[junit4:junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.ChaosMonkeySafeLeaderTest-1362787274481/jetty6/index,segFN=segments_1,generation=1,filenames=[segments_1]
[junit4:junit4]   2> 25950 T1661 oasc.SolrDeletionPolicy.updateCommits newest commit = 1[segments_1]
[junit4:junit4]   2> 25952 T1661 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
[junit4:junit4]   2> 25952 T1661 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
[junit4:junit4]   2> 25952 T1661 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
[junit4:junit4]   2> 25953 T1661 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
[junit4:junit4]   2> 25953 T1661 oasc.RequestHandlers.in

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

acle Corporation 1.7.0_15 (32-bit)/cpus=8,threads=4,free=60759600,total=182837248
[junit4:junit4]   2> NOTE: All tests run in this JVM: [TestRTGBase, SpellCheckComponentTest, RequiredFieldsTest, StatsComponentTest, TestBM25SimilarityFactory, SimplePostToolTest, SpellCheckCollatorTest, AliasIntegrationTest, CollectionsAPIDistributedZkTest, TestQueryTypes, TestPartialUpdateDeduplication, TestRangeQuery, TestSolrDiscoveryProperties, TestRecovery, StandardRequestHandlerTest, OutputWriterTest, BadIndexSchemaTest, OpenExchangeRatesOrgProviderTest, TestDefaultSimilarityFactory, TestComponentsName, PathHierarchyTokenizerFactoryTest, CurrencyFieldOpenExchangeTest, IndexBasedSpellCheckerTest, TestCollationField, TestFoldingMultitermQuery, SolrIndexConfigTest, TestBinaryField, TestJmxIntegration, TestPropInject, TestElisionMultitermQuery, SpellPossibilityIteratorTest, CopyFieldTest, CoreContainerCoreInitFailuresTest, TestAnalyzedSuggestions, TestDFRSimilarityFactory, DistanceFunctionTest, TestWordDelimiterFilterFactory, XsltUpdateRequestHandlerTest, TestLuceneMatchVersion, TestLMJelinekMercerSimilarityFactory, TestHashPartitioner, HighlighterTest, ZkSolrClientTest, SolrRequestParserTest, TestDistributedSearch, TestArbitraryIndexDir, TestUpdate, SignatureUpdateProcessorFactoryTest, HardAutoCommitTest, ClusterStateTest, EchoParamsTest, PingRequestHandlerTest, SolrPluginUtilsTest, TestMergePolicyConfig, XmlUpdateRequestHandlerTest, TestPostingsSolrHighlighter, TestBinaryResponseWriter, DirectSolrSpellCheckerTest, TestReload, BasicDistributedZk2Test, TestAtomicUpdateErrorCases, TestQuerySenderNoQuery, TestStressReorder, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest]
[junit4:junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeySafeLeaderTest -Dtests.seed=7044DE67C70FEE47 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_ES -Dtests.timezone=Asia/Phnom_Penh -Dtests.file.encoding=UTF-8
[junit4:junit4] ERROR   0.00s J1 | ChaosMonkeySafeLeaderTest (suite) <<<
[junit4:junit4]    > Throwable #1: java.lang.AssertionError: ERROR: SolrIndexSearcher opens=54 closes=53
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
[junit4:junit4]    > 	at org.junit.Assert.fail(Assert.java:93)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.endTrackingSearchers(SolrTestCaseJ4.java:246)
[junit4:junit4]    > 	at org.apache.solr.SolrTestCaseJ4.afterClass(SolrTestCaseJ4.java:97)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4:junit4]    > 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
[junit4:junit4]    > 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4:junit4]    > 	at java.lang.reflect.Method.invoke(Method.java:601)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:700)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
[junit4:junit4]    > 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
[junit4:junit4]    > 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
[junit4:junit4]    > 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
[junit4:junit4]    > 	at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > Throwable #2: com.carrotsearch.randomizedtesting.ThreadLeakError: 2 threads leaked from SUITE scope at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest: 
[junit4:junit4]    >    1) Thread[id=1945, name=RecoveryThread, state=TIMED_WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at java.lang.Thread.sleep(Native Method)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:490)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:223)
[junit4:junit4]    >    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
[junit4:junit4]    > Throwable #3: com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
[junit4:junit4]    >    1) Thread[id=1945, name=RecoveryThread, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at java.lang.Object.wait(Native Method)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1258)
[junit4:junit4]    >         at java.lang.Thread.join(Thread.java:1332)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.cancelRecovery(DefaultSolrCoreState.java:250)
[junit4:junit4]    >         at org.apache.solr.update.DefaultSolrCoreState.close(DefaultSolrCoreState.java:277)
[junit4:junit4]    >         at org.apache.solr.update.SolrCoreState.decrefSolrCoreState(SolrCoreState.java:73)
[junit4:junit4]    >         at org.apache.solr.core.SolrCore.close(SolrCore.java:975)
[junit4:junit4]    >         at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:235)
[junit4:junit4]    >    2) Thread[id=1776, name=searcherExecutor-1290-thread-1, state=WAITING, group=TGRP-ChaosMonkeySafeLeaderTest]
[junit4:junit4]    >         at sun.misc.Unsafe.park(Native Method)
[junit4:junit4]    >         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[junit4:junit4]    >         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[junit4:junit4]    >         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[junit4:junit4]    >         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[junit4:junit4]    >         at java.lang.Thread.run(Thread.java:722)
[junit4:junit4]    > 	at __randomizedtesting.SeedInfo.seed([7044DE67C70FEE47]:0)
[junit4:junit4] Completed on J1 in 255.21s, 1 test, 1 failure, 2 errors <<< FAILURES!

[...truncated 397 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:381: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:361: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:183: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:449: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1213: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:877: There were test failures: 270 suites, 1140 tests, 3 suite-level errors, 420 ignored (5 assumptions)

Total time: 51 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Description set: Java: 32bit/jdk1.7.0_15 -client -XX:+UseConcMarkSweepGC
Email was triggered for: Failure
Sending email for trigger: Failure