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/16 18:49:41 UTC

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Linux/8342/
Java: 64bit/jdk1.7.0_45 -XX:-UseCompressedOops -XX:+UseG1GC

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

Error Message:
Wrong doc count on shard1_0 expected:<274> but was:<233>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0 expected:<274> but was:<233>
	at __randomizedtesting.SeedInfo.seed([52EEB0E92A7196AC:D3083EF15D2EF690]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:477)
	at org.apache.solr.cloud.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:249)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:113)
	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 10428 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 486265 T1923 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 486269 T1923 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-1384623252629
   [junit4]   2> 486269 T1923 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 486270 T1924 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 486370 T1923 oasc.ZkTestServer.run start zk server on port:36686
   [junit4]   2> 486370 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486641 T1930 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3683794f name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486642 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486642 T1923 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 486650 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486653 T1932 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@36d6916 name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486653 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486654 T1923 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 486660 T1923 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 486666 T1923 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 486671 T1923 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 486677 T1923 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> 486677 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 486685 T1923 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> 486686 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 486692 T1923 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> 486693 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 486698 T1923 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> 486699 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 486704 T1923 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> 486704 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 486709 T1923 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> 486710 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 486714 T1923 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> 486715 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 486720 T1923 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> 486721 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 486725 T1923 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> 486726 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 486730 T1923 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> 486731 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 486735 T1923 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> 486735 T1923 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 486806 T1923 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 486811 T1923 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:43434
   [junit4]   2> 486812 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 486812 T1923 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 486813 T1923 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384623253104
   [junit4]   2> 486813 T1923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1384623253104/'
   [junit4]   2> 486833 T1923 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-controljetty-1384623253104/solr.xml
   [junit4]   2> 486865 T1923 oasc.CoreContainer.<init> New CoreContainer 313661318
   [junit4]   2> 486865 T1923 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-controljetty-1384623253104/]
   [junit4]   2> 486866 T1923 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 486866 T1923 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 486867 T1923 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 486867 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 486867 T1923 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 486867 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 486867 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 486868 T1923 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 486868 T1923 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 486869 T1923 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 486869 T1923 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 486869 T1923 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 486869 T1923 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36686/solr
   [junit4]   2> 486870 T1923 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 486870 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486873 T1943 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1fae5e17 name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486873 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486877 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 486878 T1945 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64a781c6 name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 486879 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 486881 T1923 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 486886 T1923 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 486891 T1923 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 486894 T1923 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43434_
   [junit4]   2> 486895 T1923 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:43434_
   [junit4]   2> 486900 T1923 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 486907 T1923 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 486910 T1923 oasc.Overseer.start Overseer (id=90742669484490755-127.0.0.1:43434_-n_0000000000) starting
   [junit4]   2> 486915 T1923 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 486923 T1947 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 486924 T1923 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 486928 T1923 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 486932 T1923 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 486938 T1946 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 486942 T1948 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 486942 T1948 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 486945 T1948 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 488445 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 488447 T1946 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:43434",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43434_",
   [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> 488447 T1946 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 488447 T1946 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 488454 T1945 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> 488946 T1948 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 488946 T1948 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384623253104/collection1
   [junit4]   2> 488946 T1948 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 488947 T1948 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 488948 T1948 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 488950 T1948 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1384623253104/collection1/'
   [junit4]   2> 488951 T1948 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-1384623253104/collection1/lib/classes/' to classloader
   [junit4]   2> 488951 T1948 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-1384623253104/collection1/lib/README' to classloader
   [junit4]   2> 489004 T1948 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 489035 T1948 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 489037 T1948 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 489042 T1948 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 489335 T1948 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 489338 T1948 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 489339 T1948 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 489343 T1948 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 489382 T1948 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 489382 T1948 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384623253104/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384623252629/control/data/
   [junit4]   2> 489382 T1948 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e9dfde4
   [junit4]   2> 489383 T1948 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/control/data
   [junit4]   2> 489384 T1948 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384623252629/control/data/index/
   [junit4]   2> 489384 T1948 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384623252629/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 489385 T1948 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/control/data/index
   [junit4]   2> 489385 T1948 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 489386 T1948 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@43bcfa1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21dd1aab),segFN=segments_1,generation=1}
   [junit4]   2> 489387 T1948 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 489392 T1948 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 489392 T1948 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 489393 T1948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 489393 T1948 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 489394 T1948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 489394 T1948 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 489395 T1948 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 489395 T1948 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 489395 T1948 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 489396 T1948 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 489397 T1948 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 489397 T1948 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 489397 T1948 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 489398 T1948 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 489399 T1948 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 489399 T1948 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 489403 T1948 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 489408 T1948 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 489408 T1948 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 489409 T1948 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=10.58203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=7.394971495676414, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3692576428774833
   [junit4]   2> 489410 T1948 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@43bcfa1e lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@21dd1aab),segFN=segments_1,generation=1}
   [junit4]   2> 489410 T1948 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 489410 T1948 oass.SolrIndexSearcher.<init> Opening Searcher@4944f54e main
   [junit4]   2> 489414 T1949 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@4944f54e main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 489415 T1948 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 489416 T1948 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:43434 collection:control_collection shard:shard1
   [junit4]   2> 489418 T1948 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 489430 T1948 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 489434 T1948 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 489435 T1948 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 489435 T1948 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:43434/collection1/
   [junit4]   2> 489435 T1948 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 489436 T1948 oasc.SyncStrategy.syncToMe http://127.0.0.1:43434/collection1/ has no replicas
   [junit4]   2> 489436 T1948 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:43434/collection1/ shard1
   [junit4]   2> 489436 T1948 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 489961 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 489976 T1945 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> 489998 T1948 oasc.ZkController.register We are http://127.0.0.1:43434/collection1/ and leader is http://127.0.0.1:43434/collection1/
   [junit4]   2> 489999 T1948 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43434
   [junit4]   2> 489999 T1948 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 489999 T1948 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 489999 T1948 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 490002 T1948 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 490004 T1923 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 490004 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 490007 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 490009 T1952 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32c8e49e name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 490010 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 490012 T1923 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 490017 T1923 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 490093 T1923 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 490096 T1923 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:54666
   [junit4]   2> 490097 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 490098 T1923 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 490098 T1923 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-jetty1-1384623256377
   [junit4]   2> 490098 T1923 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-jetty1-1384623256377/'
   [junit4]   2> 490117 T1923 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-jetty1-1384623256377/solr.xml
   [junit4]   2> 490147 T1923 oasc.CoreContainer.<init> New CoreContainer 1854728611
   [junit4]   2> 490147 T1923 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-jetty1-1384623256377/]
   [junit4]   2> 490148 T1923 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 490148 T1923 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 490149 T1923 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 490149 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 490149 T1923 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 490149 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 490149 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 490150 T1923 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 490150 T1923 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 490151 T1923 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 490151 T1923 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 490151 T1923 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 490151 T1923 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36686/solr
   [junit4]   2> 490152 T1923 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 490152 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 490155 T1963 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5978e124 name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 490155 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 490159 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 490161 T1965 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a5cd0ec name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 490162 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 490168 T1923 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 491173 T1923 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54666_
   [junit4]   2> 491175 T1923 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54666_
   [junit4]   2> 491181 T1952 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 491182 T1965 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 491181 T1945 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 491194 T1966 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 491194 T1966 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 491196 T1966 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 491484 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 491486 T1946 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:43434",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:43434_",
   [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> 491494 T1946 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:54666",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54666_",
   [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> 491494 T1946 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 491494 T1946 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 491502 T1952 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> 491502 T1965 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> 491502 T1945 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> 492196 T1966 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 492197 T1966 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-jetty1-1384623256377/collection1
   [junit4]   2> 492197 T1966 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 492198 T1966 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 492198 T1966 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 492201 T1966 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-jetty1-1384623256377/collection1/'
   [junit4]   2> 492202 T1966 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-1384623256377/collection1/lib/classes/' to classloader
   [junit4]   2> 492202 T1966 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-1384623256377/collection1/lib/README' to classloader
   [junit4]   2> 492260 T1966 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 492289 T1966 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 492292 T1966 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 492297 T1966 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 492582 T1966 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 492584 T1966 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 492585 T1966 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 492589 T1966 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 492627 T1966 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 492627 T1966 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-jetty1-1384623256377/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty1/
   [junit4]   2> 492628 T1966 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e9dfde4
   [junit4]   2> 492629 T1966 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty1
   [junit4]   2> 492629 T1966 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty1/index/
   [junit4]   2> 492629 T1966 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 492630 T1966 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty1/index
   [junit4]   2> 492631 T1966 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 492632 T1966 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ef578af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18023e08),segFN=segments_1,generation=1}
   [junit4]   2> 492632 T1966 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 492639 T1966 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 492639 T1966 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 492640 T1966 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 492640 T1966 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 492640 T1966 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 492641 T1966 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 492641 T1966 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 492642 T1966 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 492642 T1966 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 492643 T1966 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 492644 T1966 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 492644 T1966 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 492645 T1966 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 492646 T1966 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 492646 T1966 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 492647 T1966 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 492651 T1966 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 492655 T1966 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 492656 T1966 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 492657 T1966 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=10.58203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=7.394971495676414, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3692576428774833
   [junit4]   2> 492657 T1966 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5ef578af lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@18023e08),segFN=segments_1,generation=1}
   [junit4]   2> 492658 T1966 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 492658 T1966 oass.SolrIndexSearcher.<init> Opening Searcher@22617d84 main
   [junit4]   2> 492660 T1967 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@22617d84 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 492662 T1966 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 492662 T1966 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54666 collection:collection1 shard:shard1
   [junit4]   2> 492664 T1966 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 492678 T1966 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 492682 T1966 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 492682 T1966 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 492682 T1966 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54666/collection1/
   [junit4]   2> 492683 T1966 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 492683 T1966 oasc.SyncStrategy.syncToMe http://127.0.0.1:54666/collection1/ has no replicas
   [junit4]   2> 492683 T1966 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54666/collection1/ shard1
   [junit4]   2> 492683 T1966 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 493013 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 493024 T1965 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> 493024 T1952 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> 493024 T1945 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> 493044 T1966 oasc.ZkController.register We are http://127.0.0.1:54666/collection1/ and leader is http://127.0.0.1:54666/collection1/
   [junit4]   2> 493045 T1966 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54666
   [junit4]   2> 493045 T1966 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 493045 T1966 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 493045 T1966 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 493048 T1966 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 493049 T1923 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 493050 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 493111 T1923 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 493113 T1923 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:42473
   [junit4]   2> 493114 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 493114 T1923 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 493114 T1923 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-1384623259411
   [junit4]   2> 493114 T1923 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-1384623259411/'
   [junit4]   2> 493124 T1923 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-1384623259411/solr.xml
   [junit4]   2> 493155 T1923 oasc.CoreContainer.<init> New CoreContainer 1514035051
   [junit4]   2> 493155 T1923 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-1384623259411/]
   [junit4]   2> 493156 T1923 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 493156 T1923 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 493156 T1923 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 493157 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 493157 T1923 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 493157 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 493157 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 493158 T1923 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 493158 T1923 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 493159 T1923 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 493159 T1923 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 493159 T1923 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 493160 T1923 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36686/solr
   [junit4]   2> 493160 T1923 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 493161 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 493162 T1979 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@43413e41 name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 493162 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 493166 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 493168 T1981 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1d8e8c40 name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 493168 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 493175 T1923 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 494181 T1923 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42473_
   [junit4]   2> 494183 T1923 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42473_
   [junit4]   2> 494190 T1965 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 494190 T1945 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 494190 T1981 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 494190 T1952 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 494202 T1982 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 494202 T1982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 494204 T1982 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 494534 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 494536 T1946 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:54666",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54666_",
   [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_node1"}
   [junit4]   2> 494544 T1946 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:42473",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42473_",
   [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> 494544 T1946 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 494544 T1946 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 494551 T1965 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> 494552 T1981 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> 494552 T1945 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> 494551 T1952 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> 495204 T1982 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 495205 T1982 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-1384623259411/collection1
   [junit4]   2> 495205 T1982 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 495206 T1982 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 495206 T1982 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 495209 T1982 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-1384623259411/collection1/'
   [junit4]   2> 495210 T1982 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-1384623259411/collection1/lib/classes/' to classloader
   [junit4]   2> 495210 T1982 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-1384623259411/collection1/lib/README' to classloader
   [junit4]   2> 495263 T1982 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 495293 T1982 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 495295 T1982 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 495301 T1982 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 495585 T1982 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 495587 T1982 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 495588 T1982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 495592 T1982 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 495635 T1982 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 495636 T1982 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-1384623259411/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty2/
   [junit4]   2> 495636 T1982 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e9dfde4
   [junit4]   2> 495637 T1982 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty2
   [junit4]   2> 495637 T1982 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty2/index/
   [junit4]   2> 495638 T1982 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 495638 T1982 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty2/index
   [junit4]   2> 495639 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 495640 T1982 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2221310c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6474817f),segFN=segments_1,generation=1}
   [junit4]   2> 495640 T1982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 495647 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 495648 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 495648 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 495648 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 495649 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 495649 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 495650 T1982 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 495650 T1982 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 495651 T1982 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 495652 T1982 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 495652 T1982 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 495653 T1982 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 495653 T1982 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 495654 T1982 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 495655 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 495656 T1982 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 495658 T1982 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 495660 T1982 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 495660 T1982 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 495661 T1982 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=10.58203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=7.394971495676414, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3692576428774833
   [junit4]   2> 495661 T1982 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@2221310c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6474817f),segFN=segments_1,generation=1}
   [junit4]   2> 495662 T1982 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 495662 T1982 oass.SolrIndexSearcher.<init> Opening Searcher@75c1bcc6 main
   [junit4]   2> 495664 T1983 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@75c1bcc6 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 495666 T1982 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 495666 T1982 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42473 collection:collection1 shard:shard2
   [junit4]   2> 495667 T1982 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 495678 T1982 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 495683 T1982 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 495683 T1982 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 495683 T1982 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42473/collection1/
   [junit4]   2> 495683 T1982 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 495683 T1982 oasc.SyncStrategy.syncToMe http://127.0.0.1:42473/collection1/ has no replicas
   [junit4]   2> 495684 T1982 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42473/collection1/ shard2
   [junit4]   2> 495684 T1982 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 496063 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 496076 T1965 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> 496076 T1952 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> 496076 T1981 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> 496076 T1945 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> 496097 T1982 oasc.ZkController.register We are http://127.0.0.1:42473/collection1/ and leader is http://127.0.0.1:42473/collection1/
   [junit4]   2> 496098 T1982 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42473
   [junit4]   2> 496098 T1982 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 496098 T1982 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 496098 T1982 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 496100 T1982 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 496102 T1923 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 496102 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 496166 T1923 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 496169 T1923 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:52900
   [junit4]   2> 496169 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 496170 T1923 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 496170 T1923 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty3-1384623262464
   [junit4]   2> 496170 T1923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty3-1384623262464/'
   [junit4]   2> 496180 T1923 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-1384623262464/solr.xml
   [junit4]   2> 496224 T1923 oasc.CoreContainer.<init> New CoreContainer 1123930822
   [junit4]   2> 496225 T1923 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty3-1384623262464/]
   [junit4]   2> 496226 T1923 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 496226 T1923 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 496226 T1923 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 496226 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 496226 T1923 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 496227 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 496227 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 496227 T1923 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 496227 T1923 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 496228 T1923 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 496228 T1923 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 496229 T1923 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 496229 T1923 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36686/solr
   [junit4]   2> 496229 T1923 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 496230 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 496232 T1995 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70ed3144 name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 496233 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 496237 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 496239 T1997 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ab842af name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 496239 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 496244 T1923 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 497249 T1923 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:52900_
   [junit4]   2> 497251 T1923 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:52900_
   [junit4]   2> 497257 T1952 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 497257 T1981 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 497257 T1965 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 497258 T1997 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 497257 T1945 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 497270 T1998 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 497270 T1998 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 497272 T1998 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 497589 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 497591 T1946 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:42473",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42473_",
   [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_node2"}
   [junit4]   2> 497599 T1946 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:52900",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52900_",
   [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> 497599 T1946 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 497599 T1946 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 497606 T1965 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> 497607 T1981 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> 497607 T1997 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> 497607 T1945 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> 497606 T1952 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> 498272 T1998 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 498273 T1998 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty3-1384623262464/collection1
   [junit4]   2> 498273 T1998 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 498274 T1998 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 498274 T1998 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 498276 T1998 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty3-1384623262464/collection1/'
   [junit4]   2> 498277 T1998 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-1384623262464/collection1/lib/classes/' to classloader
   [junit4]   2> 498278 T1998 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-1384623262464/collection1/lib/README' to classloader
   [junit4]   2> 498338 T1998 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 498367 T1998 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 498369 T1998 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 498375 T1998 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 498656 T1998 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 498658 T1998 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 498660 T1998 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 498663 T1998 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 498702 T1998 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 498702 T1998 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty3-1384623262464/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty3/
   [junit4]   2> 498702 T1998 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e9dfde4
   [junit4]   2> 498703 T1998 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty3
   [junit4]   2> 498704 T1998 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty3/index/
   [junit4]   2> 498704 T1998 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 498705 T1998 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty3/index
   [junit4]   2> 498705 T1998 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=49, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 498706 T1998 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52eeeeed lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f24f7ae),segFN=segments_1,generation=1}
   [junit4]   2> 498707 T1998 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 498713 T1998 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 498714 T1998 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 498714 T1998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 498715 T1998 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 498715 T1998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 498715 T1998 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 498716 T1998 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 498717 T1998 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 498717 T1998 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 498717 T1998 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 498718 T1998 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 498718 T1998 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 498718 T1998 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 498719 T1998 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 498719 T1998 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 498719 T1998 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 498721 T1998 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 498723 T1998 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 498723 T1998 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 498724 T1998 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=43, maxMergeAtOnceExplicit=19, maxMergedSegmentMB=10.58203125, floorSegmentMB=1.9072265625, forceMergeDeletesPctAllowed=7.394971495676414, segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3692576428774833
   [junit4]   2> 498724 T1998 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@52eeeeed lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@3f24f7ae),segFN=segments_1,generation=1}
   [junit4]   2> 498724 T1998 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 498725 T1998 oass.SolrIndexSearcher.<init> Opening Searcher@6ebc801a main
   [junit4]   2> 498727 T1999 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6ebc801a main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 498729 T1998 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 498729 T1998 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:52900 collection:collection1 shard:shard1
   [junit4]   2> 498736 T1998 oasc.ZkController.register We are http://127.0.0.1:52900/collection1/ and leader is http://127.0.0.1:54666/collection1/
   [junit4]   2> 498736 T1998 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:52900
   [junit4]   2> 498736 T1998 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 498736 T1998 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C531 name=collection1 org.apache.solr.core.SolrCore@52e1d315 url=http://127.0.0.1:52900/collection1 node=127.0.0.1:52900_ C531_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:52900, core=collection1, node_name=127.0.0.1:52900_}
   [junit4]   2> 498737 T2000 C531 P52900 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 498737 T2000 C531 P52900 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 498738 T2000 C531 P52900 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 498738 T1998 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 498738 T2000 C531 P52900 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 498740 T1923 oass.SolrDispatchFilter.init user.dir=/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/solr/build/solr-core/test/J0
   [junit4]   2> 498740 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 498742 T1960 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 498804 T1923 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 498807 T1923 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49933
   [junit4]   2> 498808 T1923 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 498809 T1923 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 498809 T1923 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty4-1384623265101
   [junit4]   2> 498810 T1923 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty4-1384623265101/'
   [junit4]   2> 498829 T1923 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-jetty4-1384623265101/solr.xml
   [junit4]   2> 498863 T1923 oasc.CoreContainer.<init> New CoreContainer 1487201183
   [junit4]   2> 498863 T1923 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty4-1384623265101/]
   [junit4]   2> 498864 T1923 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 498864 T1923 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 498864 T1923 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 498865 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 498865 T1923 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 498865 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 498865 T1923 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 498865 T1923 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 498866 T1923 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 498867 T1923 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 498867 T1923 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 498867 T1923 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 498867 T1923 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:36686/solr
   [junit4]   2> 498868 T1923 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 498868 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 498871 T2012 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@657a3f0 name:ZooKeeperConnection Watcher:127.0.0.1:36686 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498872 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 498876 T1923 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 498878 T2014 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@14e9b79b name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 498878 T1923 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 498886 T1923 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 499118 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 499119 T1946 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:52900",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:52900_",
   [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_node3"}
   [junit4]   2> 499127 T1965 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> 499127 T2014 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> 499127 T1997 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> 499127 T1981 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> 499127 T1945 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> 499127 T1952 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> 499742 T1960 oasha.CoreAdminHandler.handleWaitForStateAction Waited coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
   [junit4]   2> 499743 T1960 oass.SolrDispatchFilter.handleAdminRequest [admin] webapp=null path=/admin/cores params={coreNodeName=core_node3&state=recovering&nodeName=127.0.0.1:52900_&action=PREPRECOVERY&checkLive=true&core=collection1&wt=javabin&onlyIfLeader=true&version=2} status=0 QTime=1001 
   [junit4]   2> 499892 T1923 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49933_
   [junit4]   2> 499894 T1923 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49933_
   [junit4]   2> 499899 T1952 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 499899 T2014 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 499899 T1997 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 499900 T1965 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 499899 T1945 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 499899 T1981 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 499909 T2015 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 499909 T2015 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 499911 T2015 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 500636 T1946 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 500638 T1946 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:49933",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49933_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [jun

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

2> 666002 T1923 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 666004 T1923 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1867454b
   [junit4]   2> 666018 T1923 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=4,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=640,cumulative_deletesById=299,cumulative_deletesByQuery=1,cumulative_errors=0,transaction_logs_total_size=30159,transaction_logs_total_number=1}
   [junit4]   2> 666019 T1923 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 666019 T1923 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 666019 T1923 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 666020 T1923 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 666020 T1923 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 666020 T1923 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty4/index;done=false>>]
   [junit4]   2> 666020 T1923 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty4/index
   [junit4]   2> 666021 T1923 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty4;done=false>>]
   [junit4]   2> 666021 T1923 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1384623252629/jetty4
   [junit4]   2> 666022 T2061 oasc.Overseer$ClusterStateUpdater.amILeader According to ZK I (id=90742669484490764-127.0.0.1:49933_-n_0000000004) am no longer a leader.
   [junit4]   2> 666024 T2054 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 666044 T1923 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 666099 T1923 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 666100 T1923 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:36686 36686
   [junit4]   2> 666361 T2054 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6b04b2ae name:ZooKeeperConnection Watcher:127.0.0.1:36686/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 666362 T1923 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 43434
   [junit4]   2> 666362 T2054 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-1384623252629 FAILED !!!!!
   [junit4]   2> 666362 T1923 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 666363 T1923 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:36686 36686
   [junit4]   1>      /solr/collections/control_collection/leader_elect/shard1 (1)
   [junit4]   1>       /solr/collections/control_collection/leader_elect/shard1/election (1)
   [junit4]   1>        /solr/collections/control_collection/leader_elect/shard1/election/90742669484490755-core_node1-n_0000000000 (0)
   [junit4]   1>     /solr/collections/control_collection/leaders (1)
   [junit4]   1>      /solr/collections/control_collection/leaders/shard1 (0)
   [junit4]   1>      DATA:
   [junit4]   1>          {
   [junit4]   1>            "core":"collection1",
   [junit4]   1>            "node_name":"127.0.0.1:43434_",
   [junit4]   1>            "base_url":"http://127.0.0.1:43434"}
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/election (5)
   [junit4]   1>     /solr/overseer_elect/election/90742669484490764-127.0.0.1:49933_-n_0000000004 (0)
   [junit4]   1>     /solr/overseer_elect/election/90742669484490762-127.0.0.1:52900_-n_0000000003 (0)
   [junit4]   1>     /solr/overseer_elect/election/90742669484490755-127.0.0.1:43434_-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/90742669484490758-127.0.0.1:54666_-n_0000000001 (0)
   [junit4]   1>     /solr/overseer_elect/election/90742669484490760-127.0.0.1:42473_-n_0000000002 (0)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"90742669484490755-127.0.0.1:43434_-n_0000000000"}
   [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=52EEB0E92A7196AC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=sk_SK -Dtests.timezone=America/Santiago -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE  180s J0 | ShardSplitTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Wrong doc count on shard1_0 expected:<274> but was:<233>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([52EEB0E92A7196AC:D3083EF15D2EF690]:0)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.checkDocCountsAndShardStates(ShardSplitTest.java:477)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.splitByUniqueKeyTest(ShardSplitTest.java:249)
   [junit4]    > 	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:113)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 666374 T1923 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 180115 T1922 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 4 leaked thread(s).
   [junit4]   2> 666426 T1997 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 667523 T2014 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene45, sim=DefaultSimilarity, locale=sk_SK, timezone=America/Santiago
   [junit4]   2> NOTE: Linux 3.8.0-32-generic amd64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=8,threads=1,free=132978568,total=454033408
   [junit4]   2> NOTE: All tests run in this JVM: [TestStressVersions, TermVectorComponentTest, TestRealTimeGet, CacheHeaderTest, TestModifyConfFiles, SolrCoreTest, QueryElevationComponentTest, SpatialFilterTest, SynonymTokenizerTest, WordBreakSolrSpellCheckerTest, PrimitiveFieldTypeTest, SyncSliceTest, TestLFUCache, SolrInfoMBeanTest, CircularListTest, ZkCLITest, TestSearchPerf, DistributedTermsComponentTest, DOMUtilTest, TestCharFilters, TestBadConfig, BJQParserTest, MBeansHandlerTest, RegexBoostProcessorTest, ModifyConfFileTest, CoreAdminHandlerTest, TestConfig, TestSolrDeletionPolicy1, SampleTest, DeleteReplicaTest, TestPHPSerializedResponseWriter, TestMergePolicyConfig, TestNoOpRegenerator, TestSort, ExternalFileFieldSortTest, TestLuceneMatchVersion, DistributedQueryElevationComponentTest, TestTrie, JsonLoaderTest, DocumentBuilderTest, TestMaxScoreQueryParser, TermsComponentTest, IndexSchemaTest, TestSuggestSpellingConverter, AutoCommitTest, LukeRequestHandlerTest, HdfsBasicDistributedZk2Test, TestWriterPerf, SuggesterFSTTest, URLClassifyProcessorTest, BasicFunctionalityTest, UpdateParamsTest, TestAnalyzeInfixSuggestions, TestDynamicFieldResource, ZkControllerTest, TestJoin, ResourceLoaderTest, StressHdfsTest, DirectUpdateHandlerOptimizeTest, TestDynamicFieldCollectionResource, EchoParamsTest, ParsingFieldUpdateProcessorsTest, DateMathParserTest, UUIDFieldTest, SchemaVersionSpecificBehaviorTest, CSVRequestHandlerTest, TestClassNameShortening, LoggingHandlerTest, TestSolrXmlPersistor, SOLR749Test, TestExtendedDismaxParser, HdfsSyncSliceTest, PeerSyncTest, SolrIndexSplitterTest, TestReversedWildcardFilterFactory, TestQueryUtils, TestCloudManagedSchemaAddField, TestManagedSchema, TestSchemaVersionResource, DocValuesTest, ClusterStateUpdateTest, ShardRoutingTest, ResponseLogComponentTest, ShardSplitTest]
   [junit4] Completed on J0 in 181.40s, 1 test, 1 failure <<< FAILURES!

[...truncated 552 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:489: The following error occurred while executing this line:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/common-build.xml:1272: 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: 340 suites, 1492 tests, 1 failure, 35 ignored (6 assumptions)

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