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/27 18:48:10 UTC

[JENKINS] Lucene-Solr-trunk-Linux (32bit/jdk1.7.0_45) - Build # 8484 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8484/
Java: 32bit/jdk1.7.0_45 -server -XX:+UseG1GC

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

Error Message:
collection already exists: routeFieldColl

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: routeFieldColl
	at __randomizedtesting.SeedInfo.seed([EDCCA35531E0C673:6C2A2D4D46BFA64F]: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.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:285)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1607)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1569)
	at org.apache.solr.cloud.ShardSplitTest.splitByRouteFieldTest(ShardSplitTest.java:272)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:114)
	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:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)




Build Log:
[...truncated 11069 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 1177301 T5099 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1177305 T5099 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./solrtest-ShardSplitTest-1385574133879
   [junit4]   2> 1177306 T5099 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1177307 T5100 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1177407 T5099 oasc.ZkTestServer.run start zk server on port:47253
   [junit4]   2> 1177408 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177718 T5106 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24cf0b name:ZooKeeperConnection Watcher:127.0.0.1:47253 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177719 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177720 T5099 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1177727 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177728 T5108 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1a5ced5 name:ZooKeeperConnection Watcher:127.0.0.1:47253/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177729 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177730 T5099 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1177735 T5099 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1177739 T5099 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1177743 T5099 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1177747 T5099 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> 1177748 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1177754 T5099 oasc.AbstractZkTestCase.putConfig put /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1177755 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1177760 T5099 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> 1177761 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1177766 T5099 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> 1177766 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1177770 T5099 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> 1177771 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1177775 T5099 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> 1177776 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1177780 T5099 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> 1177781 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1177784 T5099 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> 1177785 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1177790 T5099 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> 1177791 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1177795 T5099 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> 1177796 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1177800 T5099 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> 1177801 T5099 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1177875 T5099 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1177878 T5099 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:56240
   [junit4]   2> 1177879 T5099 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1177879 T5099 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1177880 T5099 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.ShardSplitTest-controljetty-1385574134379
   [junit4]   2> 1177881 T5099 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.ShardSplitTest-controljetty-1385574134379/'
   [junit4]   2> 1177902 T5099 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.ShardSplitTest-controljetty-1385574134379/solr.xml
   [junit4]   2> 1177980 T5099 oasc.CoreContainer.<init> New CoreContainer 4690542
   [junit4]   2> 1177981 T5099 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.ShardSplitTest-controljetty-1385574134379/]
   [junit4]   2> 1177982 T5099 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1177982 T5099 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1177983 T5099 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1177983 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1177983 T5099 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1177984 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1177984 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1177984 T5099 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1177984 T5099 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1177987 T5099 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1177988 T5099 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1177988 T5099 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1177988 T5099 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47253/solr
   [junit4]   2> 1177989 T5099 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1177990 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177992 T5119 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19dc8a7 name:ZooKeeperConnection Watcher:127.0.0.1:47253 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177992 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1177995 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1177997 T5121 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19a0333 name:ZooKeeperConnection Watcher:127.0.0.1:47253/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1177997 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1178000 T5099 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1178004 T5099 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1178008 T5099 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1178010 T5099 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:56240_
   [junit4]   2> 1178012 T5099 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:56240_
   [junit4]   2> 1178016 T5099 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1178022 T5099 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1178025 T5099 oasc.Overseer.start Overseer (id=90804986438090755-127.0.0.1:56240_-n_0000000000) starting
   [junit4]   2> 1178031 T5099 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1178037 T5123 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1178038 T5099 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1178042 T5099 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1178045 T5099 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1178049 T5122 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1178055 T5124 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1178056 T5124 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1178058 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1178059 T5124 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1178061 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1178062 T5122 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:56240",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56240_",
   [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> 1178063 T5122 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1178063 T5122 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1178067 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1178068 T5121 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> 1179059 T5124 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1179060 T5124 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.ShardSplitTest-controljetty-1385574134379/collection1
   [junit4]   2> 1179060 T5124 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1179061 T5124 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1179062 T5124 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1179063 T5124 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.ShardSplitTest-controljetty-1385574134379/collection1/'
   [junit4]   2> 1179065 T5124 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1385574134379/collection1/lib/classes/' to classloader
   [junit4]   2> 1179065 T5124 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1385574134379/collection1/lib/README' to classloader
   [junit4]   2> 1179117 T5124 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1179148 T5124 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1179150 T5124 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1179157 T5124 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1179458 T5124 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1179460 T5124 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1179461 T5124 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1179465 T5124 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1179480 T5124 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1179480 T5124 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.ShardSplitTest-controljetty-1385574134379/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1385574133879/control/data/
   [junit4]   2> 1179481 T5124 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdee96
   [junit4]   2> 1179481 T5124 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/control/data
   [junit4]   2> 1179481 T5124 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1385574133879/control/data/index/
   [junit4]   2> 1179482 T5124 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1385574133879/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1179482 T5124 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/control/data/index
   [junit4]   2> 1179482 T5124 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1179483 T5124 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1cfa486 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21e0eb),segFN=segments_1,generation=1}
   [junit4]   2> 1179483 T5124 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1179485 T5124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1179485 T5124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1179486 T5124 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1179486 T5124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1179486 T5124 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1179486 T5124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1179487 T5124 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1179487 T5124 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1179487 T5124 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1179487 T5124 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1179488 T5124 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1179488 T5124 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1179488 T5124 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1179489 T5124 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1179489 T5124 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1179490 T5124 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1179492 T5124 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1179495 T5124 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1179495 T5124 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1179496 T5124 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=84.3994140625, floorSegmentMB=0.92578125, forceMergeDeletesPctAllowed=3.636679870531445, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15000506036429917
   [junit4]   2> 1179496 T5124 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1cfa486 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21e0eb),segFN=segments_1,generation=1}
   [junit4]   2> 1179497 T5124 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1179497 T5124 oass.SolrIndexSearcher.<init> Opening Searcher@4cb341 main
   [junit4]   2> 1179499 T5125 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4cb341 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1179500 T5124 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1179500 T5124 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:56240 collection:control_collection shard:shard1
   [junit4]   2> 1179501 T5124 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1179506 T5124 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1179508 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179509 T5124 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1179509 T5124 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1517 name=collection1 org.apache.solr.core.SolrCore@75c5a1 url=http://127.0.0.1:56240/collection1 node=127.0.0.1:56240_ C1517_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:56240, core=collection1, node_name=127.0.0.1:56240_}
   [junit4]   2> 1179509 T5124 C1517 P56240 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:56240/collection1/
   [junit4]   2> 1179510 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1179510 T5124 C1517 P56240 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1179510 T5124 C1517 P56240 oasc.SyncStrategy.syncToMe http://127.0.0.1:56240/collection1/ has no replicas
   [junit4]   2> 1179510 T5124 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:56240/collection1/ shard1
   [junit4]   2> 1179511 T5124 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1179513 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179516 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179519 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179622 T5121 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> 1179667 T5124 oasc.ZkController.register We are http://127.0.0.1:56240/collection1/ and leader is http://127.0.0.1:56240/collection1/
   [junit4]   2> 1179667 T5124 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:56240
   [junit4]   2> 1179667 T5124 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1179668 T5124 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1179668 T5124 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1179670 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179670 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179671 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179671 T5124 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1179673 T5099 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1179674 T5099 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1179673 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1179675 T5122 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:56240",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:56240_",
   [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> 1179677 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179679 T5128 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@19a4075 name:ZooKeeperConnection Watcher:127.0.0.1:47253/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1179679 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1179680 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1179682 T5099 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1179686 T5099 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1179755 T5099 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1179757 T5099 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51835
   [junit4]   2> 1179758 T5099 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1179759 T5099 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1179760 T5099 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260
   [junit4]   2> 1179761 T5099 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260/'
   [junit4]   2> 1179774 T5099 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.ShardSplitTest-jetty1-1385574136260/solr.xml
   [junit4]   2> 1179782 T5128 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> 1179782 T5121 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> 1179807 T5099 oasc.CoreContainer.<init> New CoreContainer 22055205
   [junit4]   2> 1179808 T5099 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260/]
   [junit4]   2> 1179809 T5099 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1179809 T5099 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1179810 T5099 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1179810 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1179810 T5099 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1179811 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1179811 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1179811 T5099 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1179811 T5099 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1179814 T5099 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1179815 T5099 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1179815 T5099 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1179815 T5099 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47253/solr
   [junit4]   2> 1179816 T5099 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1179817 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179819 T5139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17b393 name:ZooKeeperConnection Watcher:127.0.0.1:47253 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1179819 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1179821 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1179823 T5141 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1eca99 name:ZooKeeperConnection Watcher:127.0.0.1:47253/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1179823 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1179829 T5099 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1180834 T5099 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51835_
   [junit4]   2> 1180837 T5099 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51835_
   [junit4]   2> 1180841 T5128 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1180841 T5121 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1180841 T5141 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1180850 T5142 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1180850 T5142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1180852 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180852 T5142 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1180853 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180853 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180856 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1180857 T5122 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:51835",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51835_",
   [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> 1180857 T5122 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 1180858 T5122 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1180861 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1180966 T5121 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> 1180966 T5141 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> 1180966 T5128 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> 1181853 T5142 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1181854 T5142 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260/collection1
   [junit4]   2> 1181854 T5142 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1181855 T5142 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1181856 T5142 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1181858 T5142 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260/collection1/'
   [junit4]   2> 1181859 T5142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260/collection1/lib/classes/' to classloader
   [junit4]   2> 1181859 T5142 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260/collection1/lib/README' to classloader
   [junit4]   2> 1181915 T5142 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1181945 T5142 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1181947 T5142 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1181954 T5142 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1182251 T5142 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1182253 T5142 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1182254 T5142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1182258 T5142 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1182280 T5142 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1182280 T5142 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty1-1385574136260/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty1/
   [junit4]   2> 1182280 T5142 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdee96
   [junit4]   2> 1182281 T5142 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty1
   [junit4]   2> 1182281 T5142 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty1/index/
   [junit4]   2> 1182281 T5142 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1182281 T5142 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty1/index
   [junit4]   2> 1182282 T5142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1182282 T5142 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@158bfab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1933606),segFN=segments_1,generation=1}
   [junit4]   2> 1182283 T5142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1182285 T5142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1182285 T5142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1182286 T5142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1182286 T5142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1182286 T5142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1182286 T5142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1182287 T5142 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1182287 T5142 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1182287 T5142 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1182287 T5142 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1182288 T5142 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1182288 T5142 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1182288 T5142 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1182289 T5142 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1182289 T5142 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1182289 T5142 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1182291 T5142 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1182294 T5142 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1182294 T5142 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1182294 T5142 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=84.3994140625, floorSegmentMB=0.92578125, forceMergeDeletesPctAllowed=3.636679870531445, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15000506036429917
   [junit4]   2> 1182295 T5142 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@158bfab lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1933606),segFN=segments_1,generation=1}
   [junit4]   2> 1182295 T5142 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1182295 T5142 oass.SolrIndexSearcher.<init> Opening Searcher@70c9c8 main
   [junit4]   2> 1182297 T5143 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@70c9c8 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1182299 T5142 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1182299 T5142 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51835 collection:collection1 shard:shard2
   [junit4]   2> 1182300 T5142 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1182305 T5142 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1182306 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182306 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182306 T5142 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1182307 T5142 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 1182306 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> ASYNC  NEW_CORE C1518 name=collection1 org.apache.solr.core.SolrCore@3a1c19 url=http://127.0.0.1:51835/collection1 node=127.0.0.1:51835_ C1518_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:51835, core=collection1, node_name=127.0.0.1:51835_}
   [junit4]   2> 1182307 T5142 C1518 P51835 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51835/collection1/
   [junit4]   2> 1182307 T5142 C1518 P51835 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1182307 T5142 C1518 P51835 oasc.SyncStrategy.syncToMe http://127.0.0.1:51835/collection1/ has no replicas
   [junit4]   2> 1182308 T5142 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51835/collection1/ shard2
   [junit4]   2> 1182308 T5142 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1182308 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1182311 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182314 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182320 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182423 T5141 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> 1182423 T5128 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> 1182423 T5121 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> 1182465 T5142 oasc.ZkController.register We are http://127.0.0.1:51835/collection1/ and leader is http://127.0.0.1:51835/collection1/
   [junit4]   2> 1182465 T5142 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51835
   [junit4]   2> 1182466 T5142 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1182466 T5142 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1182466 T5142 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1182469 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182469 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182469 T5142 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1182470 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182471 T5099 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1182472 T5099 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1182472 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1182474 T5122 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:51835",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51835_",
   [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> 1182478 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1182550 T5099 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1182553 T5099 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:33636
   [junit4]   2> 1182554 T5099 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1182554 T5099 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1182554 T5099 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.ShardSplitTest-jetty2-1385574139047
   [junit4]   2> 1182555 T5099 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.ShardSplitTest-jetty2-1385574139047/'
   [junit4]   2> 1182569 T5099 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.ShardSplitTest-jetty2-1385574139047/solr.xml
   [junit4]   2> 1182580 T5121 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> 1182580 T5141 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> 1182580 T5128 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> 1182602 T5099 oasc.CoreContainer.<init> New CoreContainer 14899759
   [junit4]   2> 1182603 T5099 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.ShardSplitTest-jetty2-1385574139047/]
   [junit4]   2> 1182604 T5099 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1182604 T5099 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1182605 T5099 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1182605 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1182605 T5099 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1182605 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1182606 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1182606 T5099 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1182606 T5099 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1182609 T5099 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1182609 T5099 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1182610 T5099 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1182610 T5099 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47253/solr
   [junit4]   2> 1182610 T5099 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1182611 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1182613 T5155 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1aeb570 name:ZooKeeperConnection Watcher:127.0.0.1:47253 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1182613 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1182616 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1182618 T5157 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a771d8 name:ZooKeeperConnection Watcher:127.0.0.1:47253/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1182619 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1182625 T5099 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1183629 T5099 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33636_
   [junit4]   2> 1183631 T5099 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33636_
   [junit4]   2> 1183635 T5121 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1183636 T5141 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1183636 T5128 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1183636 T5157 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1183645 T5158 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1183646 T5158 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1183647 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1183648 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1183647 T5158 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1183648 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1183650 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1183651 T5122 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:33636",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33636_",
   [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> 1183652 T5122 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1183652 T5122 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1183656 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1183761 T5141 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> 1183761 T5157 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> 1183761 T5121 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> 1183761 T5128 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> 1184649 T5158 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1184649 T5158 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.ShardSplitTest-jetty2-1385574139047/collection1
   [junit4]   2> 1184650 T5158 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1184651 T5158 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1184651 T5158 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1184653 T5158 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.ShardSplitTest-jetty2-1385574139047/collection1/'
   [junit4]   2> 1184655 T5158 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1385574139047/collection1/lib/classes/' to classloader
   [junit4]   2> 1184655 T5158 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1385574139047/collection1/lib/README' to classloader
   [junit4]   2> 1184709 T5158 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1184741 T5158 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1184743 T5158 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1184750 T5158 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1185042 T5158 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1185045 T5158 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1185046 T5158 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1185050 T5158 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1185082 T5158 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1185083 T5158 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.ShardSplitTest-jetty2-1385574139047/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty2/
   [junit4]   2> 1185083 T5158 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdee96
   [junit4]   2> 1185084 T5158 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty2
   [junit4]   2> 1185085 T5158 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty2/index/
   [junit4]   2> 1185085 T5158 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1185086 T5158 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty2/index
   [junit4]   2> 1185086 T5158 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1185087 T5158 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e00619 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7597cb),segFN=segments_1,generation=1}
   [junit4]   2> 1185088 T5158 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1185093 T5158 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1185093 T5158 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1185094 T5158 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1185094 T5158 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1185095 T5158 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1185095 T5158 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1185096 T5158 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1185097 T5158 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1185097 T5158 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1185098 T5158 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1185099 T5158 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1185099 T5158 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1185100 T5158 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1185101 T5158 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1185101 T5158 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1185102 T5158 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1185106 T5158 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1185109 T5158 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1185110 T5158 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1185110 T5158 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=12, maxMergedSegmentMB=84.3994140625, floorSegmentMB=0.92578125, forceMergeDeletesPctAllowed=3.636679870531445, segmentsPerTier=31.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.15000506036429917
   [junit4]   2> 1185111 T5158 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1e00619 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7597cb),segFN=segments_1,generation=1}
   [junit4]   2> 1185111 T5158 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1185111 T5158 oass.SolrIndexSearcher.<init> Opening Searcher@1d2503e main
   [junit4]   2> 1185113 T5159 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1d2503e main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1185115 T5158 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1185115 T5158 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33636 collection:collection1 shard:shard1
   [junit4]   2> 1185116 T5158 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 1185124 T5158 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1185128 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185128 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185128 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185128 T5158 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1185129 T5158 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1519 name=collection1 org.apache.solr.core.SolrCore@89ce22 url=http://127.0.0.1:33636/collection1 node=127.0.0.1:33636_ C1519_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:33636, core=collection1, node_name=127.0.0.1:33636_}
   [junit4]   2> 1185129 T5158 C1519 P33636 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33636/collection1/
   [junit4]   2> 1185129 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1185130 T5158 C1519 P33636 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1185130 T5158 C1519 P33636 oasc.SyncStrategy.syncToMe http://127.0.0.1:33636/collection1/ has no replicas
   [junit4]   2> 1185131 T5158 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33636/collection1/ shard1
   [junit4]   2> 1185131 T5158 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 1185134 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185139 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185143 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185245 T5121 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> 1185245 T5157 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> 1185245 T5141 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> 1185245 T5128 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> 1185290 T5158 oasc.ZkController.register We are http://127.0.0.1:33636/collection1/ and leader is http://127.0.0.1:33636/collection1/
   [junit4]   2> 1185290 T5158 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33636
   [junit4]   2> 1185290 T5158 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1185291 T5158 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1185291 T5158 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1185294 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185294 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185294 T5158 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1185294 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185296 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1185296 T5099 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 1185297 T5099 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1185297 T5122 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:33636",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33636_",
   [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> 1185302 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1185372 T5099 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1185375 T5099 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:44454
   [junit4]   2> 1185376 T5099 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1185376 T5099 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1185377 T5099 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872
   [junit4]   2> 1185377 T5099 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872/'
   [junit4]   2> 1185394 T5099 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.ShardSplitTest-jetty3-1385574141872/solr.xml
   [junit4]   2> 1185404 T5141 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> 1185404 T5157 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> 1185404 T5128 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> 1185404 T5121 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> 1185428 T5099 oasc.CoreContainer.<init> New CoreContainer 31494402
   [junit4]   2> 1185428 T5099 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872/]
   [junit4]   2> 1185429 T5099 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1185430 T5099 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1185430 T5099 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1185430 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1185431 T5099 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1185431 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1185431 T5099 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1185432 T5099 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1185432 T5099 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1185435 T5099 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1185435 T5099 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1185435 T5099 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1185436 T5099 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:47253/solr
   [junit4]   2> 1185436 T5099 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1185437 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1185439 T5171 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@167fb0b name:ZooKeeperConnection Watcher:127.0.0.1:47253 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1185439 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1185441 T5099 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1185442 T5173 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@9a0c0f name:ZooKeeperConnection Watcher:127.0.0.1:47253/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1185443 T5099 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1185449 T5099 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1186454 T5099 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44454_
   [junit4]   2> 1186456 T5099 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:44454_
   [junit4]   2> 1186460 T5121 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1186460 T5157 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1186460 T5173 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1186460 T5141 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1186460 T5128 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1186469 T5174 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1186470 T5174 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1186471 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1186471 T5174 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1186472 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1186473 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1186474 T5122 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1186475 T5122 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:44454",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:44454_",
   [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> 1186475 T5122 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 1186476 T5122 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1186479 T5121 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1186583 T5157 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> 1186584 T5173 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> 1186584 T5128 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> 1186583 T5141 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> 1186583 T5121 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> 1187472 T5174 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1187473 T5174 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872/collection1
   [junit4]   2> 1187473 T5174 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1187475 T5174 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1187475 T5174 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1187477 T5174 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872/collection1/'
   [junit4]   2> 1187478 T5174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872/collection1/lib/classes/' to classloader
   [junit4]   2> 1187479 T5174 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872/collection1/lib/README' to classloader
   [junit4]   2> 1187514 T5174 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1187545 T5174 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1187547 T5174 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1187554 T5174 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1187861 T5174 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1187864 T5174 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1187865 T5174 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1187868 T5174 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1187885 T5174 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1187885 T5174 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty3-1385574141872/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty3/
   [junit4]   2> 1187885 T5174 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@fdee96
   [junit4]   2> 1187886 T5174 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty3
   [junit4]   2> 1187886 T5174 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty3/index/
   [junit4]   2> 1187886 T5174 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 1187887 T5174 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1385574133879/jetty3/index
   [junit4]   2> 1187887 T5174 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=40, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1187888 T5174 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@c2ce95 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@876f03),segFN=segments_1,generation=1}
   [junit4]   2> 1187888 T5174 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1187891 T5174 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1187891 T5174 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1187892 T5174 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1187892 T5174 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1187892 T5174 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1187892 T5174 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1187893 T5174 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1187893 T5174 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1187893 T5174 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1187894 T5174 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1187894 T5174 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1187894 T5174 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1187894 T5174 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1187895 T5174 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1187895 T5174 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1187896 T5174 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1187898 T5174 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1187900 

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

ll_shard2_replica2/data/index
   [junit4]   2> 1528591 T5225 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 1528611 T5099 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 1528670 T5099 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1528672 T5099 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:47253 47253
   [junit4]   2> 1528871 T5225 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3f946b name:ZooKeeperConnection Watcher:127.0.0.1:47253/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 1528871 T5099 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 56240
   [junit4]   2> 1528871 T5225 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   2> !!!! WARNING: best effort to remove /mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-1385574133879 FAILED !!!!!
   [junit4]   2> 1528873 T5099 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1528873 T5099 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:47253 47253
   [junit4]   1>        {"id":"90804986438090755-127.0.0.1:56240_-n_0000000000"}
   [junit4]   1>    /solr/overseer_elect/election (5)
   [junit4]   1>     /solr/overseer_elect/election/90804986438090758-127.0.0.1:51835_-n_0000000001 (0)
   [junit4]   1>     /solr/overseer_elect/election/90804986438090755-127.0.0.1:56240_-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/90804986438090764-127.0.0.1:50004_-n_0000000004 (0)
   [junit4]   1>     /solr/overseer_elect/election/90804986438090760-127.0.0.1:33636_-n_0000000002 (0)
   [junit4]   1>     /solr/overseer_elect/election/90804986438090762-127.0.0.1:44454_-n_0000000003 (0)
   [junit4]   1>   /solr/aliases.json (0)
   [junit4]   1>   /solr/overseer (3)
   [junit4]   1>   DATA:
   [junit4]   1>       
   [junit4]   1>    /solr/overseer/queue-work (1)
   [junit4]   1>     /solr/overseer/queue-work/qn-0000000032 (0)
   [junit4]   1>     DATA:
   [junit4]   1>         {
   [junit4]   1>           "collection":"collection1",
   [junit4]   1>           "shard1_0":"recovery",
   [junit4]   1>           "shard1_1":"recovery",
   [junit4]   1>           "operation":"updateshardstate"}
   [junit4]   1>    /solr/overseer/collection-queue-work (0)
   [junit4]   1>    /solr/overseer/queue (0)
   [junit4]   1>   /solr/live_nodes (5)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:50004_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:51835_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:44454_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:33636_ (0)
   [junit4]   1>    /solr/live_nodes/127.0.0.1:56240_ (0)
   [junit4]   1>  /zookeeper (1)
   [junit4]   1>  DATA:
   [junit4]   1>      
   [junit4]   1> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=ShardSplitTest -Dtests.method=testDistribSearch -Dtests.seed=EDCCA35531E0C673 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=th -Dtests.timezone=America/Bahia_Banderas -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    352s J0 | ShardSplitTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.client.solrj.impl.HttpSolrServer$RemoteSolrException: collection already exists: routeFieldColl
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EDCCA35531E0C673:6C2A2D4D46BFA64F]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:491)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:197)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:285)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:640)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1607)
   [junit4]    > 	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1569)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitByRouteFieldTest(ShardSplitTest.java:272)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:114)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 1528893 T5099 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 351596 T5098 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 1530091 T5190 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {n_ti=MockFixedIntBlock(blockSize=55), _version_=Pulsing41(freqCutoff=2 minBlockSize=26 maxBlockSize=80), id=PostingsFormat(name=Memory doPackFST= true)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=th, timezone=America/Bahia_Banderas
   [junit4]   2> NOTE: Linux 3.8.0-33-generic i386/Oracle Corporation 1.7.0_45 (32-bit)/cpus=8,threads=1,free=249581304,total=381681664
   [junit4]   2> NOTE: All tests run in this JVM: [TestSolrXml, TestNoOpRegenerator, HdfsDirectoryTest, DocValuesTest, DOMUtilTest, TestFaceting, TestPHPSerializedResponseWriter, TestLRUCache, CoreAdminHandlerTest, MBeansHandlerTest, ChangedSchemaMergeTest, TestBadConfig, UpdateRequestProcessorFactoryTest, TestFunctionQuery, SolrXmlInZkTest, TestValueSourceCache, TestWriterPerf, ShardRoutingTest, TestCoreContainer, QueryEqualityTest, TestLMDirichletSimilarityFactory, FieldFacetTest, TestPostingsSolrHighlighter, TestElisionMultitermQuery, SolrIndexSplitterTest, TestGroupingSearch, StatelessScriptUpdateProcessorFactoryTest, TestReplicationHandler, TestSerializedLuceneMatchVersion, TestStressUserVersions, QueryParsingTest, TestImplicitCoreProperties, TestRemoteStreaming, PolyFieldTest, FileBasedSpellCheckerTest, SpatialFilterTest, TestSystemIdResolver, TestReversedWildcardFilterFactory, TestMergePolicyConfig, OverseerCollectionProcessorTest, TermVectorComponentTest, AliasIntegrationTest, SolrInfoMBeanTest, TestStressVersions, WordBreakSolrSpellCheckerTest, LoggingHandlerTest, TestClassNameShortening, TestLFUCache, TestLMJelinekMercerSimilarityFactory, CoreMergeIndexesAdminHandlerTest, SliceStateUpdateTest, TestFileDictionaryLookup, TestSolrQueryParserResource, TestCloudManagedSchemaAddField, ShowFileRequestHandlerTest, ResourceLoaderTest, AddSchemaFieldsUpdateProcessorFactoryTest, DocumentBuilderTest, QueryElevationComponentTest, TestSolrIndexConfig, OverseerTest, TestCollapseQParserPlugin, UnloadDistributedZkTest, SliceStateTest, TestConfig, CSVRequestHandlerTest, TestDocumentBuilder, HdfsSyncSliceTest, TestPerFieldSimilarity, TestDefaultSearchFieldResource, BlockDirectoryTest, TestRealTimeGet, BadComponentTest, DeleteReplicaTest, ZkControllerTest, IndexSchemaTest, PeerSyncTest, TestPseudoReturnFields, TestExtendedDismaxParser, TestQueryUtils, DeleteInactiveReplicaTest, DeleteShardTest, URLClassifyProcessorTest, TestTrie, BasicDistributedZkTest, CollectionsAPIDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, TestRandomFaceting, ZkCLITest, AutoCommitTest, TestDistributedGrouping, DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest, TestJoin, TestSort, SoftAutoCommitTest, AnalysisAfterCoreReloadTest, SuggesterFSTTest, SuggesterTest, NoCacheHeaderTest, SchemaVersionSpecificBehaviorTest, TestUpdate, TestAtomicUpdateErrorCases, DirectUpdateHandlerOptimizeTest, DebugComponentTest, CacheHeaderTest, LukeRequestHandlerTest, PrimitiveFieldTypeTest, TermsComponentTest, TestIndexingPerformance, RequiredFieldsTest, FastVectorHighlighterTest, RegexBoostProcessorTest, ReturnFieldsTest, UniqFieldsUpdateProcessorFactoryTest, BinaryUpdateRequestHandlerTest, PingRequestHandlerTest, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, UpdateParamsTest, CopyFieldTest, TestSolrDeletionPolicy2, TestDocSet, NumericFieldsTest, ExternalFileFieldSortTest, SpellPossibilityIteratorTest, TestCharFilters, TestXIncludeConfig, TestSweetSpotSimilarityFactory, TestNumberUtils, TestBM25SimilarityFactory, TestFastWriter, TestJmxMonitoredMap, TestFastOutputStream, PluginInfoTest, ChaosMonkeyNothingIsSafeTest, ShardSplitTest]
   [junit4] Completed on J0 in 352.88s, 1 test, 1 error <<< FAILURES!

[...truncated 10 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 error, 34 ignored (6 assumptions)

Total time: 49 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Description set: Java: 32bit/jdk1.7.0_45 -server -XX:+UseG1GC
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure