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/10 18:44:51 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.7.0) - Build # 1005 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1005/
Java: 64bit/jdk1.7.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Wrong doc count on shard1_0 expected:<140> but was:<78>

Stack Trace:
java.lang.AssertionError: Wrong doc count on shard1_0 expected:<140> but was:<78>
	at __randomizedtesting.SeedInfo.seed([2DD98CA0752E9142:AC3F02B80271F17E]: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 9861 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 322396 T426 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 322404 T426 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ShardSplitTest-1384102695303
   [junit4]   2> 322406 T426 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 322407 T427 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 322508 T426 oasc.ZkTestServer.run start zk server on port:49380
   [junit4]   2> 322510 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 322517 T433 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@34982bb4 name:ZooKeeperConnection Watcher:127.0.0.1:49380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 322517 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 322517 T426 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 322525 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 322540 T435 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@a62d0d0 name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 322540 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 322541 T426 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 322550 T426 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 322557 T426 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 322562 T426 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 322569 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 322571 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 322585 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 322587 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 322596 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 322598 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 322609 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 322610 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 322620 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 322624 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 322641 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 322642 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 322651 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 322652 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 322660 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 322661 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 322669 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 322669 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 322678 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 322679 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 322686 T426 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 322687 T426 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 323030 T426 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 323048 T426 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49383
   [junit4]   2> 323049 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 323049 T426 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 323050 T426 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596
   [junit4]   2> 323050 T426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/'
   [junit4]   2> 323092 T426 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/solr.xml
   [junit4]   2> 323187 T426 oasc.CoreContainer.<init> New CoreContainer 912095074
   [junit4]   2> 323188 T426 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/]
   [junit4]   2> 323190 T426 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 323190 T426 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 323191 T426 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 323191 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 323191 T426 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 323191 T426 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 323192 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 323192 T426 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 323192 T426 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 323197 T426 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 323197 T426 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 323198 T426 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49380/solr
   [junit4]   2> 323198 T426 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 323200 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 323205 T446 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@219226a6 name:ZooKeeperConnection Watcher:127.0.0.1:49380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 323206 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 323212 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 323217 T448 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d83fd7 name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 323217 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 323223 T426 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 323233 T426 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 323242 T426 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 323248 T426 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49383_
   [junit4]   2> 323249 T426 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49383_
   [junit4]   2> 323259 T426 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 323274 T426 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 323280 T426 oasc.Overseer.start Overseer (id=90708554239770627-127.0.0.1:49383_-n_0000000000) starting
   [junit4]   2> 323291 T426 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 323303 T450 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 323304 T426 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 323312 T426 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 323318 T426 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 323327 T449 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 323333 T451 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 323333 T451 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 323335 T451 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 324844 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 324849 T449 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:49383",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49383_",
   [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> 324849 T449 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 324850 T449 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 324870 T448 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> 325337 T451 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 325339 T451 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/collection1
   [junit4]   2> 325340 T451 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 325343 T451 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 325343 T451 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 325350 T451 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/collection1/'
   [junit4]   2> 325353 T451 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/collection1/lib/classes/' to classloader
   [junit4]   2> 325354 T451 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/collection1/lib/README' to classloader
   [junit4]   2> 325479 T451 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 325564 T451 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 325568 T451 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 325577 T451 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 326264 T451 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 326268 T451 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 326269 T451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 326277 T451 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 326365 T451 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 326365 T451 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384102695596/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384102695303/control/data/
   [junit4]   2> 326366 T451 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27cbb391
   [junit4]   2> 326367 T451 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/control/data
   [junit4]   2> 326367 T451 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384102695303/control/data/index/
   [junit4]   2> 326368 T451 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384102695303/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 326369 T451 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/control/data/index
   [junit4]   2> 326369 T451 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=35.2705078125, floorSegmentMB=1.515625, forceMergeDeletesPctAllowed=23.784938755350936, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6311824805569441
   [junit4]   2> 326370 T451 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1daa8d5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f02720c),segFN=segments_1,generation=1}
   [junit4]   2> 326375 T451 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 326381 T451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 326381 T451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 326382 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 326382 T451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 326382 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 326383 T451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 326383 T451 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 326384 T451 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 326384 T451 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 326385 T451 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 326386 T451 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 326386 T451 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 326387 T451 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 326387 T451 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 326388 T451 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 326398 T451 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 326405 T451 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 326405 T451 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 326406 T451 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=81.009765625, floorSegmentMB=1.58203125, forceMergeDeletesPctAllowed=19.14875650061323, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 326407 T451 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1daa8d5b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7f02720c),segFN=segments_1,generation=1}
   [junit4]   2> 326407 T451 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 326407 T451 oass.SolrIndexSearcher.<init> Opening Searcher@39e9673a main
   [junit4]   2> 326415 T452 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@39e9673a main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 326416 T451 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 326416 T451 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49383 collection:control_collection shard:shard1
   [junit4]   2> 326420 T451 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 326443 T451 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 326450 T451 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 326451 T451 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 326452 T451 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49383/collection1/
   [junit4]   2> 326452 T451 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 326453 T451 oasc.SyncStrategy.syncToMe http://127.0.0.1:49383/collection1/ has no replicas
   [junit4]   2> 326453 T451 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49383/collection1/ shard1
   [junit4]   2> 326453 T451 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 327900 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 327946 T448 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> 327989 T451 oasc.ZkController.register We are http://127.0.0.1:49383/collection1/ and leader is http://127.0.0.1:49383/collection1/
   [junit4]   2> 327989 T451 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49383
   [junit4]   2> 327990 T451 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 327990 T451 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 327991 T451 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 327998 T451 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 328004 T426 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 328005 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 328010 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 328018 T455 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@587dccab name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 328019 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 328027 T426 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 328045 T426 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 328420 T426 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 328423 T426 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49387
   [junit4]   2> 328425 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 328425 T426 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 328425 T426 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944
   [junit4]   2> 328426 T426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/'
   [junit4]   2> 328458 T426 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/solr.xml
   [junit4]   2> 328536 T426 oasc.CoreContainer.<init> New CoreContainer 676672297
   [junit4]   2> 328541 T426 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/]
   [junit4]   2> 328544 T426 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 328545 T426 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 328546 T426 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 328546 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 328547 T426 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 328548 T426 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 328548 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 328549 T426 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 328550 T426 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 328558 T426 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 328559 T426 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 328559 T426 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49380/solr
   [junit4]   2> 328560 T426 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 328561 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 328566 T466 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24dcf838 name:ZooKeeperConnection Watcher:127.0.0.1:49380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 328568 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 328576 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 328581 T468 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45d14205 name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 328581 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 328594 T426 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 329481 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 329483 T449 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:49383",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49383_",
   [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> 329496 T468 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> 329496 T455 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> 329496 T448 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> 329609 T426 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49387_
   [junit4]   2> 329614 T426 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49387_
   [junit4]   2> 329630 T468 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 329632 T455 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 329632 T448 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 329660 T469 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 329660 T469 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 329663 T469 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 331019 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 331025 T449 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:49387",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49387_",
   [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> 331025 T449 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 331026 T449 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 331049 T468 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> 331049 T448 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> 331050 T455 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> 331666 T469 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 331666 T469 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/collection1
   [junit4]   2> 331667 T469 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 331670 T469 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 331671 T469 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 331676 T469 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/collection1/'
   [junit4]   2> 331679 T469 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/collection1/lib/classes/' to classloader
   [junit4]   2> 331680 T469 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/collection1/lib/README' to classloader
   [junit4]   2> 331765 T469 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 331828 T469 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 331833 T469 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 331841 T469 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 332471 T469 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 332473 T469 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 332475 T469 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 332485 T469 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 332571 T469 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 332572 T469 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1384102700944/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty1/
   [junit4]   2> 332574 T469 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27cbb391
   [junit4]   2> 332575 T469 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty1
   [junit4]   2> 332575 T469 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty1/index/
   [junit4]   2> 332575 T469 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 332577 T469 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty1/index
   [junit4]   2> 332578 T469 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=35.2705078125, floorSegmentMB=1.515625, forceMergeDeletesPctAllowed=23.784938755350936, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6311824805569441
   [junit4]   2> 332579 T469 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7849ce0b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51c001cf),segFN=segments_1,generation=1}
   [junit4]   2> 332580 T469 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 332586 T469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 332587 T469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 332592 T469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 332592 T469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 332597 T469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 332597 T469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 332598 T469 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 332598 T469 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 332598 T469 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 332599 T469 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 332600 T469 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 332600 T469 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 332601 T469 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 332602 T469 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 332602 T469 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 332616 T469 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 332624 T469 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 332625 T469 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 332629 T469 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=81.009765625, floorSegmentMB=1.58203125, forceMergeDeletesPctAllowed=19.14875650061323, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 332630 T469 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7849ce0b lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@51c001cf),segFN=segments_1,generation=1}
   [junit4]   2> 332630 T469 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 332630 T469 oass.SolrIndexSearcher.<init> Opening Searcher@2c16e005 main
   [junit4]   2> 332642 T469 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 332642 T469 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49387 collection:collection1 shard:shard1
   [junit4]   2> 332649 T470 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2c16e005 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 332650 T469 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 332673 T469 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 332677 T469 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 332677 T469 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 332679 T469 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49387/collection1/
   [junit4]   2> 332679 T469 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 332680 T469 oasc.SyncStrategy.syncToMe http://127.0.0.1:49387/collection1/ has no replicas
   [junit4]   2> 332680 T469 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49387/collection1/ shard1
   [junit4]   2> 332681 T469 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 334079 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 334108 T448 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> 334108 T468 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> 334109 T455 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> 334162 T469 oasc.ZkController.register We are http://127.0.0.1:49387/collection1/ and leader is http://127.0.0.1:49387/collection1/
   [junit4]   2> 334163 T469 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49387
   [junit4]   2> 334163 T469 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 334164 T469 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 334164 T469 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 334171 T469 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 334178 T426 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 334179 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 334572 T426 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 334578 T426 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49390
   [junit4]   2> 334579 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 334580 T426 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 334585 T426 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079
   [junit4]   2> 334586 T426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/'
   [junit4]   2> 334612 T426 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/solr.xml
   [junit4]   2> 334699 T426 oasc.CoreContainer.<init> New CoreContainer 167374412
   [junit4]   2> 334700 T426 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/]
   [junit4]   2> 334702 T426 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 334702 T426 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 334702 T426 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 334702 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 334703 T426 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 334703 T426 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 334703 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 334704 T426 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 334704 T426 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 334708 T426 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 334708 T426 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 334709 T426 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49380/solr
   [junit4]   2> 334709 T426 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 334710 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 334715 T482 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@40d3d1f0 name:ZooKeeperConnection Watcher:127.0.0.1:49380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 334716 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 334724 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 334727 T484 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@32a83c66 name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 334728 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 334739 T426 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 335633 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 335637 T449 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:49387",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49387_",
   [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> 335657 T468 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> 335658 T455 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> 335658 T448 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> 335658 T484 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> 335751 T426 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49390_
   [junit4]   2> 335756 T426 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49390_
   [junit4]   2> 335772 T484 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 335773 T448 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 335774 T455 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 335774 T468 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 335803 T485 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 335804 T485 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 335809 T485 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 337187 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 337191 T449 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:49390",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49390_",
   [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> 337192 T449 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 337192 T449 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 337212 T484 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> 337213 T468 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> 337213 T448 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> 337213 T455 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> 337817 T485 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 337817 T485 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/collection1
   [junit4]   2> 337818 T485 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 337822 T485 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 337822 T485 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 337829 T485 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/collection1/'
   [junit4]   2> 337831 T485 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/collection1/lib/classes/' to classloader
   [junit4]   2> 337832 T485 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/collection1/lib/README' to classloader
   [junit4]   2> 337950 T485 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 338022 T485 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 338027 T485 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 338036 T485 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 338690 T485 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 338694 T485 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 338696 T485 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 338703 T485 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 338777 T485 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 338779 T485 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1384102707079/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty2/
   [junit4]   2> 338779 T485 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27cbb391
   [junit4]   2> 338780 T485 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty2
   [junit4]   2> 338780 T485 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty2/index/
   [junit4]   2> 338781 T485 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 338781 T485 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty2/index
   [junit4]   2> 338782 T485 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=35.2705078125, floorSegmentMB=1.515625, forceMergeDeletesPctAllowed=23.784938755350936, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6311824805569441
   [junit4]   2> 338782 T485 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5a0ca3dc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@391d680d),segFN=segments_1,generation=1}
   [junit4]   2> 338783 T485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 338793 T485 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 338794 T485 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 338794 T485 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 338795 T485 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 338795 T485 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 338795 T485 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 338796 T485 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 338796 T485 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 338796 T485 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 338797 T485 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 338798 T485 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 338798 T485 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 338799 T485 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 338800 T485 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 338801 T485 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 338810 T485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 338818 T485 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 338819 T485 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 338820 T485 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=81.009765625, floorSegmentMB=1.58203125, forceMergeDeletesPctAllowed=19.14875650061323, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 338821 T485 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5a0ca3dc lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@391d680d),segFN=segments_1,generation=1}
   [junit4]   2> 338821 T485 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 338822 T485 oass.SolrIndexSearcher.<init> Opening Searcher@1b94c231 main
   [junit4]   2> 338833 T486 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1b94c231 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 338835 T485 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 338836 T485 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49390 collection:collection1 shard:shard2
   [junit4]   2> 338840 T485 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 338858 T485 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 338865 T485 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 338866 T485 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 338866 T485 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49390/collection1/
   [junit4]   2> 338866 T485 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 338867 T485 oasc.SyncStrategy.syncToMe http://127.0.0.1:49390/collection1/ has no replicas
   [junit4]   2> 338867 T485 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49390/collection1/ shard2
   [junit4]   2> 338867 T485 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 340248 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 340300 T448 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> 340300 T468 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> 340301 T455 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> 340300 T484 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> 340329 T485 oasc.ZkController.register We are http://127.0.0.1:49390/collection1/ and leader is http://127.0.0.1:49390/collection1/
   [junit4]   2> 340330 T485 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49390
   [junit4]   2> 340330 T485 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 340331 T485 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 340331 T485 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 340339 T485 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 340345 T426 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 340345 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 340756 T426 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 340763 T426 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49393
   [junit4]   2> 340764 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 340765 T426 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 340765 T426 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246
   [junit4]   2> 340766 T426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/'
   [junit4]   2> 340799 T426 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/solr.xml
   [junit4]   2> 340895 T426 oasc.CoreContainer.<init> New CoreContainer 508134948
   [junit4]   2> 340896 T426 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/]
   [junit4]   2> 340898 T426 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 340898 T426 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 340898 T426 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 340899 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 340899 T426 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 340900 T426 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 340900 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 340900 T426 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 340901 T426 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 340905 T426 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 340905 T426 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 340906 T426 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49380/solr
   [junit4]   2> 340906 T426 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 340908 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 340912 T498 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@d117f23 name:ZooKeeperConnection Watcher:127.0.0.1:49380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 340913 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 340921 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 340925 T500 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@306cd715 name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 340926 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 340938 T426 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 341841 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 341845 T449 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:49390",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49390_",
   [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> 341865 T500 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> 341866 T448 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> 341866 T468 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> 341866 T484 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> 341868 T455 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> 341951 T426 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49393_
   [junit4]   2> 341957 T426 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49393_
   [junit4]   2> 341976 T448 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341978 T484 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341979 T500 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341981 T455 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 341984 T468 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 342013 T501 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 342014 T501 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 342019 T501 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 343389 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 343392 T449 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:49393",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49393_",
   [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> 343392 T449 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 343392 T449 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 343405 T484 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> 343405 T448 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> 343406 T468 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> 343405 T500 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> 343405 T455 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> 344023 T501 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 344023 T501 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/collection1
   [junit4]   2> 344024 T501 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 344027 T501 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 344028 T501 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 344033 T501 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/collection1/'
   [junit4]   2> 344036 T501 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/collection1/lib/classes/' to classloader
   [junit4]   2> 344037 T501 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/collection1/lib/README' to classloader
   [junit4]   2> 344134 T501 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 344202 T501 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 344205 T501 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 344215 T501 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 344861 T501 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 344863 T501 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 344864 T501 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 344873 T501 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 344966 T501 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 344967 T501 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty3-1384102713246/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty3/
   [junit4]   2> 344967 T501 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@27cbb391
   [junit4]   2> 344969 T501 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty3
   [junit4]   2> 344969 T501 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty3/index/
   [junit4]   2> 344970 T501 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 344971 T501 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty3/index
   [junit4]   2> 344972 T501 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=35.2705078125, floorSegmentMB=1.515625, forceMergeDeletesPctAllowed=23.784938755350936, segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6311824805569441
   [junit4]   2> 344974 T501 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4a057f13 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e8cd23a),segFN=segments_1,generation=1}
   [junit4]   2> 344974 T501 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 344985 T501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 344986 T501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 344986 T501 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 344987 T501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344987 T501 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 344988 T501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 344989 T501 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344991 T501 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 344991 T501 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 344993 T501 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 344994 T501 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 344994 T501 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 344995 T501 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 344997 T501 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 344998 T501 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 345010 T501 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 345015 T501 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 345016 T501 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 345016 T501 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=14, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=81.009765625, floorSegmentMB=1.58203125, forceMergeDeletesPctAllowed=19.14875650061323, segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 345017 T501 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@4a057f13 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1e8cd23a),segFN=segments_1,generation=1}
   [junit4]   2> 345017 T501 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 345018 T501 oass.SolrIndexSearcher.<init> Opening Searcher@3a0ee49f main
   [junit4]   2> 345030 T502 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3a0ee49f main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 345035 T501 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 345035 T501 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49393 collection:collection1 shard:shard1
   [junit4]   2> 345047 T501 oasc.ZkController.register We are http://127.0.0.1:49393/collection1/ and leader is http://127.0.0.1:49387/collection1/
   [junit4]   2> 345047 T501 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49393
   [junit4]   2> 345047 T501 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 345048 T501 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C1232 name=collection1 org.apache.solr.core.SolrCore@1052e146 url=http://127.0.0.1:49393/collection1 node=127.0.0.1:49393_ C1232_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:49393, core=collection1, node_name=127.0.0.1:49393_}
   [junit4]   2> 345049 T503 C1232 P49393 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 345050 T503 C1232 P49393 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 345051 T503 C1232 P49393 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 345051 T503 C1232 P49393 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 345051 T501 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 345055 T426 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 345057 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 345059 T463 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 345440 T426 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 345444 T426 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:49397
   [junit4]   2> 345446 T426 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 345446 T426 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 345446 T426 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957
   [junit4]   2> 345447 T426 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/'
   [junit4]   2> 345475 T426 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/solr.xml
   [junit4]   2> 345587 T426 oasc.CoreContainer.<init> New CoreContainer 670942950
   [junit4]   2> 345587 T426 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/]
   [junit4]   2> 345589 T426 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 345590 T426 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 345590 T426 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 345590 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 345590 T426 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 345591 T426 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 345591 T426 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 345592 T426 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 345592 T426 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 345596 T426 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 345597 T426 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 345597 T426 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49380/solr
   [junit4]   2> 345597 T426 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 345599 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 345605 T515 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7461d8f5 name:ZooKeeperConnection Watcher:127.0.0.1:49380 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 345606 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 345617 T426 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 345624 T517 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2a7a879c name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 345624 T426 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 345637 T426 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 346435 T449 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 346439 T449 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:49393",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:49393_",
   [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> 346464 T500 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> 346464 T455 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> 346465 T517 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> 346467 T484 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> 346464 T448 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> 346465 T468 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> 346651 T426 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49397_
   [junit4]   2> 346657 T426 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49397_
   [junit4]   2> 346675 T455 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 346675 T448 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 346675 T468 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 346677 T517 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 346677 T500 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 346677 T484 oascc.ZkStateReader$3.process Updating live nodes... (5)
   [junit4]   2> 346694 T518 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 346695 T518 oasc.ZkController.publish numShards not found o

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

]   2> 405793 T426 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 405794 T426 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty4/index [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty4/index;done=false>>]
   [junit4]   2> 405794 T426 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty4/index
   [junit4]   2> 405794 T426 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty4 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty4;done=false>>]
   [junit4]   2> 405795 T426 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-1384102695303/jetty4
   [junit4]   2> 405795 T426 oasc.SolrCore.close [collection1_shard1_1_replica2]  CLOSING SolrCore org.apache.solr.core.SolrCore@15c5816b
   [junit4]   2> 405805 T426 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=3,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=34,cumulative_deletesById=18,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 405806 T426 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 405806 T426 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 405807 T426 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 405811 T426 oasc.SolrCore.closeSearcher [collection1_shard1_1_replica2] Closing main searcher on request.
   [junit4]   2> 405811 T426 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 405812 T426 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/collection1_shard1_1_replica2/data [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/collection1_shard1_1_replica2/data;done=false>>]
   [junit4]   2> 405812 T426 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/collection1_shard1_1_replica2/data
   [junit4]   2> 405813 T426 oasc.CachingDirectoryFactory.closeCacheValue looking to close ./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/collection1_shard1_1_replica2/data/index.20131110165908192 [CachedDir<<refCount=0;path=./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/collection1_shard1_1_replica2/data/index.20131110165908192;done=false>>]
   [junit4]   2> 405813 T426 oasc.CachingDirectoryFactory.close Closing directory: ./org.apache.solr.cloud.ShardSplitTest-jetty4-1384102717957/collection1_shard1_1_replica2/data/index.20131110165908192
   [junit4]   2> 405813 T561 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 405817 T517 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 405818 T428 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14242f3118d000c, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:220)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:744)
   [junit4]   2> 
   [junit4]   2> 405822 T550 oascc.ZkStateReader$3.process Updating live nodes... (0)
   [junit4]   2> 405834 T426 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/,null}
   [junit4]   2> 405917 T426 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 405925 T426 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49380 49380
   [junit4]   2> 406153 T550 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@8b55819 name:ZooKeeperConnection Watcher:127.0.0.1:49380/solr got event WatchedEvent state:Disconnected type:None path:null path:null type:None
   [junit4]   2> 406154 T550 oascc.ConnectionManager.process Client->ZooKeeper status change trigger but we are already closed
   [junit4]   2> 406154 T426 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 49383
   [junit4]   2> !!!! WARNING: best effort to remove /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-1384102695303 FAILED !!!!!
   [junit4]   2> 406158 T426 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 406159 T426 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49380 49380
   [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/90708554239770627-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:49383_",
   [junit4]   1>            "base_url":"http://127.0.0.1:49383"}
   [junit4]   1>   /solr/overseer_elect (2)
   [junit4]   1>    /solr/overseer_elect/election (5)
   [junit4]   1>     /solr/overseer_elect/election/90708554239770630-127.0.0.1:49387_-n_0000000001 (0)
   [junit4]   1>     /solr/overseer_elect/election/90708554239770634-127.0.0.1:49393_-n_0000000003 (0)
   [junit4]   1>     /solr/overseer_elect/election/90708554239770627-127.0.0.1:49383_-n_0000000000 (0)
   [junit4]   1>     /solr/overseer_elect/election/90708554239770636-127.0.0.1:49397_-n_0000000004 (0)
   [junit4]   1>     /solr/overseer_elect/election/90708554239770632-127.0.0.1:49390_-n_0000000002 (0)
   [junit4]   1>    /solr/overseer_elect/leader (0)
   [junit4]   1>    DATA:
   [junit4]   1>        {"id":"90708554239770627-127.0.0.1:49383_-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=2DD98CA0752E9142 -Dtests.slow=true -Dtests.locale=ja_JP_JP_#u-ca-japanese -Dtests.timezone=Etc/Zulu -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 83.8s | ShardSplitTest.testDistribSearch <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Wrong doc count on shard1_0 expected:<140> but was:<78>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([2DD98CA0752E9142:AC3F02B80271F17E]: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> 406194 T426 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 83807 T425 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene46: {id=Lucene41(blocksize=128), _version_=PostingsFormat(name=Memory doPackFST= false), n_ti=PostingsFormat(name=Memory doPackFST= false)}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=crazy): {}, locale=ja_JP_JP_#u-ca-japanese, timezone=Etc/Zulu
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=2,threads=3,free=66981384,total=161472512
   [junit4]   2> NOTE: All tests run in this JVM: [ReturnFieldsTest, TestFieldResource, TestOmitPositions, DocValuesMultiTest, QueryParsingTest, TestFastLRUCache, TestMergePolicyConfig, AlternateDirectoryTest, ClusterStateTest, BadCopyFieldTest, HdfsSyncSliceTest, FastVectorHighlighterTest, StatsComponentTest, BasicZkTest, TestLuceneMatchVersion, TestElisionMultitermQuery, TestFastWriter, DOMUtilTest, BasicDistributedZkTest, SOLR749Test, ShardSplitTest]
   [junit4] Completed in 84.12s, 1 test, 1 failure <<< FAILURES!

[...truncated 969 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:421: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:401: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:471: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1271: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:907: There were test failures: 334 suites, 1470 tests, 1 failure, 40 ignored (5 assumptions)

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