You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/05/14 20:35:14 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_60-ea-b15) - Build # 10301 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10301/
Java: 32bit/jdk1.7.0_60-ea-b15 -client -XX:+UseG1GC

1 tests failed.
REGRESSION:  org.apache.solr.cloud.SyncSliceTest.testDistribSearch

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([E1A6B4D5248FC7BB:60403ACD53D0A787]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:317)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:636)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1140)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1109)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:236)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10771 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/init-core-data-001
   [junit4]   2> 102877 T604 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 102878 T604 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 102883 T604 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 102883 T604 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 102884 T605 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 102984 T604 oasc.ZkTestServer.run start zk server on port:33354
   [junit4]   2> 102985 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 103055 T611 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a792f0 name:ZooKeeperConnection Watcher:127.0.0.1:33354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 103055 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 103056 T604 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 103060 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 103062 T613 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8c7858 name:ZooKeeperConnection Watcher:127.0.0.1:33354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 103062 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 103063 T604 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 103065 T604 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 103067 T604 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 103069 T604 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 103071 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 103071 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 103074 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 103075 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 103078 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 103078 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 103080 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 103081 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 103083 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 103084 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 103086 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 103087 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 103089 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 103090 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 103093 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 103093 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 103095 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 103095 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 103098 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 103098 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 103101 T604 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 103101 T604 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 103104 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 103106 T615 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@ea8975 name:ZooKeeperConnection Watcher:127.0.0.1:33354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 103106 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 103407 T604 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 103521 T604 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 103542 T604 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54422
   [junit4]   2> 103550 T604 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 103550 T604 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 103550 T604 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002
   [junit4]   2> 103550 T604 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/'
   [junit4]   2> 103564 T604 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/solr.xml
   [junit4]   2> 103601 T604 oasc.CoreContainer.<init> New CoreContainer 6504082
   [junit4]   2> 103602 T604 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/]
   [junit4]   2> 103603 T604 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 103603 T604 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 103604 T604 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 103604 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 103605 T604 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 103605 T604 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 103606 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 103606 T604 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 103606 T604 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 103611 T604 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 103611 T604 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 103611 T604 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 103612 T604 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33354/solr
   [junit4]   2> 103612 T604 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 103613 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 103616 T626 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14f18d1 name:ZooKeeperConnection Watcher:127.0.0.1:33354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 103616 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 103618 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 103619 T628 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1298163 name:ZooKeeperConnection Watcher:127.0.0.1:33354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 103620 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 103621 T604 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 103623 T604 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 103625 T604 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 103627 T604 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 103631 T604 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 103634 T604 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 103635 T604 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54422_
   [junit4]   2> 103636 T604 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54422_
   [junit4]   2> 103642 T604 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 103644 T604 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 103646 T604 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54422_
   [junit4]   2> 103646 T604 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 103648 T604 oasc.Overseer.start Overseer (id=91756375077617668-127.0.0.1:54422_-n_0000000000) starting
   [junit4]   2> 103650 T604 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 103657 T630 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 103657 T604 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 103657 T630 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes at 127.0.0.1:54422_
   [junit4]   2> 103659 T604 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 103661 T604 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 103663 T629 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 103666 T631 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 103666 T631 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 103668 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103668 T631 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 103669 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 103669 T629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54422",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54422_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 103670 T629 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 103670 T629 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 103672 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 103672 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 104672 T631 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 104672 T631 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 104673 T631 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 104674 T631 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 104674 T631 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 104675 T631 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/collection1/'
   [junit4]   2> 104675 T631 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 104676 T631 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 104676 T631 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 104712 T631 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 104743 T631 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 104744 T631 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 104753 T631 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 105040 T631 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 105046 T631 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 105048 T631 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 105059 T631 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 105062 T631 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 105065 T631 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 105066 T631 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 105066 T631 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 105067 T631 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 105067 T631 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 105067 T631 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 105068 T631 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 105068 T631 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 105068 T631 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-002/collection1/, dataDir=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/control/data/
   [junit4]   2> 105068 T631 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8f48a4
   [junit4]   2> 105069 T631 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/control/data
   [junit4]   2> 105069 T631 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/control/data/index/
   [junit4]   2> 105069 T631 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 105070 T631 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/control/data/index
   [junit4]   2> 105070 T631 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=98.6025390625, floorSegmentMB=2.1162109375, forceMergeDeletesPctAllowed=18.33896839688724, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44160193069807097
   [junit4]   2> 105071 T631 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@8e4c52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@89233f),segFN=segments_1,generation=1}
   [junit4]   2> 105072 T631 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 105075 T631 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 105075 T631 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 105075 T631 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 105076 T631 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 105076 T631 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 105076 T631 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 105077 T631 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 105077 T631 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 105077 T631 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 105078 T631 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 105079 T631 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 105079 T631 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 105079 T631 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 105080 T631 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 105081 T631 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 105081 T631 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 105082 T631 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 105086 T631 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 105088 T631 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 105088 T631 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 105089 T631 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.23828125, noCFSRatio=1.0]
   [junit4]   2> 105090 T631 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@8e4c52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@89233f),segFN=segments_1,generation=1}
   [junit4]   2> 105090 T631 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 105090 T631 oass.SolrIndexSearcher.<init> Opening Searcher@12bdd63[collection1] main
   [junit4]   2> 105090 T631 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 105091 T631 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 105091 T631 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 105092 T631 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 105092 T631 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 105092 T631 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 105093 T631 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 105093 T631 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 105093 T631 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 105093 T631 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 105096 T632 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@12bdd63[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 105098 T631 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 105099 T635 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54422 collection:control_collection shard:shard1
   [junit4]   2> 105099 T604 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 105100 T604 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 105103 T635 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 105104 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 105106 T637 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1ef4491 name:ZooKeeperConnection Watcher:127.0.0.1:33354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 105106 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 105107 T604 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 105108 T635 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 105109 T604 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 105110 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105110 T635 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 105111 T635 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C209 name=collection1 org.apache.solr.core.SolrCore@133802d url=https://127.0.0.1:54422/collection1 node=127.0.0.1:54422_ C209_STATE=coll:control_collection core:collection1 props:{state=down, base_url=https://127.0.0.1:54422, core=collection1, node_name=127.0.0.1:54422_}
   [junit4]   2> 105111 T635 C209 P54422 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54422/collection1/
   [junit4]   2> 105111 T635 C209 P54422 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 105112 T635 C209 P54422 oasc.SyncStrategy.syncToMe https://127.0.0.1:54422/collection1/ has no replicas
   [junit4]   2> 105112 T635 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54422/collection1/ shard1
   [junit4]   2> 105112 T635 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 105114 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 105117 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105118 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105122 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105224 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 105224 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 105269 T635 oasc.ZkController.register We are https://127.0.0.1:54422/collection1/ and leader is https://127.0.0.1:54422/collection1/
   [junit4]   2> 105269 T635 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54422
   [junit4]   2> 105269 T635 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 105270 T635 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 105270 T635 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 105272 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105272 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105272 T635 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 105272 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105273 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 105274 T629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54422",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54422_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 105276 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 105378 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 105378 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 105404 T604 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 105405 T604 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 105409 T604 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 105411 T604 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54204
   [junit4]   2> 105413 T604 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 105413 T604 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 105414 T604 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003
   [junit4]   2> 105414 T604 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/'
   [junit4]   2> 105428 T604 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/solr.xml
   [junit4]   2> 105460 T604 oasc.CoreContainer.<init> New CoreContainer 25908631
   [junit4]   2> 105461 T604 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/]
   [junit4]   2> 105462 T604 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 105462 T604 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 105462 T604 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 105463 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 105463 T604 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 105463 T604 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 105464 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 105464 T604 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 105464 T604 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 105467 T604 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 105467 T604 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 105468 T604 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 105468 T604 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33354/solr
   [junit4]   2> 105469 T604 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 105469 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 105555 T648 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@73591c name:ZooKeeperConnection Watcher:127.0.0.1:33354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 105556 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 105563 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 105565 T650 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7c7f14 name:ZooKeeperConnection Watcher:127.0.0.1:33354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 105565 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 105578 T604 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 106580 T604 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54204_
   [junit4]   2> 106582 T604 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54204_
   [junit4]   2> 106590 T651 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 106591 T651 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 106600 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 106600 T651 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 106600 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 106601 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 106602 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 106602 T629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54204",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54204_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 106602 T629 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 106603 T629 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 106605 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 106707 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 106707 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 106707 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 107600 T651 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 107601 T651 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 107601 T651 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 107602 T651 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 107602 T651 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 107603 T651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/collection1/'
   [junit4]   2> 107604 T651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 107604 T651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 107604 T651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 107657 T651 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 107705 T651 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 107707 T651 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 107715 T651 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 108002 T651 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 108007 T651 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 108009 T651 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 108021 T651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 108025 T651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 108028 T651 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108029 T651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 108030 T651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 108030 T651 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 108031 T651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 108031 T651 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 108031 T651 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 108032 T651 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 108032 T651 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-003/collection1/, dataDir=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty1/
   [junit4]   2> 108032 T651 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8f48a4
   [junit4]   2> 108033 T651 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty1
   [junit4]   2> 108033 T651 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty1/index/
   [junit4]   2> 108033 T651 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 108034 T651 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty1/index
   [junit4]   2> 108034 T651 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=98.6025390625, floorSegmentMB=2.1162109375, forceMergeDeletesPctAllowed=18.33896839688724, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44160193069807097
   [junit4]   2> 108035 T651 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9ec4a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d19828),segFN=segments_1,generation=1}
   [junit4]   2> 108035 T651 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 108039 T651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 108039 T651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 108040 T651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 108040 T651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 108040 T651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 108040 T651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 108041 T651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 108041 T651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 108041 T651 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 108042 T651 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 108042 T651 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 108043 T651 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 108043 T651 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 108044 T651 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 108044 T651 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 108045 T651 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 108045 T651 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 108048 T651 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 108051 T651 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 108051 T651 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 108052 T651 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.23828125, noCFSRatio=1.0]
   [junit4]   2> 108053 T651 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@9ec4a6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@d19828),segFN=segments_1,generation=1}
   [junit4]   2> 108053 T651 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 108053 T651 oass.SolrIndexSearcher.<init> Opening Searcher@17ff798[collection1] main
   [junit4]   2> 108053 T651 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 108054 T651 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 108055 T651 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 108055 T651 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 108055 T651 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 108056 T651 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 108056 T651 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 108057 T651 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 108057 T651 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 108057 T651 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 108062 T652 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@17ff798[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 108066 T651 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 108066 T655 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:54204 collection:collection1 shard:shard1
   [junit4]   2> 108067 T604 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 108067 T604 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 108067 T655 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 108073 T655 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 108076 T655 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 108076 T655 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 108076 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108077 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C210 name=collection1 org.apache.solr.core.SolrCore@1c5556d url=https://127.0.0.1:54204/collection1 node=127.0.0.1:54204_ C210_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:54204, core=collection1, node_name=127.0.0.1:54204_}
   [junit4]   2> 108076 T655 C210 P54204 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:54204/collection1/
   [junit4]   2> 108077 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108077 T655 C210 P54204 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 108078 T655 C210 P54204 oasc.SyncStrategy.syncToMe https://127.0.0.1:54204/collection1/ has no replicas
   [junit4]   2> 108078 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 108078 T655 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:54204/collection1/ shard1
   [junit4]   2> 108079 T655 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 108083 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108086 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108093 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108200 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 108200 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 108200 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 108236 T655 oasc.ZkController.register We are https://127.0.0.1:54204/collection1/ and leader is https://127.0.0.1:54204/collection1/
   [junit4]   2> 108237 T655 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:54204
   [junit4]   2> 108237 T655 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 108237 T655 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 108237 T655 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 108239 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108239 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108239 T655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 108239 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108240 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 108241 T629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54204",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54204_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 108243 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 108345 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 108345 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 108345 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 108350 T604 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 108351 T604 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 108354 T604 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 108356 T604 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:36940
   [junit4]   2> 108358 T604 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 108359 T604 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 108359 T604 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004
   [junit4]   2> 108359 T604 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/'
   [junit4]   2> 108373 T604 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/solr.xml
   [junit4]   2> 108405 T604 oasc.CoreContainer.<init> New CoreContainer 2479625
   [junit4]   2> 108405 T604 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/]
   [junit4]   2> 108406 T604 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 108406 T604 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 108407 T604 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 108407 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 108407 T604 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 108408 T604 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 108408 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 108408 T604 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 108408 T604 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 108411 T604 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 108412 T604 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 108412 T604 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 108412 T604 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33354/solr
   [junit4]   2> 108413 T604 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 108414 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 108416 T666 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@134b632 name:ZooKeeperConnection Watcher:127.0.0.1:33354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 108416 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 108418 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 108419 T668 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@c78e3a name:ZooKeeperConnection Watcher:127.0.0.1:33354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 108419 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 108424 T604 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 109427 T604 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36940_
   [junit4]   2> 109428 T604 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36940_
   [junit4]   2> 109435 T669 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 109436 T669 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 109439 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 109439 T669 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 109439 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 109440 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 109441 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 109442 T629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:36940",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36940_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 109442 T629 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 109442 T629 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 109445 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 109547 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 109547 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 109547 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 109547 T668 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 110440 T669 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 110440 T669 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 110442 T669 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 110442 T669 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 110443 T669 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 110443 T669 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/collection1/'
   [junit4]   2> 110444 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 110444 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 110445 T669 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 110481 T669 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 110537 T669 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 110538 T669 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 110546 T669 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 110815 T669 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 110820 T669 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 110823 T669 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 110832 T669 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 110835 T669 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 110838 T669 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 110839 T669 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 110839 T669 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 110839 T669 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 110840 T669 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 110840 T669 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 110841 T669 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 110841 T669 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 110841 T669 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-004/collection1/, dataDir=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty2/
   [junit4]   2> 110841 T669 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8f48a4
   [junit4]   2> 110842 T669 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty2
   [junit4]   2> 110842 T669 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty2/index/
   [junit4]   2> 110842 T669 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 110843 T669 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty2/index
   [junit4]   2> 110843 T669 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=98.6025390625, floorSegmentMB=2.1162109375, forceMergeDeletesPctAllowed=18.33896839688724, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.44160193069807097
   [junit4]   2> 110844 T669 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@191ca45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1872a61),segFN=segments_1,generation=1}
   [junit4]   2> 110844 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 110848 T669 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 110848 T669 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 110849 T669 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 110849 T669 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 110849 T669 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 110849 T669 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 110850 T669 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 110850 T669 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 110850 T669 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 110851 T669 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 110852 T669 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 110852 T669 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 110852 T669 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 110853 T669 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 110853 T669 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 110854 T669 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 110854 T669 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 110857 T669 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 110860 T669 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 110860 T669 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 110861 T669 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=50, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=1.23828125, noCFSRatio=1.0]
   [junit4]   2> 110861 T669 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@191ca45 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1872a61),segFN=segments_1,generation=1}
   [junit4]   2> 110861 T669 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 110862 T669 oass.SolrIndexSearcher.<init> Opening Searcher@321622[collection1] main
   [junit4]   2> 110862 T669 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 110863 T669 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 110863 T669 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 110863 T669 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 110863 T669 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 110864 T669 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 110864 T669 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 110864 T669 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 110865 T669 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 110865 T669 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 110869 T670 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@321622[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 110873 T669 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 110873 T673 oasc.ZkController.register Register replica - core:collection1 address:https://127.0.0.1:36940 collection:collection1 shard:shard1
   [junit4]   2> 110874 T604 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 110874 T604 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 110877 T673 oasc.ZkController.register We are https://127.0.0.1:36940/collection1/ and leader is https://127.0.0.1:54204/collection1/
   [junit4]   2> 110877 T673 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=https://127.0.0.1:36940
   [junit4]   2> 110877 T673 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 110878 T673 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C211 name=collection1 org.apache.solr.core.SolrCore@1087c8b url=https://127.0.0.1:36940/collection1 node=127.0.0.1:36940_ C211_STATE=coll:collection1 core:collection1 props:{state=down, base_url=https://127.0.0.1:36940, core=collection1, node_name=127.0.0.1:36940_}
   [junit4]   2> 110878 T674 C211 P36940 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 110878 T673 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 110879 T674 C211 P36940 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 110879 T674 C211 P36940 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is https://127.0.0.1:54204/collection1/ and I am https://127.0.0.1:36940/collection1/
   [junit4]   2> 110879 T674 C211 P36940 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 110880 T674 C211 P36940 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 110881 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 110881 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 110881 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 110882 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 110883 T674 C211 P36940 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to https://127.0.0.1:54204; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A36940_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 110884 T629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:36940",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36940_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 110887 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 110989 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 110989 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 110989 T668 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 110990 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 111008 T646 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 111009 T646 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 111010 T646 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 111010 T646 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, isLeader? true, live=true, currentState=recovering, localState=active, nodeName=127.0.0.1:36940_, coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps: core_node2:{"state":"recovering","base_url":"https://127.0.0.1:36940","core":"collection1","node_name":"127.0.0.1:36940_"}
   [junit4]   2> 111010 T646 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 111010 T646 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={wt=javabin&action=PREPRECOVERY&onlyIfLeader=true&coreNodeName=core_node2&checkLive=true&nodeName=127.0.0.1:36940_&state=recovering&onlyIfLeaderActive=true&core=collection1&version=2} status=0 QTime=2 
   [junit4]   2> 111159 T604 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 111160 T604 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 111163 T604 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 111165 T604 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54378
   [junit4]   2> 111167 T604 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 111168 T604 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 111168 T604 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-005
   [junit4]   2> 111168 T604 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-005/'
   [junit4]   2> 111182 T604 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-005/solr.xml
   [junit4]   2> 111213 T604 oasc.CoreContainer.<init> New CoreContainer 28185167
   [junit4]   2> 111213 T604 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-005/]
   [junit4]   2> 111214 T604 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 111215 T604 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 111215 T604 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 111215 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 111216 T604 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 111216 T604 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 111216 T604 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 111216 T604 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 111217 T604 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 111220 T604 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 111220 T604 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 111221 T604 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 111221 T604 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33354/solr
   [junit4]   2> 111221 T604 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 111222 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 111224 T686 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19468a7 name:ZooKeeperConnection Watcher:127.0.0.1:33354 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 111225 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 111227 T604 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 111227 T688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@279099 name:ZooKeeperConnection Watcher:127.0.0.1:33354/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 111228 T604 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 111232 T604 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 112235 T604 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54378_
   [junit4]   2> 112236 T604 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54378_
   [junit4]   2> 112244 T689 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 112245 T689 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 112245 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 112245 T689 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 112246 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 112246 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 112247 T629 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 112247 T629 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54378",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54378_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 112248 T629 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 112248 T629 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 112249 T628 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 112352 T650 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 112353 T637 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 112353 T668 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 112353 T628 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 112353 T688 oas

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

2,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=5,cumulative_deletesById=0,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=654,transaction_logs_total_number=2}
   [junit4]   2> 157214 T709 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 157214 T709 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 157214 T709 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 157215 T709 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 157216 T709 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 157216 T709 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty4 [CachedDir<<refCount=0;path=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty4;done=false>>]
   [junit4]   2> 157216 T709 oasc.CachingDirectoryFactory.close Closing directory: ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty4
   [junit4]   2> 157216 T709 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty4/index [CachedDir<<refCount=0;path=./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty4/index;done=false>>]
   [junit4]   2> 157217 T709 oasc.CachingDirectoryFactory.close Closing directory: ./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001/tempDir-001/jetty4/index
   [junit4]   2> 157217 T709 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.solr.common.SolrException: Fatal Error, SolrCore not found:collection1 in []
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:201)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:110)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:267)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:437)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:208)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:110)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:267)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:437)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:208)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:110)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:267)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:437)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:208)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:142)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:110)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 157217 T709 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 157218 T709 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 157218 T709 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 157218 T709 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 157236 T604 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 157287 T604 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 157288 T604 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33354 33354
   [junit4]   2> 157568 T605 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33354 33354
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SyncSliceTest -Dtests.method=testDistribSearch -Dtests.seed=E1A6B4D5248FC7BB -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=zh_SG -Dtests.timezone=Antarctica/Palmer -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   54.7s J0 | SyncSliceTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E1A6B4D5248FC7BB:60403ACD53D0A787]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:317)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:636)
   [junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1140)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1109)
   [junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:236)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 157582 T604 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.SyncSliceTest-E1A6B4D5248FC7BB-001
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity, locale=zh_SG, timezone=Antarctica/Palmer
   [junit4]   2> NOTE: Linux 3.8.0-39-generic i386/Oracle Corporation 1.7.0_60-ea (32-bit)/cpus=8,threads=1,free=128229264,total=227540992
   [junit4]   2> NOTE: All tests run in this JVM: [TriLevelCompositeIdRoutingTest, TermVectorComponentTest, DocumentBuilderTest, MBeansHandlerTest, ScriptEngineTest, SyncSliceTest]
   [junit4] Completed on J0 in 54.75s, 1 test, 1 error <<< FAILURES!

[...truncated 1121 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 400 suites, 1679 tests, 1 error, 37 ignored (16 assumptions)

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



[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.8.0_05) - Build # 10302 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/10302/
Java: 32bit/jdk1.8.0_05 -client -XX:+UseG1GC

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

Error Message:
shard2 is not consistent.  Got 367 from http://127.0.0.1:53270/j_fe/rk/collection1lastClient and got 353 from http://127.0.0.1:37730/j_fe/rk/collection1

Stack Trace:
java.lang.AssertionError: shard2 is not consistent.  Got 367 from http://127.0.0.1:53270/j_fe/rk/collection1lastClient and got 353 from http://127.0.0.1:37730/j_fe/rk/collection1
	at __randomizedtesting.SeedInfo.seed([BA5E46AEB47DB422:3BB8C8B6C322D41E]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1130)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1109)
	at org.apache.solr.cloud.ChaosMonkeySafeLeaderTest.doTest(ChaosMonkeySafeLeaderTest.java:150)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 11225 lines...]
   [junit4] Suite: org.apache.solr.cloud.ChaosMonkeySafeLeaderTest
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/init-core-data-001
   [junit4]   2> 682803 T4097 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 682803 T4097 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /j_fe/rk
   [junit4]   2> 682807 T4097 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 682808 T4097 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 682808 T4098 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 682908 T4097 oasc.ZkTestServer.run start zk server on port:52315
   [junit4]   2> 682910 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 685052 T4101 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 2140ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 685054 T4104 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@e8a5ad name:ZooKeeperConnection Watcher:127.0.0.1:52315 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685054 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 685055 T4097 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 685061 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 685062 T4106 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d56941 name:ZooKeeperConnection Watcher:127.0.0.1:52315/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685063 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 685063 T4097 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 685065 T4097 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 685067 T4097 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 685068 T4097 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 685070 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 685071 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 685073 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 685074 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 685077 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 685077 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 685079 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 685080 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 685082 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 685082 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 685084 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 685084 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 685086 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 685087 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 685089 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 685090 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 685092 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 685092 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 685094 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 685095 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 685096 T4097 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 685097 T4097 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 685371 T4097 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 685378 T4097 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53263
   [junit4]   2> 685379 T4097 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 685379 T4097 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 685379 T4097 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002
   [junit4]   2> 685380 T4097 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/'
   [junit4]   2> 685398 T4097 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/solr.xml
   [junit4]   2> 685408 T4097 oasc.CoreContainer.<init> New CoreContainer 10769626
   [junit4]   2> 685409 T4097 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/]
   [junit4]   2> 685410 T4097 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 685410 T4097 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 685411 T4097 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 685411 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 685411 T4097 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 685412 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 685412 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 685412 T4097 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 685413 T4097 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 685413 T4097 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 685414 T4097 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 685414 T4097 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 685415 T4097 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52315/solr
   [junit4]   2> 685415 T4097 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 685416 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 685417 T4117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1837963 name:ZooKeeperConnection Watcher:127.0.0.1:52315 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685417 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 685419 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 685419 T4119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@be3c97 name:ZooKeeperConnection Watcher:127.0.0.1:52315/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 685420 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 685421 T4097 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 685423 T4097 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 685425 T4097 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 685430 T4097 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 685433 T4097 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 685435 T4097 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 685436 T4097 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53263_j_fe%2Frk
   [junit4]   2> 685437 T4097 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53263_j_fe%2Frk
   [junit4]   2> 685439 T4097 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 685440 T4097 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 685443 T4097 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:53263_j_fe%2Frk
   [junit4]   2> 685443 T4097 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 685445 T4097 oasc.Overseer.start Overseer (id=91757226919067651-127.0.0.1:53263_j_fe%2Frk-n_0000000000) starting
   [junit4]   2> 685448 T4097 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 685454 T4121 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 685454 T4097 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 685455 T4121 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes at 127.0.0.1:53263_j_fe%2Frk
   [junit4]   2> 685456 T4097 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 685458 T4097 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 685460 T4120 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 685463 T4122 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 685463 T4122 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 685464 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 685464 T4122 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 685465 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 685466 T4120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53263/j_fe/rk",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53263_j_fe%2Frk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 685466 T4120 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 685466 T4120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 685468 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 685471 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 686465 T4122 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 686465 T4122 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 686466 T4122 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 686466 T4122 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 686467 T4122 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 686467 T4122 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/collection1/'
   [junit4]   2> 686468 T4122 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 686468 T4122 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 686469 T4122 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 686494 T4122 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 686506 T4122 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 686507 T4122 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 686513 T4122 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 686657 T4122 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 686659 T4122 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 686660 T4122 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 686663 T4122 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 686676 T4122 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 686676 T4122 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 686677 T4122 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-002/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/control/data/
   [junit4]   2> 686677 T4122 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d64c4b
   [junit4]   2> 686678 T4122 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/control/data
   [junit4]   2> 686678 T4122 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/control/data/index/
   [junit4]   2> 686678 T4122 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 686679 T4122 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/control/data/index
   [junit4]   2> 686679 T4122 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=76.361328125, floorSegmentMB=0.943359375, forceMergeDeletesPctAllowed=24.02395740777636, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8139829740388026
   [junit4]   2> 686684 T4122 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 686684 T4122 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 686687 T4122 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 686688 T4122 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 686688 T4122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 686688 T4122 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 686689 T4122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 686689 T4122 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 686689 T4122 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 686689 T4122 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 686690 T4122 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 686690 T4122 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 686691 T4122 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 686691 T4122 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 686691 T4122 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 686692 T4122 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 686692 T4122 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 686693 T4122 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 686693 T4122 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 686695 T4122 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 686696 T4122 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 686697 T4122 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 686697 T4122 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=66.2041015625, floorSegmentMB=0.8623046875, forceMergeDeletesPctAllowed=23.97747127216078, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 686698 T4122 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/control/data/index,segFN=segments_1,generation=1}
   [junit4]   2> 686699 T4122 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 686699 T4122 oass.SolrIndexSearcher.<init> Opening Searcher@16bf05[collection1] main
   [junit4]   2> 686699 T4122 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 686700 T4122 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 686700 T4122 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 686701 T4122 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 686701 T4122 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 686701 T4122 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 686702 T4122 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 686702 T4122 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 686702 T4122 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 686703 T4122 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 686705 T4123 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@16bf05[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 686707 T4122 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 686708 T4126 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53263/j_fe/rk collection:control_collection shard:shard1
   [junit4]   2> 686708 T4097 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 686709 T4097 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 686708 T4126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 686710 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 686711 T4128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8b01a7 name:ZooKeeperConnection Watcher:127.0.0.1:52315/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 686712 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 686713 T4097 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 686714 T4126 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 686714 T4097 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 686715 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686716 T4126 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 686716 T4126 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C838 name=collection1 org.apache.solr.core.SolrCore@403850 url=http://127.0.0.1:53263/j_fe/rk/collection1 node=127.0.0.1:53263_j_fe%2Frk C838_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:53263/j_fe/rk, core=collection1, node_name=127.0.0.1:53263_j_fe%2Frk}
   [junit4]   2> 686716 T4126 C838 P53263 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53263/j_fe/rk/collection1/
   [junit4]   2> 686716 T4126 C838 P53263 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 686716 T4126 C838 P53263 oasc.SyncStrategy.syncToMe http://127.0.0.1:53263/j_fe/rk/collection1/ has no replicas
   [junit4]   2> 686717 T4126 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53263/j_fe/rk/collection1/ shard1
   [junit4]   2> 686717 T4126 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 686718 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 686721 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686721 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686723 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686825 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 686825 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 686872 T4126 oasc.ZkController.register We are http://127.0.0.1:53263/j_fe/rk/collection1/ and leader is http://127.0.0.1:53263/j_fe/rk/collection1/
   [junit4]   2> 686873 T4126 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53263/j_fe/rk
   [junit4]   2> 686873 T4126 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 686873 T4126 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 686873 T4126 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 686875 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686875 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686875 T4126 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 686875 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686877 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 686877 T4120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:53263/j_fe/rk",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53263_j_fe%2Frk",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 686881 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 686983 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 686983 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 686992 T4097 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 686993 T4097 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 686995 T4097 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42650
   [junit4]   2> 686996 T4097 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 686997 T4097 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 686997 T4097 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003
   [junit4]   2> 686997 T4097 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/'
   [junit4]   2> 687016 T4097 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/solr.xml
   [junit4]   2> 687026 T4097 oasc.CoreContainer.<init> New CoreContainer 11364653
   [junit4]   2> 687026 T4097 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/]
   [junit4]   2> 687027 T4097 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 687028 T4097 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 687028 T4097 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 687028 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 687029 T4097 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 687029 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 687029 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 687030 T4097 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 687030 T4097 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 687031 T4097 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 687031 T4097 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 687031 T4097 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 687032 T4097 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52315/solr
   [junit4]   2> 687032 T4097 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 687033 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 687034 T4139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@151d611 name:ZooKeeperConnection Watcher:127.0.0.1:52315 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 687035 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 687036 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 687038 T4141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@22129a name:ZooKeeperConnection Watcher:127.0.0.1:52315/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 687038 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 687044 T4097 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 688046 T4097 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42650_j_fe%2Frk
   [junit4]   2> 688047 T4097 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42650_j_fe%2Frk
   [junit4]   2> 688053 T4142 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 688053 T4142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 688054 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 688054 T4142 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 688054 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 688054 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 688055 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 688056 T4120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42650/j_fe/rk",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42650_j_fe%2Frk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 688056 T4120 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 688057 T4120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 688058 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 688160 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 688160 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 688160 T4141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 689054 T4142 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 689055 T4142 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 689055 T4142 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 689056 T4142 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 689057 T4142 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 689057 T4142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/collection1/'
   [junit4]   2> 689058 T4142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 689058 T4142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 689058 T4142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 689084 T4142 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 689096 T4142 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 689098 T4142 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 689104 T4142 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 689229 T4142 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 689231 T4142 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 689232 T4142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 689235 T4142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 689248 T4142 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 689248 T4142 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 689249 T4142 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-003/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty1/
   [junit4]   2> 689249 T4142 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d64c4b
   [junit4]   2> 689249 T4142 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty1
   [junit4]   2> 689250 T4142 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty1/index/
   [junit4]   2> 689250 T4142 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 689251 T4142 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty1/index
   [junit4]   2> 689251 T4142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=76.361328125, floorSegmentMB=0.943359375, forceMergeDeletesPctAllowed=24.02395740777636, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8139829740388026
   [junit4]   2> 689258 T4142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 689259 T4142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 689263 T4142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 689263 T4142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 689264 T4142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 689264 T4142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 689264 T4142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 689265 T4142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 689265 T4142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 689265 T4142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 689265 T4142 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 689266 T4142 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 689267 T4142 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 689267 T4142 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 689267 T4142 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 689268 T4142 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 689269 T4142 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 689269 T4142 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 689270 T4142 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 689272 T4142 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 689273 T4142 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 689273 T4142 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 689274 T4142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=66.2041015625, floorSegmentMB=0.8623046875, forceMergeDeletesPctAllowed=23.97747127216078, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 689275 T4142 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty1/index,segFN=segments_1,generation=1}
   [junit4]   2> 689275 T4142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 689276 T4142 oass.SolrIndexSearcher.<init> Opening Searcher@1255251[collection1] main
   [junit4]   2> 689276 T4142 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 689277 T4142 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 689277 T4142 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 689278 T4142 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 689278 T4142 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 689278 T4142 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 689279 T4142 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 689279 T4142 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 689279 T4142 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 689280 T4142 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 689284 T4143 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1255251[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 689287 T4142 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 689288 T4146 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42650/j_fe/rk collection:collection1 shard:shard2
   [junit4]   2> 689289 T4097 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 689289 T4097 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 689289 T4146 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 689296 T4146 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 689297 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689297 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689297 T4146 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 689298 T4146 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 689298 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C839 name=collection1 org.apache.solr.core.SolrCore@cc36e url=http://127.0.0.1:42650/j_fe/rk/collection1 node=127.0.0.1:42650_j_fe%2Frk C839_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:42650/j_fe/rk, core=collection1, node_name=127.0.0.1:42650_j_fe%2Frk}
   [junit4]   2> 689298 T4146 C839 P42650 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42650/j_fe/rk/collection1/
   [junit4]   2> 689298 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 689299 T4146 C839 P42650 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 689299 T4146 C839 P42650 oasc.SyncStrategy.syncToMe http://127.0.0.1:42650/j_fe/rk/collection1/ has no replicas
   [junit4]   2> 689299 T4146 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42650/j_fe/rk/collection1/ shard2
   [junit4]   2> 689300 T4146 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 689301 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689303 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689305 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689406 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 689406 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 689406 T4141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 689454 T4146 oasc.ZkController.register We are http://127.0.0.1:42650/j_fe/rk/collection1/ and leader is http://127.0.0.1:42650/j_fe/rk/collection1/
   [junit4]   2> 689454 T4146 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42650/j_fe/rk
   [junit4]   2> 689454 T4146 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 689455 T4146 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 689455 T4146 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 689457 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689457 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689457 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689458 T4146 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 689458 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 689459 T4120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42650/j_fe/rk",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42650_j_fe%2Frk",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 689461 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 689566 T4141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 689566 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 689567 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 689575 T4097 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 689576 T4097 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 689577 T4097 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44480
   [junit4]   2> 689578 T4097 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 689579 T4097 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 689579 T4097 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004
   [junit4]   2> 689580 T4097 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/'
   [junit4]   2> 689598 T4097 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/solr.xml
   [junit4]   2> 689608 T4097 oasc.CoreContainer.<init> New CoreContainer 23585899
   [junit4]   2> 689609 T4097 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/]
   [junit4]   2> 689610 T4097 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 689610 T4097 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 689611 T4097 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 689611 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 689611 T4097 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 689612 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 689612 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 689612 T4097 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 689613 T4097 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 689613 T4097 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 689614 T4097 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 689614 T4097 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 689615 T4097 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52315/solr
   [junit4]   2> 689615 T4097 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 689616 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 689617 T4157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2ae18c name:ZooKeeperConnection Watcher:127.0.0.1:52315 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 689617 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 689619 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 689620 T4159 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@726ae6 name:ZooKeeperConnection Watcher:127.0.0.1:52315/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 689620 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 689624 T4097 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 690627 T4097 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44480_j_fe%2Frk
   [junit4]   2> 690629 T4097 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44480_j_fe%2Frk
   [junit4]   2> 690639 T4160 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 690640 T4160 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 690641 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 690642 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 690641 T4160 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 690642 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 690643 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 690643 T4120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44480/j_fe/rk",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44480_j_fe%2Frk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 690644 T4120 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 690644 T4120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 690646 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 690750 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 690750 T4159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 690750 T4141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 690750 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 691642 T4160 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 691643 T4160 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 691644 T4160 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 691644 T4160 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 691645 T4160 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 691646 T4160 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/collection1/'
   [junit4]   2> 691647 T4160 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 691647 T4160 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 691648 T4160 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 691681 T4160 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 691692 T4160 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 691694 T4160 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 691700 T4160 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 691821 T4160 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 691823 T4160 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 691824 T4160 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 691827 T4160 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 691843 T4160 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 691843 T4160 oasc.SolrCore.initDirectoryFactory solr.StandardDirectoryFactory
   [junit4]   2> 691844 T4160 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-004/collection1/, dataDir=./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty2/
   [junit4]   2> 691844 T4160 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d64c4b
   [junit4]   2> 691844 T4160 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty2
   [junit4]   2> 691845 T4160 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty2/index/
   [junit4]   2> 691845 T4160 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 691846 T4160 oasc.CachingDirectoryFactory.get return new directory for /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty2/index
   [junit4]   2> 691847 T4160 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=22, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=76.361328125, floorSegmentMB=0.943359375, forceMergeDeletesPctAllowed=24.02395740777636, segmentsPerTier=17.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.8139829740388026
   [junit4]   2> 691851 T4160 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 691851 T4160 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 691855 T4160 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 691856 T4160 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 691856 T4160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 691856 T4160 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 691857 T4160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 691857 T4160 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 691857 T4160 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 691858 T4160 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 691858 T4160 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 691859 T4160 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 691859 T4160 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 691860 T4160 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 691860 T4160 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 691861 T4160 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 691861 T4160 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 691862 T4160 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 691862 T4160 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 691864 T4160 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 691866 T4160 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 691866 T4160 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 691867 T4160 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=41, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=66.2041015625, floorSegmentMB=0.8623046875, forceMergeDeletesPctAllowed=23.97747127216078, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 691868 T4160 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-001/jetty2/index,segFN=segments_1,generation=1}
   [junit4]   2> 691868 T4160 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 691869 T4160 oass.SolrIndexSearcher.<init> Opening Searcher@15f368c[collection1] main
   [junit4]   2> 691869 T4160 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 691870 T4160 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 691870 T4160 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 691871 T4160 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 691871 T4160 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 691871 T4160 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 691872 T4160 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 691872 T4160 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 691872 T4160 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 691872 T4160 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 691877 T4161 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@15f368c[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 691882 T4160 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 691883 T4164 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:44480/j_fe/rk collection:collection1 shard:shard3
   [junit4]   2> 691883 T4097 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 691884 T4097 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 691884 T4164 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 691889 T4164 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 691890 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 691890 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 691890 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 691891 T4164 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 691891 T4164 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 691891 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> ASYNC  NEW_CORE C840 name=collection1 org.apache.solr.core.SolrCore@18b29cd url=http://127.0.0.1:44480/j_fe/rk/collection1 node=127.0.0.1:44480_j_fe%2Frk C840_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:44480/j_fe/rk, core=collection1, node_name=127.0.0.1:44480_j_fe%2Frk}
   [junit4]   2> 691892 T4164 C840 P44480 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:44480/j_fe/rk/collection1/
   [junit4]   2> 691892 T4164 C840 P44480 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 691892 T4164 C840 P44480 oasc.SyncStrategy.syncToMe http://127.0.0.1:44480/j_fe/rk/collection1/ has no replicas
   [junit4]   2> 691893 T4164 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:44480/j_fe/rk/collection1/ shard3
   [junit4]   2> 691893 T4164 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 691893 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 691896 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 691900 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 692002 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692002 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692002 T4141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692002 T4159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692047 T4164 oasc.ZkController.register We are http://127.0.0.1:44480/j_fe/rk/collection1/ and leader is http://127.0.0.1:44480/j_fe/rk/collection1/
   [junit4]   2> 692047 T4164 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:44480/j_fe/rk
   [junit4]   2> 692047 T4164 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 692048 T4164 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 692048 T4164 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 692052 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 692052 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 692052 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 692053 T4164 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 692053 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 692054 T4120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44480/j_fe/rk",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44480_j_fe%2Frk",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 692056 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 692157 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692158 T4119 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692158 T4141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692158 T4159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 3)
   [junit4]   2> 692159 T4097 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 692160 T4097 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 692162 T4097 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44236
   [junit4]   2> 692163 T4097 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 692163 T4097 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 692164 T4097 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-005
   [junit4]   2> 692164 T4097 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-005/'
   [junit4]   2> 692182 T4097 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-005/solr.xml
   [junit4]   2> 692192 T4097 oasc.CoreContainer.<init> New CoreContainer 9396556
   [junit4]   2> 692192 T4097 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001/tempDir-005/]
   [junit4]   2> 692193 T4097 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 692193 T4097 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 692194 T4097 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 692194 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 692195 T4097 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 692195 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 692195 T4097 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 692196 T4097 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 692196 T4097 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 692197 T4097 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 692197 T4097 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 692197 T4097 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 692198 T4097 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:52315/solr
   [junit4]   2> 692198 T4097 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 692199 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 692201 T4175 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19c2f74 name:ZooKeeperConnection Watcher:127.0.0.1:52315 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 692201 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 692203 T4097 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 692204 T4177 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1588939 name:ZooKeeperConnection Watcher:127.0.0.1:52315/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 692204 T4097 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 692209 T4097 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 693211 T4097 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44236_j_fe%2Frk
   [junit4]   2> 693213 T4097 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44236_j_fe%2Frk
   [junit4]   2> 693218 T4178 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 693219 T4178 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 693220 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 693220 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 693220 T4178 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 693221 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 693221 T4120 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 693222 T4120 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44236/j_fe/rk",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44236_j_fe%2Frk",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 693222 T4120 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 693222 T4120 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 693224 T4119 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 693329 T4128 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 693329 T4159 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 693329 T4141 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 693329 T4177 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path

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

