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

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8462/
Java: 32bit/jdk1.8.0-ea-b116 -server -XX:+UseConcMarkSweepGC

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

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([D7701D746EE38561]:0)


REGRESSION:  org.apache.solr.cloud.ChaosMonkeyNothingIsSafeTest.testDistribSearch

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
	at __randomizedtesting.SeedInfo.seed([D7701D746EE38561]:0)


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

Error Message:
version conflict for 1000 expected=-1 actual=1452702208530317312

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: version conflict for 1000 expected=-1 actual=1452702208530317312
	at __randomizedtesting.SeedInfo.seed([D7701D746EE38561:5696936C19BCE55D]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:491)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
	at org.apache.solr.client.solrj.request.AbstractUpdateRequest.process(AbstractUpdateRequest.java:117)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:116)
	at org.apache.solr.client.solrj.SolrServer.add(SolrServer.java:102)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.indexDoc(AbstractFullDistribZkTestBase.java:622)
	at org.apache.solr.cloud.BasicDistributedZkTest.doOptimisticLockingAndUpdating(BasicDistributedZkTest.java:665)
	at org.apache.solr.cloud.BasicDistributedZkTest.doTest(BasicDistributedZkTest.java:342)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	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: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$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 10408 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZkTest
   [junit4]   2> 456171 T3484 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 456174 T3484 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-BasicDistributedZkTest-1385404768046
   [junit4]   2> 456174 T3484 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 456175 T3485 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 456275 T3484 oasc.ZkTestServer.run start zk server on port:48271
   [junit4]   2> 456276 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 456353 T3491 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@12385df name:ZooKeeperConnection Watcher:127.0.0.1:48271 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 456353 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 456353 T3484 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 456357 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 456358 T3493 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@f2b278 name:ZooKeeperConnection Watcher:127.0.0.1:48271/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 456358 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 456359 T3484 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 456361 T3484 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 456362 T3484 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 456364 T3484 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 456365 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 456365 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 456368 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 456368 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 456370 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 456371 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 456372 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 456373 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 456375 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 456375 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 456376 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 456377 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 456378 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 456379 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 456381 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 456382 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 456383 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 456384 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 456385 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 456386 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 456387 T3484 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 456388 T3484 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 456448 T3484 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 456449 T3484 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33760
   [junit4]   2> 456450 T3484 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 456450 T3484 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 456450 T3484 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261
   [junit4]   2> 456450 T3484 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/'
   [junit4]   2> 456461 T3484 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/solr.xml
   [junit4]   2> 456472 T3484 oasc.CoreContainer.<init> New CoreContainer 4322745
   [junit4]   2> 456473 T3484 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/]
   [junit4]   2> 456473 T3484 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 456474 T3484 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 456474 T3484 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 456474 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 456474 T3484 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 456475 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 456475 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 456475 T3484 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 456476 T3484 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 456478 T3484 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 456479 T3484 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 456479 T3484 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 456479 T3484 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48271/solr
   [junit4]   2> 456480 T3484 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 456480 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 456481 T3504 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1921a96 name:ZooKeeperConnection Watcher:127.0.0.1:48271 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 456482 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 456483 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 456484 T3506 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@379093 name:ZooKeeperConnection Watcher:127.0.0.1:48271/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 456484 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 456485 T3484 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 456486 T3484 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 456488 T3484 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 456489 T3484 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33760_
   [junit4]   2> 456489 T3484 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33760_
   [junit4]   2> 456491 T3484 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 456493 T3484 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 456495 T3484 oasc.Overseer.start Overseer (id=90793886878859267-127.0.0.1:33760_-n_0000000000) starting
   [junit4]   2> 456496 T3484 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 456499 T3508 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 456500 T3484 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 456502 T3484 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 456503 T3484 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 456504 T3507 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 456505 T3509 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 456505 T3509 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 456506 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 456506 T3509 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 456507 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 456507 T3507 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:33760",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33760_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 456507 T3507 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 456507 T3507 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 456509 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 456509 T3506 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> 457506 T3509 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 457507 T3509 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/collection1
   [junit4]   2> 457507 T3509 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 457508 T3509 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 457508 T3509 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 457509 T3509 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/collection1/'
   [junit4]   2> 457510 T3509 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/collection1/lib/classes/' to classloader
   [junit4]   2> 457511 T3509 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/collection1/lib/README' to classloader
   [junit4]   2> 457535 T3509 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 457545 T3509 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 457546 T3509 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 457550 T3509 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 457646 T3509 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 457650 T3509 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 457651 T3509 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 457665 T3509 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 457667 T3509 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 457670 T3509 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 457671 T3509 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 457671 T3509 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 457672 T3509 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 457673 T3509 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 457673 T3509 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 457674 T3509 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 457674 T3509 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZkTest-controljetty-1385404768261/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/control/data/
   [junit4]   2> 457675 T3509 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1eae31f
   [junit4]   2> 457675 T3509 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/control/data
   [junit4]   2> 457676 T3509 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/control/data/index/
   [junit4]   2> 457676 T3509 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 457676 T3509 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/control/data/index
   [junit4]   2> 457677 T3509 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=17.5703125, floorSegmentMB=0.9287109375, forceMergeDeletesPctAllowed=14.341270238979714, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 457678 T3509 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c2bf8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7443f),segFN=segments_1,generation=1}
   [junit4]   2> 457678 T3509 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 457681 T3509 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 457682 T3509 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 457682 T3509 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 457683 T3509 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 457683 T3509 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 457683 T3509 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 457684 T3509 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 457684 T3509 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 457685 T3509 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 457685 T3509 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 457686 T3509 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 457686 T3509 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 457686 T3509 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 457687 T3509 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 457687 T3509 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 457688 T3509 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 457690 T3509 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 457698 T3509 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 457699 T3509 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 457699 T3509 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 457700 T3509 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1c2bf8d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@a7443f),segFN=segments_1,generation=1}
   [junit4]   2> 457701 T3509 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 457702 T3509 oass.SolrIndexSearcher.<init> Opening Searcher@10e1eab main
   [junit4]   2> 457705 T3510 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@10e1eab main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 457707 T3509 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 457708 T3509 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33760 collection:control_collection shard:shard1
   [junit4]   2> 457709 T3509 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 457713 T3509 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 457715 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457715 T3509 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 457715 T3509 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2108 name=collection1 org.apache.solr.core.SolrCore@594746 url=http://127.0.0.1:33760/collection1 node=127.0.0.1:33760_ C2108_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:33760, core=collection1, node_name=127.0.0.1:33760_}
   [junit4]   2> 457715 T3509 C2108 P33760 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33760/collection1/
   [junit4]   2> 457715 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 457716 T3509 C2108 P33760 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 457716 T3509 C2108 P33760 oasc.SyncStrategy.syncToMe http://127.0.0.1:33760/collection1/ has no replicas
   [junit4]   2> 457716 T3509 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33760/collection1/ shard1
   [junit4]   2> 457716 T3509 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 457717 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457721 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457725 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457828 T3506 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> 457872 T3509 oasc.ZkController.register We are http://127.0.0.1:33760/collection1/ and leader is http://127.0.0.1:33760/collection1/
   [junit4]   2> 457873 T3509 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33760
   [junit4]   2> 457873 T3509 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 457873 T3509 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 457874 T3509 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 457875 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457875 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457875 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457876 T3509 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 457877 T3484 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 457878 T3484 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 457877 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 457880 T3507 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:33760",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33760_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 457881 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 457882 T3513 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14417ad name:ZooKeeperConnection Watcher:127.0.0.1:48271/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 457883 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 457884 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 457889 T3484 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 457891 T3484 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 457953 T3484 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 457956 T3484 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:57904
   [junit4]   2> 457956 T3484 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 457957 T3484 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 457958 T3484 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764
   [junit4]   2> 457958 T3484 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/'
   [junit4]   2> 457973 T3484 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/solr.xml
   [junit4]   2> 457979 T3484 oasc.CoreContainer.<init> New CoreContainer 7228903
   [junit4]   2> 457979 T3484 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/]
   [junit4]   2> 457980 T3484 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 457980 T3484 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 457980 T3484 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 457981 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 457981 T3484 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 457981 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 457981 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 457982 T3484 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 457982 T3484 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 457985 T3484 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 457985 T3484 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 457986 T3484 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 457986 T3513 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> 457986 T3484 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48271/solr
   [junit4]   2> 457986 T3506 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> 457987 T3484 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 457988 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 457989 T3524 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7cff8f name:ZooKeeperConnection Watcher:127.0.0.1:48271 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 457990 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 457993 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 457994 T3526 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@106642b name:ZooKeeperConnection Watcher:127.0.0.1:48271/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 457995 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 457999 T3484 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 459001 T3484 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57904_
   [junit4]   2> 459003 T3484 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:57904_
   [junit4]   2> 459004 T3526 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 459005 T3506 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 459004 T3513 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 459007 T3527 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 459007 T3527 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 459008 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 459008 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 459008 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 459008 T3527 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 459009 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 459009 T3507 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:57904",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57904_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 459009 T3507 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 459010 T3507 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 459011 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 459115 T3526 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> 459115 T3506 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> 459115 T3513 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> 460008 T3527 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 460009 T3527 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/collection1
   [junit4]   2> 460009 T3527 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 460010 T3527 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 460011 T3527 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 460013 T3527 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/collection1/'
   [junit4]   2> 460013 T3527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/collection1/lib/classes/' to classloader
   [junit4]   2> 460014 T3527 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/collection1/lib/README' to classloader
   [junit4]   2> 460050 T3527 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 460058 T3527 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 460059 T3527 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 460065 T3527 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 460179 T3527 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 460183 T3527 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 460184 T3527 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 460193 T3527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 460195 T3527 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 460196 T3527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 460197 T3527 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 460197 T3527 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 460197 T3527 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 460198 T3527 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 460198 T3527 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 460198 T3527 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 460199 T3527 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZkTest-jetty1-1385404769764/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty1/
   [junit4]   2> 460199 T3527 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1eae31f
   [junit4]   2> 460199 T3527 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty1
   [junit4]   2> 460199 T3527 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty1/index/
   [junit4]   2> 460200 T3527 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 460200 T3527 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty1/index
   [junit4]   2> 460200 T3527 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=17.5703125, floorSegmentMB=0.9287109375, forceMergeDeletesPctAllowed=14.341270238979714, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 460201 T3527 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1d8bffc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1898175),segFN=segments_1,generation=1}
   [junit4]   2> 460201 T3527 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 460203 T3527 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 460203 T3527 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 460203 T3527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 460204 T3527 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 460204 T3527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 460204 T3527 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 460204 T3527 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 460204 T3527 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 460204 T3527 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 460205 T3527 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 460205 T3527 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 460205 T3527 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 460205 T3527 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 460206 T3527 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 460206 T3527 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 460206 T3527 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 460208 T3527 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 460209 T3527 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 460209 T3527 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 460210 T3527 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 460210 T3527 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1d8bffc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1898175),segFN=segments_1,generation=1}
   [junit4]   2> 460210 T3527 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 460210 T3527 oass.SolrIndexSearcher.<init> Opening Searcher@197f2a7 main
   [junit4]   2> 460212 T3528 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@197f2a7 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 460214 T3527 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 460214 T3527 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:57904 collection:collection1 shard:shard2
   [junit4]   2> 460214 T3527 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 460219 T3527 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 460220 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460221 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460221 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460221 T3527 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 460221 T3527 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C2109 name=collection1 org.apache.solr.core.SolrCore@cff40 url=http://127.0.0.1:57904/collection1 node=127.0.0.1:57904_ C2109_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:57904, core=collection1, node_name=127.0.0.1:57904_}
   [junit4]   2> 460221 T3527 C2109 P57904 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:57904/collection1/
   [junit4]   2> 460221 T3527 C2109 P57904 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 460221 T3527 C2109 P57904 oasc.SyncStrategy.syncToMe http://127.0.0.1:57904/collection1/ has no replicas
   [junit4]   2> 460222 T3527 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:57904/collection1/ shard2
   [junit4]   2> 460222 T3527 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 460222 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 460224 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460226 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460228 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460330 T3513 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> 460330 T3506 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> 460330 T3526 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> 460376 T3527 oasc.ZkController.register We are http://127.0.0.1:57904/collection1/ and leader is http://127.0.0.1:57904/collection1/
   [junit4]   2> 460377 T3527 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:57904
   [junit4]   2> 460377 T3527 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 460377 T3527 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 460377 T3527 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 460379 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460379 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460380 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460380 T3527 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 460381 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 460381 T3484 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 460381 T3484 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 460381 T3507 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:57904",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:57904_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 460383 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 460448 T3484 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 460451 T3484 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:53786
   [junit4]   2> 460452 T3484 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 460452 T3484 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 460452 T3484 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254
   [junit4]   2> 460452 T3484 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/'
   [junit4]   2> 460470 T3484 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/solr.xml
   [junit4]   2> 460476 T3484 oasc.CoreContainer.<init> New CoreContainer 981826
   [junit4]   2> 460476 T3484 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/]
   [junit4]   2> 460481 T3484 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 460481 T3484 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 460481 T3484 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 460482 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 460482 T3484 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 460482 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 460482 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 460483 T3484 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 460483 T3484 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 460484 T3513 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> 460484 T3526 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> 460484 T3506 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> 460486 T3484 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 460486 T3484 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 460487 T3484 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 460487 T3484 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48271/solr
   [junit4]   2> 460487 T3484 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 460488 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 460489 T3540 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@758162 name:ZooKeeperConnection Watcher:127.0.0.1:48271 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 460489 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 460491 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 460492 T3542 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1909ee6 name:ZooKeeperConnection Watcher:127.0.0.1:48271/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 460493 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 460496 T3484 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 461498 T3484 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53786_
   [junit4]   2> 461499 T3484 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53786_
   [junit4]   2> 461501 T3526 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 461501 T3506 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 461501 T3542 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 461501 T3513 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 461504 T3543 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 461504 T3543 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 461505 T3543 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 461505 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 461505 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 461505 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 461506 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 461506 T3507 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:53786",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53786_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 461507 T3507 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 461507 T3507 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 461509 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 461612 T3542 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> 461612 T3513 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> 461612 T3506 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> 461612 T3526 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> 462505 T3543 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 462506 T3543 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/collection1
   [junit4]   2> 462506 T3543 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 462507 T3543 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 462507 T3543 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 462508 T3543 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/collection1/'
   [junit4]   2> 462509 T3543 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/collection1/lib/classes/' to classloader
   [junit4]   2> 462509 T3543 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/collection1/lib/README' to classloader
   [junit4]   2> 462531 T3543 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 462546 T3543 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 462548 T3543 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 462556 T3543 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 462683 T3543 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 462687 T3543 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 462688 T3543 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 462695 T3543 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 462697 T3543 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 462699 T3543 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 462700 T3543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 462700 T3543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 462700 T3543 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 462701 T3543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 462701 T3543 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 462701 T3543 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 462701 T3543 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.BasicDistributedZkTest-jetty2-1385404772254/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty2/
   [junit4]   2> 462702 T3543 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1eae31f
   [junit4]   2> 462702 T3543 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty2
   [junit4]   2> 462702 T3543 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty2/index/
   [junit4]   2> 462702 T3543 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 462703 T3543 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty2/index
   [junit4]   2> 462703 T3543 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=21, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=17.5703125, floorSegmentMB=0.9287109375, forceMergeDeletesPctAllowed=14.341270238979714, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 462703 T3543 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1de5785 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18bbf81),segFN=segments_1,generation=1}
   [junit4]   2> 462704 T3543 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 462706 T3543 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 462706 T3543 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 462706 T3543 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 462706 T3543 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 462707 T3543 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 462707 T3543 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 462707 T3543 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 462707 T3543 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 462707 T3543 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 462708 T3543 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 462708 T3543 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 462708 T3543 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 462708 T3543 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 462709 T3543 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 462709 T3543 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 462709 T3543 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 462711 T3543 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 462712 T3543 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 462712 T3543 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 462712 T3543 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=11, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 462713 T3543 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1de5785 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18bbf81),segFN=segments_1,generation=1}
   [junit4]   2> 462713 T3543 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 462713 T3543 oass.SolrIndexSearcher.<init> Opening Searcher@162a6db main
   [junit4]   2> 462715 T3544 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@162a6db main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 462716 T3543 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 462717 T3543 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53786 collection:collection1 shard:shard1
   [junit4]   2> 462717 T3543 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 462722 T3543 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 462724 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462724 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462724 T3543 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 462724 T3543 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 462724 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C2110 name=collection1 org.apache.solr.core.SolrCore@1d6e03a url=http://127.0.0.1:53786/collection1 node=127.0.0.1:53786_ C2110_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:53786, core=collection1, node_name=127.0.0.1:53786_}
   [junit4]   2> 462724 T3543 C2110 P53786 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53786/collection1/
   [junit4]   2> 462725 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 462725 T3543 C2110 P53786 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 462725 T3543 C2110 P53786 oasc.SyncStrategy.syncToMe http://127.0.0.1:53786/collection1/ has no replicas
   [junit4]   2> 462725 T3543 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53786/collection1/ shard1
   [junit4]   2> 462726 T3543 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 462727 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462728 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462730 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462832 T3526 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> 462832 T3506 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> 462832 T3513 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> 462833 T3542 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> 462879 T3543 oasc.ZkController.register We are http://127.0.0.1:53786/collection1/ and leader is http://127.0.0.1:53786/collection1/
   [junit4]   2> 462879 T3543 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53786
   [junit4]   2> 462880 T3543 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 462880 T3543 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 462880 T3543 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 462881 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462881 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462881 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462881 T3543 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 462882 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 462882 T3484 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 462883 T3484 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 462883 T3507 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:53786",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53786_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 462885 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 462943 T3484 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 462945 T3484 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56523
   [junit4]   2> 462945 T3484 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 462945 T3484 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 462946 T3484 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756
   [junit4]   2> 462946 T3484 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/'
   [junit4]   2> 462956 T3484 oasc.ConfigSolr.fromFile Loading container configuration from /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/solr.xml
   [junit4]   2> 462966 T3484 oasc.CoreContainer.<init> New CoreContainer 18436500
   [junit4]   2> 462967 T3484 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/]
   [junit4]   2> 462967 T3484 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 462967 T3484 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 462968 T3484 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 462968 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 462968 T3484 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 462969 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 462969 T3484 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 462969 T3484 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 462969 T3484 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 462972 T3484 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 462973 T3484 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 462973 T3484 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 462973 T3484 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:48271/solr
   [junit4]   2> 462974 T3484 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 462974 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 462976 T3556 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3cec09 name:ZooKeeperConnection Watcher:127.0.0.1:48271 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 462976 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 462978 T3484 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 462979 T3558 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@18cf304 name:ZooKeeperConnection Watcher:127.0.0.1:48271/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 462979 T3484 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 462981 T3484 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 462986 T3526 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> 462986 T3513 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> 462986 T3542 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> 462987 T3558 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> 462986 T3506 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> 463983 T3484 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56523_
   [junit4]   2> 463984 T3484 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56523_
   [junit4]   2> 463986 T3526 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 463987 T3542 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 463987 T3506 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 463987 T3513 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 463987 T3558 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 463990 T3559 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 463990 T3559 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 463991 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 463991 T3559 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 463991 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 463992 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 463993 T3507 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 463993 T3507 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:56523",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56523_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 463993 T3507 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 463993 T3507 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 463996 T3506 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 464098 T3526 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> 464099 T3506 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> 464099 T3558 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> 464099 T3542 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> 464099 T3513 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> 464992 T3559 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 464992 T3559 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/collection1
   [junit4]   2> 464992 T3559 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 464993 T3559 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 464994 T3559 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 464995 T3559 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/collection1/'
   [junit4]   2> 464996 T3559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/collection1/lib/classes/' to classloader
   [junit4]   2> 464997 T3559 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/collection1/lib/README' to classloader
   [junit4]   2> 465028 T3559 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 465053 T3559 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 465055 T3559 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 465063 T3559 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 465199 T3559 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 465202 T3559 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 465203 T3559 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 465213 T3559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 465215 T3559 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 465217 T3559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 465219 T3559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 465219 T3559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 465220 T3559 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 465221 T3559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 465221 T3559 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 465221 T3559 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 465221 T3559 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.BasicDistributedZkTest-jetty3-1385404774756/collection1/, dataDir=./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty3/
   [junit4]   2> 465221 T3559 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@1eae31f
   [junit4]   2> 465222 T3559 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.BasicDistributedZkTest-1385404768046/jetty3
   [junit4]   2> 465222 T3559 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.B

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

Method)
   [junit4]   2> 	        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
   [junit4]   2> 	        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
   [junit4]   2> 	        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
   [junit4]   2> 	        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  51) Thread[id=1706, name=Thread-608, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1006)
   [junit4]   2> 	  52) Thread[id=1777, name=Thread-652, state=WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.lang.Object.wait(Object.java:502)
   [junit4]   2> 	        at org.apache.solr.core.CloserThread.run(CoreContainer.java:1006)
   [junit4]   2> 	  53) Thread[id=1674, name=HashSessionScavenger-38, state=TIMED_WAITING, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at java.lang.Object.wait(Native Method)
   [junit4]   2> 	        at java.util.TimerThread.mainLoop(Timer.java:552)
   [junit4]   2> 	        at java.util.TimerThread.run(Timer.java:505)
   [junit4]   2> 	  54) Thread[id=1642, name=qtp8631574-1642 Acceptor1 SelectChannelConnector@127.0.0.1:54905, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.nio.SelectChannelConnector.getConnection(SelectChannelConnector.java:160)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:934)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  55) Thread[id=1641, name=qtp8631574-1641 Acceptor0 SelectChannelConnector@127.0.0.1:54905, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.nio.SelectChannelConnector.getConnection(SelectChannelConnector.java:160)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:934)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  56) Thread[id=1710, name=qtp10594933-1710 Acceptor0 SelectChannelConnector@127.0.0.1:38695, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  57) Thread[id=1694, name=qtp31115747-1694 Acceptor1 SelectChannelConnector@127.0.0.1:49094, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.nio.SelectChannelConnector.getConnection(SelectChannelConnector.java:160)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:934)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  58) Thread[id=1727, name=qtp16338658-1727 Acceptor0 SelectChannelConnector@127.0.0.1:34835, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.nio.SelectChannelConnector.getConnection(SelectChannelConnector.java:160)
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:934)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 	  59) Thread[id=1746, name=qtp27002364-1746 Acceptor1 SelectChannelConnector@127.0.0.1:38884, state=RUNNABLE, group=TGRP-ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> 	        at org.eclipse.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
   [junit4]   2> 	        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
   [junit4]   2> 	        at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=192), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=192)), sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=be_BY, timezone=Pacific/Efate
   [junit4]   2> NOTE: Linux 3.8.0-33-generic i386/Oracle Corporation 1.8.0-ea (32-bit)/cpus=8,threads=76,free=33159688,total=101834752
   [junit4]   2> NOTE: All tests run in this JVM: [NumericFieldsTest, SolrIndexConfigTest, FileUtilsTest, DateFieldTest, SolrCmdDistributorTest, TestStressUserVersions, DocumentAnalysisRequestHandlerTest, HdfsSyncSliceTest, AliasIntegrationTest, TestFastOutputStream, DistributedDebugComponentTest, TestPartialUpdateDeduplication, TestSweetSpotSimilarityFactory, TestBinaryField, TestReload, TestXIncludeConfig, TimeZoneUtilsTest, TestCSVLoader, FieldFacetTest, TestSchemaNameResource, TestStressRecovery, TestLazyCores, StandardRequestHandlerTest, CollectionsAPIDistributedZkTest, FullSolrCloudDistribCmdsTest, TestCoreDiscovery, TestDefaultSimilarityFactory, MinimalSchemaTest, CachingDirectoryFactoryTest, RequiredFieldsTest, RAMDirectoryFactoryTest, JSONWriterTest, DistanceFunctionTest, SuggesterWFSTTest, StatsComponentTest, ZkSolrClientTest, HdfsDirectoryTest, SpellCheckCollatorTest, TestIBSimilarityFactory, AbstractAnalyticsFacetTest, TestWordDelimiterFilterFactory, NoCacheHeaderTest, TestSolrQueryParserResource, TestCloudManagedSchemaAddField, SpellCheckComponentTest, PingRequestHandlerTest, SortByFunctionTest, XmlUpdateRequestHandlerTest, TestFieldResource, TestSchemaResource, TestRandomMergePolicy, RangeFacetTest, TestQuerySenderNoQuery, TestSolrDeletionPolicy2, CurrencyFieldXmlFileTest, DirectSolrSpellCheckerTest, AddSchemaFieldsUpdateProcessorFactoryTest, SolrTestCaseJ4Test, CoreContainerCoreInitFailuresTest, PrimUtilsTest, TestArbitraryIndexDir, TestComponentsName, TestHashPartitioner, TestAnalyzeInfixSuggestions, DebugComponentTest, SignatureUpdateProcessorFactoryTest, UniqFieldsUpdateProcessorFactoryTest, IndexSchemaRuntimeFieldTest, TestQueryTypes, TestAnalyzedSuggestions, HighlighterTest, TestBinaryResponseWriter, SolrRequestParserTest, LeaderElectionIntegrationTest, TestRecovery, ChaosMonkeyNothingIsSafeTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ChaosMonkeyNothingIsSafeTest -Dtests.seed=D7701D746EE38561 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=be_BY -Dtests.timezone=Pacific/Efate -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | ChaosMonkeyNothingIsSafeTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7701D746EE38561]:0)
   [junit4] Completed on J1 in 7264.80s, 1 test, 2 errors <<< FAILURES!

[...truncated 48 lines...]
BUILD FAILED
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:420: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:400: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/build.xml:39: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/extra-targets.xml:37: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build.xml:189: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/common-build.xml:491: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1275: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:908: There were test failures: 353 suites, 1558 tests, 1 suite-level error, 2 errors, 58 ignored (2 assumptions)

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