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/02/24 14:22:44 UTC

[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b04) - Build # 9474 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9474/
Java: 64bit/jdk1.7.0_60-ea-b04 -XX:+UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.BasicDistributedZk2Test.testDistribSearch

Error Message:
Server refused connection at: http://127.0.0.1:41944/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:41944/collection1
	at __randomizedtesting.SeedInfo.seed([A4517AE1B6E55206:25B7F4F9C1BA323A]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:502)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:381)
	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:113)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.ConnectException: Connection refused
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:579)
	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:178)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:395)
	... 46 more




Build Log:
[...truncated 10237 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> 410063 T2092 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 410069 T2092 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-BasicDistributedZk2Test-1393247112534
   [junit4]   2> 410070 T2092 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 410071 T2093 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 410171 T2092 oasc.ZkTestServer.run start zk server on port:45072
   [junit4]   2> 410172 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410253 T2099 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4c1f9e24 name:ZooKeeperConnection Watcher:127.0.0.1:45072 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410253 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410254 T2092 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 410258 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410259 T2101 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@74be8ca6 name:ZooKeeperConnection Watcher:127.0.0.1:45072/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410260 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410260 T2092 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 410262 T2092 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 410264 T2092 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 410266 T2092 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 410267 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 410268 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 410271 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 410271 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 410274 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 410274 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 410276 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 410277 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 410278 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 410279 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 410280 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 410280 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 410283 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 410283 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 410287 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 410287 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 410289 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 410290 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 410292 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 410292 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 410294 T2092 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 410295 T2092 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 410536 T2092 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 410540 T2092 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52822
   [junit4]   2> 410541 T2092 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 410541 T2092 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 410542 T2092 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761
   [junit4]   2> 410542 T2092 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/'
   [junit4]   2> 410558 T2092 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/solr.xml
   [junit4]   2> 410582 T2092 oasc.CoreContainer.<init> New CoreContainer 822186195
   [junit4]   2> 410582 T2092 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/]
   [junit4]   2> 410583 T2092 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 410583 T2092 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 410584 T2092 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 410584 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 410584 T2092 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 410584 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 410584 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 410585 T2092 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 410585 T2092 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 410587 T2092 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 410587 T2092 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 410588 T2092 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 410588 T2092 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45072/solr
   [junit4]   2> 410588 T2092 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 410589 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410590 T2112 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5dcb25c7 name:ZooKeeperConnection Watcher:127.0.0.1:45072 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410591 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410594 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 410595 T2114 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ed88569 name:ZooKeeperConnection Watcher:127.0.0.1:45072/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 410595 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 410597 T2092 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 410601 T2092 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 410604 T2092 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 410606 T2092 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52822_
   [junit4]   2> 410607 T2092 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52822_
   [junit4]   2> 410610 T2092 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 410614 T2092 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 410623 T2092 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:52822_
   [junit4]   2> 410624 T2092 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 410627 T2092 oasc.Overseer.start Overseer (id=91307842767159299-127.0.0.1:52822_-n_0000000000) starting
   [junit4]   2> 410632 T2092 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 410637 T2092 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 410638 T2116 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 410641 T2116 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 410642 T2092 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 410644 T2092 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 410648 T2115 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 410651 T2117 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 410651 T2117 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 410652 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 410652 T2117 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 410653 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 410653 T2115 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:52822",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52822_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 410654 T2115 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 410654 T2115 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 410656 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 410656 T2114 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> 411653 T2117 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 411653 T2117 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/collection1
   [junit4]   2> 411653 T2117 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 411654 T2117 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 411654 T2117 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 411655 T2117 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 411655 T2117 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/collection1/'
   [junit4]   2> 411655 T2117 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/collection1/lib/.svn/' to classloader
   [junit4]   2> 411656 T2117 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/collection1/lib/classes/' to classloader
   [junit4]   2> 411656 T2117 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/collection1/lib/README' to classloader
   [junit4]   2> 411684 T2117 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 411710 T2117 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 411712 T2117 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 411718 T2117 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 411949 T2117 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 411949 T2117 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 411949 T2117 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 411954 T2117 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 411956 T2117 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 411967 T2117 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 411970 T2117 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 411973 T2117 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 411974 T2117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 411974 T2117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 411974 T2117 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 411975 T2117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 411975 T2117 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 411975 T2117 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 411976 T2117 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-controljetty-1393247112761/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/control/data/
   [junit4]   2> 411976 T2117 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64be1653
   [junit4]   2> 411976 T2117 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/control/data
   [junit4]   2> 411976 T2117 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/control/data/index/
   [junit4]   2> 411977 T2117 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 411977 T2117 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/control/data/index
   [junit4]   2> 411977 T2117 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1127258791, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 411978 T2117 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ca40437 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b5b6496),segFN=segments_1,generation=1}
   [junit4]   2> 411978 T2117 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 411980 T2117 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 411980 T2117 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 411981 T2117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 411981 T2117 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 411981 T2117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 411981 T2117 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 411981 T2117 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 411982 T2117 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 411982 T2117 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 411982 T2117 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 411983 T2117 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 411983 T2117 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 411983 T2117 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 411984 T2117 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 411984 T2117 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 411984 T2117 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 411987 T2117 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 411989 T2117 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 411989 T2117 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 411989 T2117 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=98.9248046875, floorSegmentMB=0.8583984375, forceMergeDeletesPctAllowed=19.102127579823552, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 411990 T2117 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7ca40437 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5b5b6496),segFN=segments_1,generation=1}
   [junit4]   2> 411990 T2117 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 411991 T2117 oass.SolrIndexSearcher.<init> Opening Searcher@49f7ce54[collection1] main
   [junit4]   2> 411993 T2118 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@49f7ce54[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 411993 T2117 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 411994 T2092 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 411994 T2092 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 411994 T2121 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52822 collection:control_collection shard:shard1
   [junit4]   2> 411995 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 411995 T2121 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 411997 T2123 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@793a4da1 name:ZooKeeperConnection Watcher:127.0.0.1:45072/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 411997 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 411998 T2092 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 412000 T2092 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 412004 T2121 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 412006 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412006 T2121 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 412006 T2121 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C576 name=collection1 org.apache.solr.core.SolrCore@2716b37 url=http://127.0.0.1:52822/collection1 node=127.0.0.1:52822_ C576_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:52822, core=collection1, node_name=127.0.0.1:52822_}
   [junit4]   2> 412006 T2121 C576 P52822 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:52822/collection1/
   [junit4]   2> 412007 T2121 C576 P52822 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 412007 T2121 C576 P52822 oasc.SyncStrategy.syncToMe http://127.0.0.1:52822/collection1/ has no replicas
   [junit4]   2> 412007 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412007 T2121 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:52822/collection1/ shard1
   [junit4]   2> 412007 T2121 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 412009 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412013 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412015 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412117 T2123 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> 412117 T2114 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> 412163 T2121 oasc.ZkController.register We are http://127.0.0.1:52822/collection1/ and leader is http://127.0.0.1:52822/collection1/
   [junit4]   2> 412164 T2121 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52822
   [junit4]   2> 412164 T2121 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 412164 T2121 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 412164 T2121 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 412165 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412165 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412165 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412166 T2121 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412167 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 412167 T2115 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52822",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52822_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 412169 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 412217 T2092 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 412217 T2092 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 412229 T2092 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:41944
   [junit4]   2> 412229 T2092 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 412229 T2092 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 412230 T2092 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465
   [junit4]   2> 412230 T2092 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/'
   [junit4]   2> 412243 T2092 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/solr.xml
   [junit4]   2> 412267 T2092 oasc.CoreContainer.<init> New CoreContainer 1754565178
   [junit4]   2> 412267 T2092 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/]
   [junit4]   2> 412268 T2092 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 412268 T2092 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 412268 T2092 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 412269 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 412269 T2092 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 412269 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 412269 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 412269 T2092 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 412270 T2092 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 412270 T2123 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> 412271 T2114 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> 412272 T2092 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 412272 T2092 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 412272 T2092 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 412273 T2092 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45072/solr
   [junit4]   2> 412273 T2092 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 412274 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 412275 T2134 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5564de60 name:ZooKeeperConnection Watcher:127.0.0.1:45072 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 412275 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 412278 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 412279 T2136 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21773a81 name:ZooKeeperConnection Watcher:127.0.0.1:45072/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 412279 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 412283 T2092 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 413286 T2092 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41944_
   [junit4]   2> 413287 T2092 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:41944_
   [junit4]   2> 413290 T2114 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 413290 T2123 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 413291 T2136 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 413295 T2137 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 413295 T2137 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 413296 T2137 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 413296 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413297 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413297 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413298 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 413298 T2115 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41944",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41944_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 413298 T2115 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 413298 T2115 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 413300 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 413404 T2136 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> 413404 T2123 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> 413404 T2114 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> 414297 T2137 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 414297 T2137 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/collection1
   [junit4]   2> 414297 T2137 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 414298 T2137 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 414298 T2137 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 414298 T2137 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 414299 T2137 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/collection1/'
   [junit4]   2> 414299 T2137 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/collection1/lib/.svn/' to classloader
   [junit4]   2> 414300 T2137 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/collection1/lib/classes/' to classloader
   [junit4]   2> 414300 T2137 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/collection1/lib/README' to classloader
   [junit4]   2> 414326 T2137 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 414349 T2137 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 414350 T2137 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 414357 T2137 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 414600 T2137 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 414601 T2137 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 414601 T2137 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 414609 T2137 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 414612 T2137 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 414628 T2137 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 414634 T2137 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 414638 T2137 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 414639 T2137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 414639 T2137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 414639 T2137 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 414640 T2137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 414640 T2137 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 414640 T2137 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 414641 T2137 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty1-1393247114465/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty1/
   [junit4]   2> 414641 T2137 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64be1653
   [junit4]   2> 414642 T2137 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty1
   [junit4]   2> 414642 T2137 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty1/index/
   [junit4]   2> 414642 T2137 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 414644 T2137 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty1/index
   [junit4]   2> 414645 T2137 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1127258791, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 414646 T2137 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@601cfa38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d81d240),segFN=segments_1,generation=1}
   [junit4]   2> 414646 T2137 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 414649 T2137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 414650 T2137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 414650 T2137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 414650 T2137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 414651 T2137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 414651 T2137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 414651 T2137 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 414652 T2137 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 414652 T2137 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 414653 T2137 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 414653 T2137 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 414653 T2137 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 414653 T2137 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 414654 T2137 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 414654 T2137 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 414655 T2137 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 414658 T2137 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 414661 T2137 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 414661 T2137 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 414662 T2137 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=98.9248046875, floorSegmentMB=0.8583984375, forceMergeDeletesPctAllowed=19.102127579823552, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 414662 T2137 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@601cfa38 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7d81d240),segFN=segments_1,generation=1}
   [junit4]   2> 414663 T2137 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 414663 T2137 oass.SolrIndexSearcher.<init> Opening Searcher@43f88da2[collection1] main
   [junit4]   2> 414666 T2138 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@43f88da2[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 414668 T2137 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 414669 T2092 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 414669 T2092 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 414669 T2141 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:41944 collection:collection1 shard:shard1
   [junit4]   2> 414684 T2141 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 414689 T2141 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 414690 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414690 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414691 T2141 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 414691 T2141 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 414691 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C577 name=collection1 org.apache.solr.core.SolrCore@238121f9 url=http://127.0.0.1:41944/collection1 node=127.0.0.1:41944_ C577_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:41944, core=collection1, node_name=127.0.0.1:41944_}
   [junit4]   2> 414691 T2141 C577 P41944 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:41944/collection1/
   [junit4]   2> 414691 T2141 C577 P41944 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 414691 T2141 C577 P41944 oasc.SyncStrategy.syncToMe http://127.0.0.1:41944/collection1/ has no replicas
   [junit4]   2> 414691 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 414691 T2141 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:41944/collection1/ shard1
   [junit4]   2> 414692 T2141 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 414694 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414697 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414700 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414803 T2114 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> 414804 T2136 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> 414803 T2123 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> 414848 T2141 oasc.ZkController.register We are http://127.0.0.1:41944/collection1/ and leader is http://127.0.0.1:41944/collection1/
   [junit4]   2> 414848 T2141 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:41944
   [junit4]   2> 414848 T2141 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 414848 T2141 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 414848 T2141 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 414849 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414849 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414849 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414850 T2141 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 414851 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 414851 T2115 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:41944",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:41944_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 414853 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 414885 T2092 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 414885 T2092 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 414888 T2092 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:36345
   [junit4]   2> 414889 T2092 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 414889 T2092 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 414889 T2092 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134
   [junit4]   2> 414889 T2092 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/'
   [junit4]   2> 414902 T2092 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/solr.xml
   [junit4]   2> 414924 T2092 oasc.CoreContainer.<init> New CoreContainer 237878887
   [junit4]   2> 414925 T2092 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/]
   [junit4]   2> 414925 T2092 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 414925 T2092 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 414926 T2092 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 414926 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 414926 T2092 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 414926 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 414927 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 414927 T2092 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 414927 T2092 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 414929 T2092 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 414929 T2092 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 414930 T2092 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 414930 T2092 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45072/solr
   [junit4]   2> 414930 T2092 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 414931 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 414932 T2152 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5d2f6376 name:ZooKeeperConnection Watcher:127.0.0.1:45072 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 414932 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 414934 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 414935 T2154 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@62f89314 name:ZooKeeperConnection Watcher:127.0.0.1:45072/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 414935 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 414938 T2092 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 414955 T2123 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> 414955 T2136 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> 414955 T2154 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> 414955 T2114 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> 415940 T2092 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36345_
   [junit4]   2> 415942 T2092 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36345_
   [junit4]   2> 415945 T2123 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 415945 T2136 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 415945 T2154 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 415946 T2114 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 415954 T2155 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 415955 T2155 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 415956 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 415956 T2155 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 415957 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 415957 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 415959 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 415960 T2115 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36345",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36345_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 415960 T2115 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 415960 T2115 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 415964 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 416068 T2123 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> 416068 T2154 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> 416068 T2114 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> 416068 T2136 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> 416957 T2155 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 416958 T2155 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/collection1
   [junit4]   2> 416958 T2155 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 416959 T2155 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 416959 T2155 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 416961 T2155 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 416962 T2155 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/collection1/'
   [junit4]   2> 416963 T2155 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/collection1/lib/.svn/' to classloader
   [junit4]   2> 416963 T2155 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/collection1/lib/classes/' to classloader
   [junit4]   2> 416964 T2155 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/collection1/lib/README' to classloader
   [junit4]   2> 417015 T2155 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 417037 T2155 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 417039 T2155 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 417045 T2155 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 417290 T2155 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 417290 T2155 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 417291 T2155 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 417296 T2155 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 417298 T2155 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 417310 T2155 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 417315 T2155 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 417320 T2155 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 417321 T2155 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 417322 T2155 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 417322 T2155 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 417323 T2155 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 417323 T2155 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 417323 T2155 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 417323 T2155 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty2-1393247117134/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty2/
   [junit4]   2> 417324 T2155 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@64be1653
   [junit4]   2> 417325 T2155 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty2
   [junit4]   2> 417325 T2155 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty2/index/
   [junit4]   2> 417325 T2155 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 417326 T2155 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty2/index
   [junit4]   2> 417326 T2155 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1127258791, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 417327 T2155 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@759c850c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f82ff8d),segFN=segments_1,generation=1}
   [junit4]   2> 417327 T2155 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 417330 T2155 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 417331 T2155 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 417331 T2155 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 417332 T2155 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 417332 T2155 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 417332 T2155 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 417332 T2155 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 417333 T2155 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 417333 T2155 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 417333 T2155 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 417333 T2155 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 417334 T2155 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 417334 T2155 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 417334 T2155 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 417334 T2155 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 417335 T2155 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 417337 T2155 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 417339 T2155 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 417339 T2155 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 417340 T2155 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=23, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=98.9248046875, floorSegmentMB=0.8583984375, forceMergeDeletesPctAllowed=19.102127579823552, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 417340 T2155 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@759c850c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4f82ff8d),segFN=segments_1,generation=1}
   [junit4]   2> 417340 T2155 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 417341 T2155 oass.SolrIndexSearcher.<init> Opening Searcher@19fe77af[collection1] main
   [junit4]   2> 417344 T2156 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@19fe77af[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 417345 T2155 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 417346 T2092 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 417346 T2159 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:36345 collection:collection1 shard:shard2
   [junit4]   2> 417346 T2092 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 417347 T2159 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 417353 T2159 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 417356 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417356 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417356 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417357 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 417356 T2159 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 417358 T2159 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C578 name=collection1 org.apache.solr.core.SolrCore@7ae0ccf8 url=http://127.0.0.1:36345/collection1 node=127.0.0.1:36345_ C578_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:36345, core=collection1, node_name=127.0.0.1:36345_}
   [junit4]   2> 417358 T2159 C578 P36345 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:36345/collection1/
   [junit4]   2> 417358 T2159 C578 P36345 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 417358 T2159 C578 P36345 oasc.SyncStrategy.syncToMe http://127.0.0.1:36345/collection1/ has no replicas
   [junit4]   2> 417359 T2159 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:36345/collection1/ shard2
   [junit4]   2> 417359 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417359 T2159 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 417365 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417367 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417471 T2136 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> 417471 T2114 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> 417472 T2154 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> 417472 T2123 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> 417516 T2159 oasc.ZkController.register We are http://127.0.0.1:36345/collection1/ and leader is http://127.0.0.1:36345/collection1/
   [junit4]   2> 417516 T2159 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:36345
   [junit4]   2> 417516 T2159 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 417516 T2159 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 417516 T2159 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 417518 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417518 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417518 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417518 T2159 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 417519 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 417520 T2115 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:36345",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36345_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 417521 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 417563 T2092 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 417564 T2092 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 417567 T2092 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44389
   [junit4]   2> 417569 T2092 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 417569 T2092 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 417569 T2092 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811
   [junit4]   2> 417570 T2092 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/'
   [junit4]   2> 417587 T2092 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/solr.xml
   [junit4]   2> 417611 T2092 oasc.CoreContainer.<init> New CoreContainer 1529326743
   [junit4]   2> 417611 T2092 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/]
   [junit4]   2> 417612 T2092 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 417613 T2092 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 417613 T2092 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 417613 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 417613 T2092 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 417613 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 417614 T2092 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 417614 T2092 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 417614 T2092 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 417616 T2092 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 417616 T2092 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 417617 T2092 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 417617 T2092 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:45072/solr
   [junit4]   2> 417617 T2092 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 417618 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 417620 T2170 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9b41c42 name:ZooKeeperConnection Watcher:127.0.0.1:45072 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 417620 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 417623 T2092 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 417624 T2136 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> 417624 T2114 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> 417624 T2123 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> 417624 T2154 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> 417625 T2172 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2090f5c5 name:ZooKeeperConnection Watcher:127.0.0.1:45072/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 417625 T2092 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 417629 T2092 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 418631 T2092 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44389_
   [junit4]   2> 418633 T2092 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44389_
   [junit4]   2> 418638 T2114 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 418638 T2136 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 418638 T2154 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 418638 T2123 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 418639 T2172 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 418648 T2173 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 418648 T2173 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 418651 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 418651 T2173 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 418651 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 418652 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 418654 T2115 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 418655 T2115 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:44389",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44389_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 418655 T2115 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 418655 T2115 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 418661 T2114 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 418763 T2114 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> 418764 T2154 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> 418764 T2172 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> 418764 T2123 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> 418763 T2136 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> 419652 T2173 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 419652 T2173 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/collection1
   [junit4]   2> 419652 T2173 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 419653 T2173 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 419654 T2173 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 419655 T2173 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 419656 T2173 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/collection1/'
   [junit4]   2> 419657 T2173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/collection1/lib/.svn/' to classloader
   [junit4]   2> 419657 T2173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/collection1/lib/classes/' to classloader
   [junit4]   2> 419658 T2173 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/org.apache.solr.cloud.BasicDistributedZk2Test-jetty3-1393247119811/collection1/lib/README' to classloader
   [junit4]   2> 419710 T2173 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 419733 T2173 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 419734 T2173 oas

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

>   /solr/overseer (3)
   [junit4]   1>   DATA:
   [junit4]   1>       
   [junit4]   1>    /solr/overseer/queue (0)
   [junit4]   1>    /solr/overseer/queue-work (0)
   [junit4]   1>    /solr/overseer/collection-queue-work (0)
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1> 
   [junit4]   2> 446911 T2191 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=7,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=36,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0,transaction_logs_total_size=0,transaction_logs_total_number=2}
   [junit4]   2> 446911 T2191 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 446911 T2191 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 446911 T2191 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 446912 T2191 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 446913 T2191 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 446913 T2191 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty4/index;done=false>>]
   [junit4]   2> 446913 T2191 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty4/index
   [junit4]   2> 446913 T2191 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty4;done=false>>]
   [junit4]   2> 446913 T2191 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.BasicDistributedZk2Test-1393247112534/jetty4
   [junit4]   2> 446914 T2191 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 446914 T2191 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> 446916 T2191 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 446916 T2191 oasc.LeaderElector$1.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:1468)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:254)
   [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:254)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:92)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=BasicDistributedZk2Test -Dtests.method=testDistribSearch -Dtests.seed=A4517AE1B6E55206 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es_US -Dtests.timezone=Europe/Athens -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   36.9s J1 | BasicDistributedZk2Test.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.SolrServerException: Server refused connection at: http://127.0.0.1:41944/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A4517AE1B6E55206:25B7F4F9C1BA323A]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:502)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
   [junit4]    > 	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:381)
   [junit4]    > 	at org.apache.solr.cloud.BasicDistributedZk2Test.doTest(BasicDistributedZk2Test.java:113)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    > 	at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    > 	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    > 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    > 	at java.net.Socket.connect(Socket.java:579)
   [junit4]    > 	at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:178)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:610)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:445)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:863)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
   [junit4]    > 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:57)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:395)
   [junit4]    > 	... 46 more
   [junit4]   2> 446917 T2092 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: test params are: codec=Appending, sim=DefaultSimilarity, locale=es_US, timezone=Europe/Athens
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=129154072,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollationKeyRangeQueries, TestDynamicFieldResource, SpellCheckCollatorTest, ZkNodePropsTest, TestHighlightDedupGrouping, TestStressUserVersions, XsltUpdateRequestHandlerTest, TestSimpleQParserPlugin, ChaosMonkeyNothingIsSafeTest, AlternateDirectoryTest, TestFuzzyAnalyzedSuggestions, OpenExchangeRatesOrgProviderTest, DistributedSuggestComponentTest, SuggesterWFSTTest, TestRTGBase, TestAtomicUpdateErrorCases, RequiredFieldsTest, DisMaxRequestHandlerTest, TestMultiCoreConfBootstrap, CollectionsAPIDistributedZkTest, CursorMarkTest, TestSolrXml, HdfsUnloadDistributedZkTest, DateFieldTest, TestSchemaNameResource, SortByFunctionTest, TestStressRecovery, TestArbitraryIndexDir, BlockDirectoryTest, TestCoreDiscovery, TestDefaultSimilarityFactory, TestCursorMarkWithoutUniqueKey, ChaosMonkeySafeLeaderTest, DistributedQueryComponentCustomSortTest, TestIndexSearcher, DirectSolrConnectionTest, PrimUtilsTest, StatsComponentTest, TestQuerySenderNoQuery, HdfsRecoveryZkTest, TestManagedSchemaFieldResource, TestCodecSupport, MinimalSchemaTest, TestLazyCores, BasicDistributedZk2Test]
   [junit4] Completed on J1 in 36.92s, 1 test, 1 error <<< FAILURES!

[...truncated 882 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:471: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:451: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1278: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:911: There were test failures: 363 suites, 1564 tests, 1 error, 35 ignored (7 assumptions)

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



[JENKINS] Lucene-Solr-4.x-Linux (32bit/jdk1.8.0-fcs-b129) - Build # 9476 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9476/
Java: 32bit/jdk1.8.0-fcs-b129 -client -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.client.solrj.impl.CloudSolrServerTest.testDistribSearch

Error Message:
java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35962 within 30000 ms

Stack Trace:
org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35962 within 30000 ms
	at __randomizedtesting.SeedInfo.seed([20579C9C3F1C17A3:A1B112844843779F]:0)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:771)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35962 within 30000 ms
	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
	... 47 more




Build Log:
[...truncated 11568 lines...]
   [junit4] Suite: org.apache.solr.client.solrj.impl.CloudSolrServerTest
   [junit4]   2> 28244 T115 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 28245 T115 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /h_n/
   [junit4]   2> 28248 T115 oasc.AbstractZkTestCase.<clinit> WARN TEST_HOME() does not exist - solrj test?
   [junit4]   2> 28253 T115 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393260519337
   [junit4]   2> 28257 T115 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 28260 T116 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 28359 T115 oasc.ZkTestServer.run start zk server on port:35962
   [junit4]   2> 28401 T115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 84345 T119 oazsp.FileTxnLog.commit WARN fsync-ing the write ahead log in SyncThread:0 took 55925ms which will adversely effect operation latency. See the ZooKeeper troubleshooting guide
   [junit4]   2> 84347 T115 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 84365 T117 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14464cc5ff00000, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 84366 T115 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:35962 35962
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CloudSolrServerTest -Dtests.method=testDistribSearch -Dtests.seed=20579C9C3F1C17A3 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=it_IT -Dtests.timezone=Etc/GMT+1 -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   56.5s J0 | CloudSolrServerTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35962 within 30000 ms
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([20579C9C3F1C17A3:A1B112844843779F]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:148)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:99)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:94)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:85)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:89)
   [junit4]    > 	at org.apache.solr.cloud.AbstractZkTestCase.buildZooKeeper(AbstractZkTestCase.java:83)
   [junit4]    > 	at org.apache.solr.cloud.AbstractDistribZkTestBase.setUp(AbstractDistribZkTestBase.java:70)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.setUp(AbstractFullDistribZkTestBase.java:200)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServerTest.setUp(CloudSolrServerTest.java:77)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]    > Caused by: java.util.concurrent.TimeoutException: Could not connect to ZooKeeper 127.0.0.1:35962 within 30000 ms
   [junit4]    > 	at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:222)
   [junit4]    > 	at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:140)
   [junit4]    > 	... 47 more
   [junit4]   2> 84775 T115 oas.SolrTestCaseJ4.setUp ###Starting testShutdown
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-solrj/test/J0/./solrtest-CloudSolrServerTest-1393260575860
   [junit4]   2> 84776 T115 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 84776 T123 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 84876 T115 oasc.ZkTestServer.run start zk server on port:38577
   [junit4]   2> 84878 T115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 84989 T129 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@164bedd name:ZooKeeperConnection Watcher:127.0.0.1:38577 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 84990 T115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 84992 T115 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 85038 T115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 85041 T131 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1381a9c name:ZooKeeperConnection Watcher:127.0.0.1:38577/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 85042 T115 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 85050 T115 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 85054 T115 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 85058 T115 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 85061 T115 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 85065 T115 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 85065 T115 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 85072 T115 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 85073 T115 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 85078 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml because it doesn't exist
   [junit4]   2> 85078 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/stopwords.txt because it doesn't exist
   [junit4]   2> 85078 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/protwords.txt because it doesn't exist
   [junit4]   2> 85079 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/currency.xml because it doesn't exist
   [junit4]   2> 85080 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/enumsConfig.xml because it doesn't exist
   [junit4]   2> 85081 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/open-exchange-rates.json because it doesn't exist
   [junit4]   2> 85082 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/mapping-ISOLatin1Accent.txt because it doesn't exist
   [junit4]   2> 85083 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/old_synonyms.txt because it doesn't exist
   [junit4]   2> 85084 T115 oasc.AbstractZkTestCase.putConfig skipping /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/solrj/src/test-files/solrj/solr/collection1/conf/synonyms.txt because it doesn't exist
   [junit4]   2> 85092 T115 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 85094 T132 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 85094 T132 oaz.ClientCnxn$SendThread.run WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect java.net.SocketException: Network is unreachable
   [junit4]   2> 	at sun.nio.ch.Net.connect0(Native Method)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:435)
   [junit4]   2> 	at sun.nio.ch.Net.connect(Net.java:427)
   [junit4]   2> 	at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:643)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.registerAndConnect(ClientCnxnSocketNIO.java:266)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.connect(ClientCnxnSocketNIO.java:276)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.startConnect(ClientCnxn.java:958)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:993)
   [junit4]   2> 
   [junit4]   2> 86197 T132 oaz.ClientCnxnSocketNIO.connect ERROR Unable to open socket to ff01:0:0:0:0:0:0:114/ff01:0:0:0:0:0:0:114:33332
   [junit4]   2> 86300 T115 oas.SolrTestCaseJ4.tearDown ###Ending testShutdown
   [junit4]   2> 86302 T115 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:38577 38577
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 86464 T115 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 58224 T114 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=DefaultSimilarity, locale=it_IT, timezone=Etc/GMT+1
   [junit4]   2> NOTE: Linux 3.8.0-36-generic i386/Oracle Corporation 1.8.0 (32-bit)/cpus=8,threads=1,free=16486640,total=45060096
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreAdmin, JettyWebappTest, LargeVolumeJettyTest, SolrExampleStreamingBinaryTest, TestUpdateRequestCodec, ContentStreamTest, TestXMLEscaping, SolrParamTest, CloudSolrServerTest]
   [junit4] Completed on J0 in 58.78s, 2 tests, 1 error <<< FAILURES!

[...truncated 94 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:471: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:451: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:202: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1278: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:911: There were test failures: 48 suites, 280 tests, 1 error

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



[JENKINS] Lucene-Solr-4.x-Linux (64bit/jdk1.7.0_60-ea-b04) - Build # 9475 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-Linux/9475/
Java: 64bit/jdk1.7.0_60-ea-b04 -XX:+UseCompressedOops -XX:+UseSerialGC

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

Error Message:
Could not find collection:addReplicaColl

Stack Trace:
java.lang.AssertionError: Could not find collection:addReplicaColl
	at __randomizedtesting.SeedInfo.seed([62C1CAEF8525446:87CA92B68F0D347A]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.junit.Assert.assertNotNull(Assert.java:526)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:147)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:131)
	at org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:126)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:724)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.addReplicaTest(CollectionsAPIDistributedZkTest.java:1193)
	at org.apache.solr.cloud.CollectionsAPIDistributedZkTest.doTest(CollectionsAPIDistributedZkTest.java:213)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:870)
	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:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 10437 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> 336679 T1826 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 336680 T1826 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /no/
   [junit4]   2> 336683 T1826 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./solrtest-CollectionsAPIDistributedZkTest-1393252927616
   [junit4]   2> 336684 T1826 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 336684 T1827 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 336784 T1826 oasc.ZkTestServer.run start zk server on port:53641
   [junit4]   2> 336785 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 336883 T1833 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@243d44a1 name:ZooKeeperConnection Watcher:127.0.0.1:53641 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336883 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 336884 T1826 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 336889 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 336893 T1835 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@60f90d39 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336893 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 336894 T1826 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 336897 T1826 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 336899 T1826 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 336900 T1826 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 336902 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 336903 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 336906 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 336907 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 336909 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 336909 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 336911 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 336912 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 336914 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 336914 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 336916 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 336916 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 336918 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 336918 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 336920 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 336920 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 336922 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 336922 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 336925 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 336925 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 336927 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 336927 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 336930 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 336931 T1837 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@436aff20 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336931 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> Using old style solr.xml
   [junit4]   2> 336935 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 336936 T1839 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2af192b name:ZooKeeperConnection Watcher:127.0.0.1:53641 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336937 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 336937 T1826 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 336939 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 336940 T1841 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@31163991 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 336940 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 336941 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf2/solrconfig.xml
   [junit4]   2> 336941 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.xml
   [junit4]   2> 336944 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf2/schema.xml
   [junit4]   2> 336944 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/schema.xml
   [junit4]   2> 336948 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 336949 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 336950 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf2/stopwords.txt
   [junit4]   2> 336951 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/stopwords.txt
   [junit4]   2> 336954 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf2/protwords.txt
   [junit4]   2> 336954 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/protwords.txt
   [junit4]   2> 336956 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf2/currency.xml
   [junit4]   2> 336957 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/currency.xml
   [junit4]   2> 336958 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf2/open-exchange-rates.json
   [junit4]   2> 336959 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/open-exchange-rates.json
   [junit4]   2> 336960 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 336960 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 336962 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf2/old_synonyms.txt
   [junit4]   2> 336963 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/old_synonyms.txt
   [junit4]   2> 336965 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf2/synonyms.txt
   [junit4]   2> 336965 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/synonyms.txt
   [junit4]   2> 336967 T1826 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/core/src/test-files/solr/collection1/conf/elevate.xml to /configs/conf2/elevate.xml
   [junit4]   2> 336968 T1826 oascc.SolrZkClient.makePath makePath: /configs/conf2/elevate.xml
   [junit4]   2> 337188 T1826 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 337192 T1826 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 337195 T1826 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:59442
   [junit4]   2> 337197 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 337198 T1826 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 337198 T1826 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393252927907
   [junit4]   2> 337199 T1826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393252927907/'
   [junit4]   2> 337209 T1826 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393252927907/solr.xml
   [junit4]   2> 337228 T1826 oasc.CoreContainer.<init> New CoreContainer 1649826616
   [junit4]   2> 337228 T1826 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-controljetty-1393252927907/]
   [junit4]   2> 337229 T1826 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 337229 T1826 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 337229 T1826 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 337230 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 337230 T1826 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 337230 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 337230 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 337230 T1826 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 337231 T1826 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 337234 T1826 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 337234 T1826 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 337234 T1826 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 337234 T1826 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53641/solr
   [junit4]   2> 337234 T1826 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 337235 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 337237 T1852 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@352b6cf0 name:ZooKeeperConnection Watcher:127.0.0.1:53641 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337237 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 337240 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 337242 T1854 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3b7b310d name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337242 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 337245 T1826 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 337248 T1826 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 337253 T1826 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 337255 T1826 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:59442_no
   [junit4]   2> 337256 T1826 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:59442_no
   [junit4]   2> 337261 T1826 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 337265 T1826 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 337272 T1826 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:59442_no
   [junit4]   2> 337272 T1826 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 337276 T1826 oasc.Overseer.start Overseer (id=91308223864438790-127.0.0.1:59442_no-n_0000000000) starting
   [junit4]   2> 337281 T1826 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 337288 T1856 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 337288 T1826 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 337288 T1856 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 337290 T1826 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 337292 T1826 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 337297 T1855 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 337299 T1826 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 337299 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 337301 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 337303 T1859 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2c0d0f80 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337304 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 337306 T1826 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 337311 T1826 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 337538 T1826 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 337538 T1826 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 337542 T1826 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 337544 T1826 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:54579
   [junit4]   2> 337547 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 337547 T1826 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 337548 T1826 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244
   [junit4]   2> 337549 T1826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/'
   [junit4]   2> 337564 T1826 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solr.xml
   [junit4]   2> 337584 T1826 oasc.CoreContainer.<init> New CoreContainer 1292084630
   [junit4]   2> 337584 T1826 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/]
   [junit4]   2> 337584 T1826 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 337585 T1826 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 337585 T1826 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 337585 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 337585 T1826 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 337586 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 337586 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 337586 T1826 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 337586 T1826 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 337589 T1826 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 337589 T1826 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 337589 T1826 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 337590 T1826 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53641/solr
   [junit4]   2> 337590 T1826 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 337590 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 337592 T1870 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69f629f2 name:ZooKeeperConnection Watcher:127.0.0.1:53641 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337592 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 337595 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 337596 T1872 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51d11cf8 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 337596 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 337604 T1826 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 338609 T1826 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54579_no
   [junit4]   2> 338611 T1826 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54579_no
   [junit4]   2> 338616 T1872 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 338617 T1854 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 338616 T1859 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 338626 T1826 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 338627 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 338820 T1826 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 338820 T1826 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 338822 T1826 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 338823 T1826 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:40946
   [junit4]   2> 338824 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 338825 T1826 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 338825 T1826 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562
   [junit4]   2> 338825 T1826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/'
   [junit4]   2> 338835 T1826 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solr.xml
   [junit4]   2> 338855 T1826 oasc.CoreContainer.<init> New CoreContainer 668022913
   [junit4]   2> 338856 T1826 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/]
   [junit4]   2> 338856 T1826 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 338856 T1826 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 338857 T1826 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 338857 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 338857 T1826 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 338857 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 338858 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 338858 T1826 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 338858 T1826 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 338861 T1826 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 338861 T1826 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 338862 T1826 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 338862 T1826 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53641/solr
   [junit4]   2> 338862 T1826 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 338863 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 338865 T1884 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@718a85b3 name:ZooKeeperConnection Watcher:127.0.0.1:53641 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 338865 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 338868 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 338869 T1886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@168d4870 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 338869 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 338875 T1826 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 339879 T1826 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40946_no
   [junit4]   2> 339881 T1826 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:40946_no
   [junit4]   2> 339886 T1854 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 339886 T1872 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 339887 T1886 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 339887 T1859 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 339895 T1826 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 339896 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 340140 T1826 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 340140 T1826 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 340145 T1826 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 340147 T1826 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:36252
   [junit4]   2> 340149 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 340150 T1826 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 340151 T1826 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831
   [junit4]   2> 340152 T1826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/'
   [junit4]   2> 340167 T1826 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solr.xml
   [junit4]   2> 340186 T1826 oasc.CoreContainer.<init> New CoreContainer 1166324986
   [junit4]   2> 340187 T1826 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/]
   [junit4]   2> 340187 T1826 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 340187 T1826 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 340188 T1826 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 340188 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 340188 T1826 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 340188 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 340188 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 340189 T1826 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 340189 T1826 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 340192 T1826 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 340192 T1826 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 340192 T1826 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 340192 T1826 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53641/solr
   [junit4]   2> 340193 T1826 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 340193 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 340195 T1898 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ba61d90 name:ZooKeeperConnection Watcher:127.0.0.1:53641 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 340195 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 340197 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 340198 T1900 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5f5703b6 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 340198 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 340202 T1826 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 341206 T1826 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36252_no
   [junit4]   2> 341208 T1826 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:36252_no
   [junit4]   2> 341215 T1854 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341215 T1859 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341215 T1900 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341215 T1886 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341215 T1872 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341223 T1826 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 341224 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 341415 T1826 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 4
   [junit4]   2> 341415 T1826 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 341420 T1826 oejus.SslContextFactory.doStart Enabled Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 341421 T1826 oejs.AbstractConnector.doStart Started SslSelectChannelConnector@127.0.0.1:57785
   [junit4]   2> 341424 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 341424 T1826 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 341425 T1826 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1393252932159
   [junit4]   2> 341425 T1826 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1393252932159/'
   [junit4]   2> 341442 T1826 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1393252932159/solr.xml
   [junit4]   2> 341460 T1826 oasc.CoreContainer.<init> New CoreContainer 486117413
   [junit4]   2> 341461 T1826 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1393252932159/]
   [junit4]   2> 341461 T1826 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 341462 T1826 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: null
   [junit4]   2> 341462 T1826 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 341462 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 341462 T1826 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 341462 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 341463 T1826 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 341463 T1826 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 341463 T1826 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 341466 T1826 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 341466 T1826 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 341466 T1826 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 341466 T1826 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:53641/solr
   [junit4]   2> 341467 T1826 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 341467 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 341469 T1912 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@174a7b71 name:ZooKeeperConnection Watcher:127.0.0.1:53641 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 341470 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 341472 T1826 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 341474 T1914 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c7dfbf6 name:ZooKeeperConnection Watcher:127.0.0.1:53641/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 341474 T1826 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 341481 T1826 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 342485 T1826 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57785_no
   [junit4]   2> 342487 T1826 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57785_no
   [junit4]   2> 342492 T1859 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 342493 T1886 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 342493 T1872 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 342493 T1900 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 342493 T1854 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 342494 T1914 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 342502 T1826 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 342502 T1826 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 342586 T1866 oasha.CollectionsHandler.handleCreateAction Creating Collection : router.field=myOwnField&replicationFactor=2&router.name=compositeId&action=CREATE&name=solrj_collection&wt=javabin&numShards=2&version=2&collection.configName=conf1
   [junit4]   2> 342587 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/collection-queue-work state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342589 T1856 oasc.OverseerCollectionProcessor.run Overseer Collection Processor: Get the message id:/overseer/collection-queue-work/qn-0000000000 message:{
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField",
   [junit4]   2> 	  "router.name":"compositeId"}
   [junit4]   2> 342589 T1856 oasc.OverseerCollectionProcessor.processMessage WARN OverseerCollectionProcessor.processMessage : createcollection , {
   [junit4]   2> 	  "operation":"createcollection",
   [junit4]   2> 	  "fromApi":"true",
   [junit4]   2> 	  "name":"solrj_collection",
   [junit4]   2> 	  "replicationFactor":"2",
   [junit4]   2> 	  "collection.configName":"conf1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "router.field":"myOwnField",
   [junit4]   2> 	  "router.name":"compositeId"}
   [junit4]   2> 342591 T1856 oasc.OverseerCollectionProcessor.createConfNode creating collections conf node /collections/solrj_collection 
   [junit4]   2> 342591 T1856 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection
   [junit4]   2> 342595 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342597 T1855 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 342598 T1855 oasc.Overseer$ClusterStateUpdater.buildCollection building a new collection: solrj_collection
   [junit4]   2> 342598 T1855 oasc.Overseer$ClusterStateUpdater.createCollection Create collection solrj_collection with shards [shard1, shard2]
   [junit4]   2> 342600 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342600 T1872 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342600 T1914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342601 T1900 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342601 T1854 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342600 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342600 T1859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342695 T1856 oasc.OverseerCollectionProcessor.createCollection going to create cores replicas shardNames [shard1, shard2] , repFactor : 2
   [junit4]   2> 342696 T1856 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica1 as part of slice shard1 of collection solrj_collection on 127.0.0.1:54579_no
   [junit4]   2> 342700 T1856 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard1_replica2 as part of slice shard1 of collection solrj_collection on 127.0.0.1:36252_no
   [junit4]   2> 342702 T1856 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica1 as part of slice shard2 of collection solrj_collection on 127.0.0.1:57785_no
   [junit4]   2> 342704 T1856 oasc.OverseerCollectionProcessor.createCollection Creating shard solrj_collection_shard2_replica2 as part of slice shard2 of collection solrj_collection on 127.0.0.1:40946_no
   [junit4]   2> 342764 T1868 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica1 state=down
   [junit4]   2> 342862 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342862 T1868 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 342863 T1896 oasc.ZkController.publish publishing core=solrj_collection_shard1_replica2 state=down
   [junit4]   2> 342863 T1880 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica2 state=down
   [junit4]   2> 342863 T1910 oasc.ZkController.publish publishing core=solrj_collection_shard2_replica1 state=down
   [junit4]   2> 342865 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342865 T1896 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 342865 T1880 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 342865 T1910 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 342865 T1855 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 342866 T1855 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:54579/no",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54579_no",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 342870 T1855 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:36252/no",
   [junit4]   2> 	  "core":"solrj_collection_shard1_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:36252_no",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 342872 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342872 T1855 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:40946/no",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica2",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:40946_no",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 342875 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342875 T1855 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"https://127.0.0.1:57785/no",
   [junit4]   2> 	  "core":"solrj_collection_shard2_replica1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57785_no",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"solrj_collection",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 342877 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 342980 T1914 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342981 T1900 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342980 T1854 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342980 T1859 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342980 T1872 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 342980 T1886 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 5)
   [junit4]   2> 343863 T1868 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica1
   [junit4]   2> 343864 T1868 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solr.xml
   [junit4]   2> 343864 T1868 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1
   [junit4]   2> 343865 T1868 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 343865 T1896 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard1_replica2
   [junit4]   2> 343866 T1868 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 343866 T1868 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 343866 T1880 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica2
   [junit4]   2> 343866 T1896 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solr.xml
   [junit4]   2> 343866 T1910 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for solrj_collection_shard2_replica1
   [junit4]   2> 343867 T1880 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solr.xml
   [junit4]   2> 343867 T1880 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica2' using instanceDir: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2
   [junit4]   2> 343867 T1880 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 343867 T1896 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard1_replica2' using instanceDir: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2
   [junit4]   2> 343868 T1896 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 343868 T1880 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 343867 T1910 oasc.SolrXMLCoresLocator.doPersist Persisted core descriptions to /mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1393252932159/solr.xml
   [junit4]   2> 343867 T1868 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 343868 T1910 oasc.CoreContainer.create Creating SolrCore 'solrj_collection_shard2_replica1' using instanceDir: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1393252932159/solrj_collection_shard2_replica1
   [junit4]   2> 343869 T1910 oasc.ZkController.createCollectionZkNode Check for collection zkNode:solrj_collection
   [junit4]   2> 343868 T1896 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 343868 T1880 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 343870 T1910 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 343869 T1896 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 343868 T1868 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1/'
   [junit4]   2> 343870 T1910 oascc.ZkStateReader.readConfigName Load collection config from:/collections/solrj_collection
   [junit4]   2> 343871 T1880 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 343871 T1880 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2/'
   [junit4]   2> 343871 T1896 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 343872 T1896 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2/'
   [junit4]   2> 343872 T1910 oascc.ZkStateReader.readConfigName path=/collections/solrj_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 343872 T1910 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty4-1393252932159/solrj_collection_shard2_replica1/'
   [junit4]   2> 343912 T1868 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 343920 T1896 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 343922 T1880 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 343927 T1910 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_48
   [junit4]   2> 343944 T1880 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 343946 T1880 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 343947 T1868 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 343948 T1868 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 343952 T1896 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 343953 T1880 oass.IndexSchema.readSchema [solrj_collection_shard2_replica2] Schema name=test
   [junit4]   2> 343954 T1896 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 343971 T1868 oass.IndexSchema.readSchema [solrj_collection_shard1_replica1] Schema name=test
   [junit4]   2> 343973 T1910 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 343974 T1910 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 343975 T1896 oass.IndexSchema.readSchema [solrj_collection_shard1_replica2] Schema name=test
   [junit4]   2> 343984 T1910 oass.IndexSchema.readSchema [solrj_collection_shard2_replica1] Schema name=test
   [junit4]   2> 344282 T1896 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344282 T1896 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344283 T1896 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 344284 T1880 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344285 T1880 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344285 T1880 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 344288 T1896 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 344290 T1896 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 344290 T1880 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 344292 T1880 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 344310 T1896 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 344312 T1880 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 344313 T1896 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 344316 T1896 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 344316 T1880 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 344317 T1896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 344318 T1896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 344318 T1896 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 344319 T1896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 344319 T1896 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 344319 T1896 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 344319 T1896 oasc.SolrCore.<init> [solrj_collection_shard1_replica2] Opening new SolrCore at ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2/, dataDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2/data/
   [junit4]   2> 344320 T1896 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c17cd9a
   [junit4]   2> 344320 T1880 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 344320 T1896 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2/data
   [junit4]   2> 344320 T1896 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2/data/index/
   [junit4]   2> 344321 T1896 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica2] Solr index directory './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 344321 T1880 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 344321 T1896 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/solrj_collection_shard1_replica2/data/index
   [junit4]   2> 344321 T1880 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 344322 T1896 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=27.828125, floorSegmentMB=1.2548828125, forceMergeDeletesPctAllowed=7.8136962957853715, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 344322 T1880 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 344322 T1896 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51cd8e64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a346fe7),segFN=segments_1,generation=1}
   [junit4]   2> 344323 T1896 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 344323 T1880 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 344323 T1880 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 344324 T1880 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 344324 T1880 oasc.SolrCore.<init> [solrj_collection_shard2_replica2] Opening new SolrCore at ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2/, dataDir=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2/data/
   [junit4]   2> 344325 T1880 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c17cd9a
   [junit4]   2> 344326 T1880 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2/data
   [junit4]   2> 344326 T1880 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2/data/index/
   [junit4]   2> 344326 T1896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 344326 T1880 oasc.SolrCore.initIndex WARN [solrj_collection_shard2_replica2] Solr index directory './org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2/data/index' doesn't exist. Creating new index...
   [junit4]   2> 344327 T1896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 344327 T1880 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty2-1393252929562/solrj_collection_shard2_replica2/data/index
   [junit4]   2> 344327 T1896 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 344328 T1880 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=27.828125, floorSegmentMB=1.2548828125, forceMergeDeletesPctAllowed=7.8136962957853715, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 344328 T1896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344328 T1896 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344329 T1896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 344329 T1880 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51935093 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba9bcf),segFN=segments_1,generation=1}
   [junit4]   2> 344329 T1896 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344329 T1880 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 344329 T1896 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344330 T1896 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 344330 T1868 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344330 T1896 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 344330 T1868 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344331 T1896 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 344331 T1896 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 344331 T1868 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 344331 T1896 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 344332 T1896 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 344332 T1896 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 344333 T1896 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 344334 T1880 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 344334 T1880 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 344335 T1880 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 344335 T1896 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 344335 T1880 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344336 T1880 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344336 T1868 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 344336 T1880 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 344337 T1880 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344337 T1896 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 344337 T1880 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344338 T1880 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 344337 T1896 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 344338 T1868 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 344338 T1880 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 344339 T1896 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1359253304, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 344339 T1880 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 344339 T1896 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51cd8e64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7a346fe7),segFN=segments_1,generation=1}
   [junit4]   2> 344340 T1896 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 344339 T1880 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 344340 T1896 oass.SolrIndexSearcher.<init> Opening Searcher@120014b3[solrj_collection_shard1_replica2] main
   [junit4]   2> 344340 T1880 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 344341 T1880 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 344341 T1880 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 344342 T1880 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 344342 T1920 oasc.SolrCore.registerSearcher [solrj_collection_shard1_replica2] Registered new searcher Searcher@120014b3[solrj_collection_shard1_replica2] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 344343 T1896 oasc.CoreContainer.registerCore registering core: solrj_collection_shard1_replica2
   [junit4]   2> 344344 T1880 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 344344 T1896 oasc.ZkController.register Register replica - core:solrj_collection_shard1_replica2 address:https://127.0.0.1:36252/no collection:solrj_collection shard:shard1
   [junit4]   2> 344345 T1896 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard1/election
   [junit4]   2> 344346 T1880 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 344347 T1880 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 344348 T1880 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1359253304, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 344349 T1880 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@51935093 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@16ba9bcf),segFN=segments_1,generation=1}
   [junit4]   2> 344349 T1880 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 344349 T1880 oass.SolrIndexSearcher.<init> Opening Searcher@1bc51f4e[solrj_collection_shard2_replica2] main
   [junit4]   2> 344350 T1868 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 344350 T1896 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 344352 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 344352 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 344352 T1922 oasc.SolrCore.registerSearcher [solrj_collection_shard2_replica2] Registered new searcher Searcher@1bc51f4e[solrj_collection_shard2_replica2] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 344352 T1896 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=0
   [junit4]   2> 344353 T1896 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Was waiting for replicas to come up, but they are taking too long - assuming they won't come back till later
   [junit4]   2> 344352 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 344353 T1896 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 344353 T1868 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> ASYNC  NEW_CORE C676 name=solrj_collection_shard1_replica2 org.apache.solr.core.SolrCore@59f71ae9 url=https://127.0.0.1:36252/no/solrj_collection_shard1_replica2 node=127.0.0.1:36252_no C676_STATE=coll:solrj_collection core:solrj_collection_shard1_replica2 props:{state=down, base_url=https://127.0.0.1:36252/no, core=solrj_collection_shard1_replica2, node_name=127.0.0.1:36252_no}
   [junit4]   2> 344353 T1896 C676 P36252 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:36252/no/solrj_collection_shard1_replica2/
   [junit4]   2> 344354 T1896 C676 P36252 oasu.PeerSync.sync PeerSync: core=solrj_collection_shard1_replica2 url=https://127.0.0.1:36252/no START replicas=[https://127.0.0.1:54579/no/solrj_collection_shard1_replica1/] nUpdates=100
   [junit4]   2> 344354 T1855 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 344354 T1896 C676 P36252 oasu.PeerSync.sync PeerSync: core=solrj_collection_shard1_replica2 url=https://127.0.0.1:36252/no DONE.  We have no versions.  sync failed.
   [junit4]   2> 344354 T1896 C676 P36252 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 344357 T1896 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 344357 T1896 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:36252/no/solrj_collection_shard1_replica2/ shard1
   [junit4]   2> 344358 T1896 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leaders/shard1
   [junit4]   2> 344359 T1910 oass.ByteField.init WARN ByteField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344359 T1910 oass.ShortField.init WARN ShortField is deprecated and will be removed in 5.0. You should use TrieIntField instead.
   [junit4]   2> 344359 T1910 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 344357 T1880 oasc.CoreContainer.registerCore registering core: solrj_collection_shard2_replica2
   [junit4]   2> 344359 T1868 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 344361 T1880 oasc.ZkController.register Register replica - core:solrj_collection_shard2_replica2 address:https://127.0.0.1:40946/no collection:solrj_collection shard:shard2
   [junit4]   2> 344362 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 344362 T1868 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 344362 T1868 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 344363 T1880 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leader_elect/shard2/election
   [junit4]   2> 344363 T1868 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 344364 T1910 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 344364 T1868 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 344365 T1868 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 344365 T1868 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 344366 T1868 oasc.SolrCore.<init> [solrj_collection_shard1_replica1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1/, dataDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1/data/
   [junit4]   2> 344366 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 344366 T1868 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4c17cd9a
   [junit4]   2> 344366 T1910 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 344367 T1868 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1/data
   [junit4]   2> 344367 T1868 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1/data/index/
   [junit4]   2> 344367 T1868 oasc.SolrCore.initIndex WARN [solrj_collection_shard1_replica1] Solr index directory '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 344368 T1868 oasc.CachingDirectoryFactory.get return new directory for ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build/solr-core/test/J1/./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty1-1393252928244/solrj_collection_shard1_replica1/data/index
   [junit4]   2> 344368 T1868 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=17, maxMergeAtOnceExplicit=36, maxMergedSegmentMB=27.828125, floorSegmentMB=1.2548828125, forceMergeDeletesPctAllowed=7.8136962957853715, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 344369 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 344369 T1868 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@34717fcf lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5aadcb68),segFN=segments_1,generation=1}
   [junit4]   2> 344369 T1868 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 344369 T1880 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 344373 T1854 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 344373 T1868 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 344373 T1880 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=0
   [junit4]   2> 344374 T1880 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Was waiting for replicas to come up, but they are taking too long - assuming they won't come back till later
   [junit4]   2> 344374 T1880 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 344374 T1868 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> ASYNC  NEW_CORE C677 name=solrj_collection_shard2_replica2 org.apache.solr.core.SolrCore@4c19beba url=https://127.0.0.1:40946/no/solrj_collection_shard2_replica2 node=127.0.0.1:40946_no C677_STATE=coll:solrj_collection core:solrj_collection_shard2_replica2 props:{state=down, base_url=https://127.0.0.1:40946/no, core=solrj_collection_shard2_replica2, node_name=127.0.0.1:40946_no}
   [junit4]   2> 344374 T1880 C677 P40946 oasc.SyncStrategy.sync Sync replicas to https://127.0.0.1:40946/no/solrj_collection_shard2_replica2/
   [junit4]   2> 344375 T1868 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 344375 T1868 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344375 T1880 C677 P40946 oasu.PeerSync.sync PeerSync: core=solrj_collection_shard2_replica2 url=https://127.0.0.1:40946/no START replicas=[https://127.0.0.1:57785/no/solrj_collection_shard2_replica1/] nUpdates=100
   [junit4]   2> 344375 T1868 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344376 T1880 C677 P40946 oasu.PeerSync.sync PeerSync: core=solrj_collection_shard2_replica2 url=https://127.0.0.1:40946/no DONE.  We have no versions.  sync failed.
   [junit4]   2> 344377 T1880 C677 P40946 oasc.SyncStrategy.syncReplicas Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 344376 T1868 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 344377 T1880 oasc.ShardLeaderElectionContext.runLeaderProcess We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 344377 T1868 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344377 T1880 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: https://127.0.0.1:40946/no/solrj_collection_shard2_replica2/ shard2
   [junit4]   2> 344378 T1868 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344378 T1880 oascc.SolrZkClient.makePath makePath: /collections/solrj_collection/leaders/shard2
   [junit4]   2> 344378 T1868 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 344379 T1868 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 344380 T1868 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 344380 T1868 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 344380 T1868 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 344381 T1868 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 344381 T1868 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 344382 T1868 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 344383 T1868 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 344385 T1868 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 344386 T1868 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 344386 T1868 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1359253304, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.1]
   [junit4]   2> 344387 T1868 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@34717fcf lockFactory=org.apache.lucene.store.SingleI

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

ctory.closeCacheValue looking to close ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/awholynewcollection_0_shard4_replica2/data/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/awholynewcollection_0_shard4_replica2/data/index;done=false>>]
   [junit4]   2> 454146 T1900 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/awholynewcollection_0_shard4_replica2/data/index
   [junit4]   2> 454147 T1900 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/awholynewcollection_0_shard4_replica2/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/awholynewcollection_0_shard4_replica2/data;done=false>>]
   [junit4]   2> 454147 T1900 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.CollectionsAPIDistributedZkTest-jetty3-1393252930831/awholynewcollection_0_shard4_replica2/data
   [junit4]   2> 454147 T1900 oascc.SolrZkClient.makePath makePath: /collections/awholynewcollection_0/leaders/shard4
   [junit4]   2> 454148 T1900 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [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:1041)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:206)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3.execute(SolrZkClient.java:203)
   [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:203)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:414)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:383)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:370)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:112)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:273)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 		at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 	
   [junit4]   2> 454148 T1900 oasc.LeaderElector$1.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/awholynewcollection_0/leader_elect/shard4/election/91308223864438797-core_node8-n_0000000001
   [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.delete(ZooKeeper.java:873)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:174)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$2.execute(SolrZkClient.java:171)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.delete(SolrZkClient.java:171)
   [junit4]   2> 	at org.apache.solr.cloud.ElectionContext.cancelElection(ElectionContext.java:67)
   [junit4]   2> 	at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:293)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:164)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:108)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$000(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$1.process(LeaderElector.java:137)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:519)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:495)
   [junit4]   2> 
   [junit4]   2> 454149 T1900 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> 454149 T1900 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 454149 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454149 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454149 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454149 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454149 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454149 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454149 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454150 T1900 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454150 T1900 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Asserting, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=es_CR, timezone=Europe/Simferopol
   [junit4]   2> NOTE: Linux 3.8.0-36-generic amd64/Oracle Corporation 1.7.0_60-ea (64-bit)/cpus=8,threads=1,free=114171080,total=433934336
   [junit4]   2> NOTE: All tests run in this JVM: [TestCollationFieldDocValues, StandardRequestHandlerTest, TestFieldResource, TestDistributedMissingSort, LeaderElectionIntegrationTest, TestRandomMergePolicy, TestPhraseSuggestions, BlockDirectoryTest, ChaosMonkeySafeLeaderTest, IndexSchemaRuntimeFieldTest, FieldAnalysisRequestHandlerTest, TestDistributedSearch, TestNonDefinedSimilarityFactory, TestFreeTextSuggestions, TestCollationKeyRangeQueries, TestCSVLoader, TestSolrQueryParserDefaultOperatorResource, TestCodecSupport, TestSolr4Spatial, UniqFieldsUpdateProcessorFactoryTest, TestXIncludeConfig, TestRangeQuery, SimplePostToolTest, HighlighterTest, TestDistributedGrouping, OpenExchangeRatesOrgProviderTest, SuggesterWFSTTest, TestManagedSchemaFieldResource, NumericFieldsTest, TestRecovery, FullSolrCloudDistribCmdsTest, FileUtilsTest, TestZkChroot, TestFoldingMultitermQuery, PreAnalyzedFieldTest, DistanceFunctionTest, TestIndexingPerformance, PrimUtilsTest, TestSchemaResource, CurrencyFieldXmlFileTest, SpellCheckCollatorTest, TestIndexSearcher, TestArbitraryIndexDir, TestPartialUpdateDeduplication, HdfsSyncSliceTest, TestFuzzyAnalyzedSuggestions, TestSweetSpotSimilarityFactory, NoCacheHeaderTest, CursorMarkTest, TestAddFieldRealTimeGet, XsltUpdateRequestHandlerTest, DocValuesMultiTest, BadIndexSchemaTest, TestComponentsName, IndexBasedSpellCheckerTest, TestUpdate, TestCollapseQParserPlugin, TestHighlightDedupGrouping, CollectionsAPIDistributedZkTest]
   [junit4] Completed on J1 in 118.36s, 1 test, 1 failure <<< FAILURES!

[...truncated 703 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:471: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:451: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/solr/common-build.xml:490: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:1278: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-4.x-Linux/lucene/common-build.xml:911: There were test failures: 363 suites, 1565 tests, 1 failure, 35 ignored (7 assumptions)

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