ion expired for /overseer/queue
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:226)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:223)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:223)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:100)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.ensureExists(ZkCmdExecutor.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.DistributedQueue.<init>(DistributedQueue.java:68)
   [junit4]   2> 	... 14 more
   [junit4]   2> 
   [junit4]   2> 832306 T5005 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 8)
   [junit4]   2> 832306 T5005 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 832306 T5005 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 832307 T5005 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solr.cloud.ChaosMonkeySafeLeaderTest-BA5E46AEB47DB422-001
   [junit4]   2> 149544 T4096 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> 832404 T5147 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:306)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 832404 T5050 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 832531 T5150 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:306)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 832531 T5104 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=DefaultSimilarity, locale=lt_LT, timezone=Australia/Sydney
   [junit4]   2> NOTE: Linux 3.8.0-39-generic i386/Oracle Corporation 1.8.0_05 (32-bit)/cpus=8,threads=1,free=73967600,total=205520896
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldSortValues, ParsingFieldUpdateProcessorsTest, MigrateRouteKeyTest, ReturnFieldsTest, TestManagedSchema, CoreAdminHandlerTest, RegexBoostProcessorTest, SpatialFilterTest, SpellPossibilityIteratorTest, TestManagedResourceStorage, TestMiniSolrCloudCluster, TestManagedSynonymFilterFactory, HdfsBasicDistributedZkTest, TestConfigSets, TestSolrQueryParserDefaultOperatorResource, TestRealTimeGet, HdfsWriteToMultipleCollectionsTest, SuggesterTest, CursorMarkTest, TestBadConfig, ChaosMonkeyNothingIsSafeTest, TestMergePolicyConfig, FieldMutatingUpdateProcessorTest, TestRequestStatusCollectionAPI, TestLuceneMatchVersion, DistributedSpellCheckComponentTest, MergeStrategyTest, LeaderElectionTest, CustomCollectionTest, TestSort, TestLFUCache, SampleTest, TestCollapseQParserPlugin, ClusterStateTest, TimeZoneUtilsTest, TestCharFilters, FileBasedSpellCheckerTest, DistributedDebugComponentTest, DocExpirationUpdateProcessorFactoryTest, HdfsRecoveryZkTest, TestNRTOpen, TestShardHandlerFactory, TestFastLRUCache, AbstractAnalyticsFacetTest, ZkControllerTest, PrimitiveFieldTypeTest, TestDocBasedVersionConstraints, TestGroupingSearch, OverseerTest, SliceStateUpdateTest, TestSystemIdResolver, FastVectorHighlighterTest, TestHighFrequencyDictionaryFactory, TestAnalyzeInfixSuggestions, DistributedTermsComponentTest, EchoParamsTest, TestSearcherReuse, TestCopyFieldCollectionResource, UUIDFieldTest, DistributedQueryComponentOptimizationTest, TestPostingsSolrHighlighter, DistributedQueryComponentCustomSortTest, TestCloudManagedSchema, UpdateRequestProcessorFactoryTest, TestUtils, DocValuesTest, TermVectorComponentTest, CoreAdminRequestStatusTest, FieldFacetTest, SchemaVersionSpecificBehaviorTest, TestJoin, TestDefaultSearchFieldResource, TestBlendedInfixSuggestions, TestPHPSerializedResponseWriter, TriLevelCompositeIdRoutingTest, TestCollationFieldDocValues, TestNoOpRegenerator, AutoCommitTest, TestManagedResource, ConnectionManagerTest, ResponseLogComponentTest, SolrIndexSplitterTest, HdfsSyncSliceTest, QueryParsingTest, TestLMJelinekMercerSimilarityFactory, TestPerFieldSimilarity, TestFieldCollectionResource, HdfsBasicDistributedZk2Test, SuggesterFSTTest, TestCoreContainer, DocValuesMissingTest, OverseerCollectionProcessorTest, ShardSplitTest, IndexSchemaTest, TestStressUserVersions, InfoHandlerTest, TestSolrQueryParserResource, SearchHandlerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest]
   [junit4] Completed on J0 in 149.83s, 1 test, 1 failure <<< FAILURES!

[...truncated 605 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:467: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:447: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:45: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:496: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1296: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:920: There were test failures: 403 suites, 1681 tests, 1 failure, 37 ignored (16 assumptions)

Total time: 59 minutes 11 seconds
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.8.0_05 -client -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure