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/17 06:18:33 UTC

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

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

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

Error Message:
Timeout occured while waiting response from server at: http://127.0.0.1:51861/_z/g

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:51861/_z/g
	at __randomizedtesting.SeedInfo.seed([FC9D23D72CA02B38:7D7BADCF5BFF4B04]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:472)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:181)
	at org.apache.solr.cloud.ShardSplitTest.splitShard(ShardSplitTest.java:537)
	at org.apache.solr.cloud.ShardSplitTest.incompleteOrOverlappingCustomRangeTest(ShardSplitTest.java:147)
	at org.apache.solr.cloud.ShardSplitTest.doTest(ShardSplitTest.java:112)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:835)
	at sun.reflect.GeneratedMethodAccessor48.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:744)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:152)
	at java.net.SocketInputStream.read(SocketInputStream.java:122)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:166)
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:90)
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:281)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:92)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:61)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:366)
	... 44 more




Build Log:
[...truncated 10833 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 3409599 T9008 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /_z/g
   [junit4]   2> 3409609 T9008 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/./solrtest-ShardSplitTest-1384664998236
   [junit4]   2> 3409611 T9008 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 3409612 T9009 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 3409713 T9008 oasc.ZkTestServer.run start zk server on port:51854
   [junit4]   2> 3409716 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3409732 T9015 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@322e7b48 name:ZooKeeperConnection Watcher:127.0.0.1:51854 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3409732 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3409733 T9008 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 3409746 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3409752 T9017 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@349b8ed6 name:ZooKeeperConnection Watcher:127.0.0.1:51854/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3409753 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3409754 T9008 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 3409761 T9008 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 3409768 T9008 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 3409775 T9008 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 3409783 T9008 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> 3409784 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 3409795 T9008 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> 3409796 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 3409804 T9008 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> 3409805 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 3409812 T9008 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> 3409813 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 3409821 T9008 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> 3409821 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 3409829 T9008 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> 3409829 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 3409837 T9008 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> 3409838 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 3409846 T9008 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> 3409847 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 3409854 T9008 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> 3409855 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 3409862 T9008 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> 3409863 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 3409871 T9008 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> 3409872 T9008 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 3410208 T9008 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3410216 T9008 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51857
   [junit4]   2> 3410218 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3410218 T9008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3410219 T9008 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508
   [junit4]   2> 3410220 T9008 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508/'
   [junit4]   2> 3410256 T9008 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-1384664998508/solr.xml
   [junit4]   2> 3410366 T9008 oasc.CoreContainer.<init> New CoreContainer 1678371508
   [junit4]   2> 3410366 T9008 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508/]
   [junit4]   2> 3410368 T9008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3410368 T9008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3410369 T9008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3410369 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3410370 T9008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3410370 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3410371 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3410371 T9008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3410371 T9008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3410376 T9008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3410376 T9008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3410376 T9008 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3410377 T9008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51854/solr
   [junit4]   2> 3410377 T9008 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3410379 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3410383 T9028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@85bdfe0 name:ZooKeeperConnection Watcher:127.0.0.1:51854 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3410384 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3410391 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3410396 T9030 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@671f681 name:ZooKeeperConnection Watcher:127.0.0.1:51854/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3410396 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3410400 T9008 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 3410410 T9008 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 3410420 T9008 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 3410426 T9008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51857__z%2Fg
   [junit4]   2> 3410428 T9008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51857__z%2Fg
   [junit4]   2> 3410436 T9008 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 3410450 T9008 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 3410456 T9008 oasc.Overseer.start Overseer (id=90745405324984323-127.0.0.1:51857__z%2Fg-n_0000000000) starting
   [junit4]   2> 3410465 T9008 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 3410476 T9032 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 3410479 T9008 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 3410485 T9008 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 3410491 T9008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3410500 T9031 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 3410511 T9033 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 3410511 T9033 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3410514 T9033 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3412013 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3412016 T9031 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:51857/_z/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51857__z%2Fg",
   [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> 3412016 T9031 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 3412016 T9031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3412026 T9030 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> 3412518 T9033 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3412519 T9033 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508/collection1
   [junit4]   2> 3412519 T9033 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 3412521 T9033 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3412521 T9033 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 3412524 T9033 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508/collection1/'
   [junit4]   2> 3412527 T9033 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508/collection1/lib/classes/' to classloader
   [junit4]   2> 3412528 T9033 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508/collection1/lib/README' to classloader
   [junit4]   2> 3412618 T9033 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3412686 T9033 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3412690 T9033 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3412703 T9033 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3413312 T9033 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3413317 T9033 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3413319 T9033 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3413326 T9033 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3413389 T9033 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3413390 T9033 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-controljetty-1384664998508/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384664998235/control/data/
   [junit4]   2> 3413390 T9033 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@722bfe37
   [junit4]   2> 3413391 T9033 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/control/data
   [junit4]   2> 3413391 T9033 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384664998235/control/data/index/
   [junit4]   2> 3413391 T9033 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384664998235/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 3413392 T9033 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/control/data/index
   [junit4]   2> 3413392 T9033 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=45.724609375, floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=13.178855764953841, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3413393 T9033 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@60e7228d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b266cbd),segFN=segments_1,generation=1}
   [junit4]   2> 3413394 T9033 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3413397 T9033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3413398 T9033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3413398 T9033 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3413399 T9033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3413399 T9033 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3413399 T9033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3413400 T9033 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3413400 T9033 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3413400 T9033 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3413401 T9033 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3413402 T9033 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3413402 T9033 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3413402 T9033 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3413403 T9033 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3413403 T9033 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3413404 T9033 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3413413 T9033 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3413418 T9033 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3413419 T9033 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3413419 T9033 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3413420 T9033 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@60e7228d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4b266cbd),segFN=segments_1,generation=1}
   [junit4]   2> 3413420 T9033 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3413421 T9033 oass.SolrIndexSearcher.<init> Opening Searcher@3f7bd762 main
   [junit4]   2> 3413424 T9034 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f7bd762 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3413425 T9033 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3413425 T9033 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51857/_z/g collection:control_collection shard:shard1
   [junit4]   2> 3413428 T9033 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 3413446 T9033 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3413452 T9033 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3413453 T9033 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 3413453 T9033 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51857/_z/g/collection1/
   [junit4]   2> 3413454 T9033 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3413454 T9033 oasc.SyncStrategy.syncToMe http://127.0.0.1:51857/_z/g/collection1/ has no replicas
   [junit4]   2> 3413454 T9033 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51857/_z/g/collection1/ shard1
   [junit4]   2> 3413454 T9033 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 3413539 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3413562 T9030 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> 3413575 T9033 oasc.ZkController.register We are http://127.0.0.1:51857/_z/g/collection1/ and leader is http://127.0.0.1:51857/_z/g/collection1/
   [junit4]   2> 3413575 T9033 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51857/_z/g
   [junit4]   2> 3413576 T9033 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3413576 T9033 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 3413576 T9033 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3413580 T9033 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3413583 T9008 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3413583 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3413588 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3413593 T9037 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@24a79b20 name:ZooKeeperConnection Watcher:127.0.0.1:51854/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3413594 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3413597 T9008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3413605 T9008 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 3413975 T9008 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3413980 T9008 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51861
   [junit4]   2> 3413980 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3413981 T9008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3413981 T9008 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-1384665002232
   [junit4]   2> 3413981 T9008 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-1384665002232/'
   [junit4]   2> 3414015 T9008 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-1384665002232/solr.xml
   [junit4]   2> 3414082 T9008 oasc.CoreContainer.<init> New CoreContainer 1728173204
   [junit4]   2> 3414082 T9008 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-1384665002232/]
   [junit4]   2> 3414083 T9008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3414084 T9008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3414084 T9008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3414084 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3414085 T9008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3414086 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3414086 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3414086 T9008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3414087 T9008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3414091 T9008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3414091 T9008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3414091 T9008 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3414092 T9008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51854/solr
   [junit4]   2> 3414092 T9008 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3414094 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3414098 T9048 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4f01d09a name:ZooKeeperConnection Watcher:127.0.0.1:51854 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3414099 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3414105 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3414109 T9050 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4d4f133c name:ZooKeeperConnection Watcher:127.0.0.1:51854/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3414110 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3414122 T9008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3415082 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3415084 T9031 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:51857/_z/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51857__z%2Fg",
   [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> 3415095 T9037 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> 3415096 T9050 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> 3415096 T9030 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> 3415133 T9008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51861__z%2Fg
   [junit4]   2> 3415136 T9008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51861__z%2Fg
   [junit4]   2> 3415144 T9050 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3415145 T9030 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3415146 T9037 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 3415162 T9051 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 3415163 T9051 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3415166 T9051 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3416610 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3416611 T9031 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:51861/_z/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51861__z%2Fg",
   [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> 3416611 T9031 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 3416612 T9031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3416622 T9037 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> 3416622 T9030 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> 3416622 T9050 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> 3417169 T9051 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3417169 T9051 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-1384665002232/collection1
   [junit4]   2> 3417169 T9051 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3417171 T9051 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3417172 T9051 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3417175 T9051 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-1384665002232/collection1/'
   [junit4]   2> 3417177 T9051 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1384665002232/collection1/lib/classes/' to classloader
   [junit4]   2> 3417177 T9051 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1384665002232/collection1/lib/README' to classloader
   [junit4]   2> 3417255 T9051 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3417310 T9051 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3417314 T9051 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3417323 T9051 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3417896 T9051 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3417900 T9051 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3417902 T9051 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3417909 T9051 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3417974 T9051 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3417974 T9051 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-1384665002232/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty1/
   [junit4]   2> 3417975 T9051 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@722bfe37
   [junit4]   2> 3417975 T9051 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty1
   [junit4]   2> 3417975 T9051 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty1/index/
   [junit4]   2> 3417976 T9051 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 3417976 T9051 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty1/index
   [junit4]   2> 3417977 T9051 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=45.724609375, floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=13.178855764953841, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3417978 T9051 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f6dfdde lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4027fbab),segFN=segments_1,generation=1}
   [junit4]   2> 3417978 T9051 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3417983 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3417983 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3417984 T9051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3417984 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3417984 T9051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3417985 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3417985 T9051 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3417986 T9051 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3417986 T9051 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3417986 T9051 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3417987 T9051 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3417988 T9051 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3417988 T9051 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3417988 T9051 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3417989 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3417990 T9051 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3417999 T9051 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3418003 T9051 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3418003 T9051 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3418004 T9051 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3418005 T9051 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@f6dfdde lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4027fbab),segFN=segments_1,generation=1}
   [junit4]   2> 3418005 T9051 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3418006 T9051 oass.SolrIndexSearcher.<init> Opening Searcher@dbae4d8 main
   [junit4]   2> 3418014 T9052 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@dbae4d8 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3418017 T9051 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3418017 T9051 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51861/_z/g collection:collection1 shard:shard1
   [junit4]   2> 3418019 T9051 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 3418038 T9051 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 3418046 T9051 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3418046 T9051 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 3418047 T9051 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51861/_z/g/collection1/
   [junit4]   2> 3418047 T9051 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3418047 T9051 oasc.SyncStrategy.syncToMe http://127.0.0.1:51861/_z/g/collection1/ has no replicas
   [junit4]   2> 3418047 T9051 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51861/_z/g/collection1/ shard1
   [junit4]   2> 3418048 T9051 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 3418134 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3418163 T9030 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> 3418164 T9037 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> 3418165 T9050 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> 3418168 T9051 oasc.ZkController.register We are http://127.0.0.1:51861/_z/g/collection1/ and leader is http://127.0.0.1:51861/_z/g/collection1/
   [junit4]   2> 3418169 T9051 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51861/_z/g
   [junit4]   2> 3418169 T9051 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3418170 T9051 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 3418170 T9051 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3418175 T9051 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3418178 T9008 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3418178 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3418508 T9008 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3418514 T9008 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51864
   [junit4]   2> 3418515 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3418515 T9008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3418516 T9008 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805
   [junit4]   2> 3418516 T9008 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805/'
   [junit4]   2> 3418548 T9008 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-jetty2-1384665006805/solr.xml
   [junit4]   2> 3418618 T9008 oasc.CoreContainer.<init> New CoreContainer 360618792
   [junit4]   2> 3418618 T9008 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805/]
   [junit4]   2> 3418620 T9008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3418620 T9008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3418620 T9008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3418621 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3418621 T9008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3418622 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3418622 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3418622 T9008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3418622 T9008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3418627 T9008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3418627 T9008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3418628 T9008 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3418628 T9008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51854/solr
   [junit4]   2> 3418628 T9008 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3418630 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3418635 T9064 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4266314e name:ZooKeeperConnection Watcher:127.0.0.1:51854 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3418636 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3418641 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3418646 T9066 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@278a2377 name:ZooKeeperConnection Watcher:127.0.0.1:51854/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3418647 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3418659 T9008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3419669 T9008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51864__z%2Fg
   [junit4]   2> 3419673 T9008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51864__z%2Fg
   [junit4]   2> 3419683 T9037 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3419683 T9050 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3419684 T9066 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3419684 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3419687 T9031 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:51861/_z/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51861__z%2Fg",
   [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> 3419699 T9037 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> 3419700 T9066 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> 3419701 T9067 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 3419702 T9067 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3419700 T9050 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> 3419706 T9067 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3419709 T9030 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 3419710 T9030 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> 3421215 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3421217 T9031 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:51864/_z/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51864__z%2Fg",
   [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> 3421218 T9031 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 3421218 T9031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 3421227 T9037 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> 3421227 T9050 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> 3421227 T9066 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> 3421228 T9030 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> 3421707 T9067 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3421708 T9067 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805/collection1
   [junit4]   2> 3421708 T9067 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3421710 T9067 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3421710 T9067 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3421713 T9067 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805/collection1/'
   [junit4]   2> 3421715 T9067 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805/collection1/lib/classes/' to classloader
   [junit4]   2> 3421716 T9067 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805/collection1/lib/README' to classloader
   [junit4]   2> 3421781 T9067 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3421855 T9067 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3421860 T9067 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3421868 T9067 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3422410 T9067 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3422414 T9067 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3422417 T9067 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3422424 T9067 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3422483 T9067 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3422483 T9067 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty2-1384665006805/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty2/
   [junit4]   2> 3422484 T9067 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@722bfe37
   [junit4]   2> 3422485 T9067 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty2
   [junit4]   2> 3422485 T9067 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty2/index/
   [junit4]   2> 3422486 T9067 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 3422487 T9067 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty2/index
   [junit4]   2> 3422487 T9067 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=45.724609375, floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=13.178855764953841, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3422489 T9067 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6b62be64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@493eb9be),segFN=segments_1,generation=1}
   [junit4]   2> 3422490 T9067 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3422497 T9067 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3422498 T9067 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3422498 T9067 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3422499 T9067 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3422500 T9067 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3422500 T9067 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3422501 T9067 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3422501 T9067 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3422502 T9067 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3422503 T9067 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3422504 T9067 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3422504 T9067 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3422504 T9067 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3422505 T9067 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3422505 T9067 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3422506 T9067 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3422515 T9067 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3422520 T9067 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3422520 T9067 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3422521 T9067 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3422521 T9067 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@6b62be64 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@493eb9be),segFN=segments_1,generation=1}
   [junit4]   2> 3422521 T9067 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3422522 T9067 oass.SolrIndexSearcher.<init> Opening Searcher@7e95527 main
   [junit4]   2> 3422528 T9068 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7e95527 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3422533 T9067 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3422534 T9067 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51864/_z/g collection:collection1 shard:shard2
   [junit4]   2> 3422537 T9067 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 3422559 T9067 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 3422567 T9067 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 3422568 T9067 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 3422568 T9067 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51864/_z/g/collection1/
   [junit4]   2> 3422569 T9067 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 3422569 T9067 oasc.SyncStrategy.syncToMe http://127.0.0.1:51864/_z/g/collection1/ has no replicas
   [junit4]   2> 3422569 T9067 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51864/_z/g/collection1/ shard2
   [junit4]   2> 3422570 T9067 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 3422745 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3422778 T9037 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> 3422778 T9030 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> 3422778 T9050 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> 3422778 T9066 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> 3422796 T9067 oasc.ZkController.register We are http://127.0.0.1:51864/_z/g/collection1/ and leader is http://127.0.0.1:51864/_z/g/collection1/
   [junit4]   2> 3422797 T9067 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51864/_z/g
   [junit4]   2> 3422797 T9067 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 3422797 T9067 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 3422797 T9067 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3422801 T9067 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3422804 T9008 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3422804 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3423170 T9008 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3423176 T9008 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51867
   [junit4]   2> 3423177 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3423177 T9008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3423178 T9008 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-jetty3-1384665011431
   [junit4]   2> 3423178 T9008 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-jetty3-1384665011431/'
   [junit4]   2> 3423221 T9008 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-jetty3-1384665011431/solr.xml
   [junit4]   2> 3423295 T9008 oasc.CoreContainer.<init> New CoreContainer 211163917
   [junit4]   2> 3423295 T9008 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-jetty3-1384665011431/]
   [junit4]   2> 3423297 T9008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3423297 T9008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3423297 T9008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3423298 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3423298 T9008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3423298 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3423298 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3423299 T9008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3423299 T9008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3423304 T9008 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 3423304 T9008 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 3423304 T9008 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 3423305 T9008 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51854/solr
   [junit4]   2> 3423305 T9008 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 3423307 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3423311 T9080 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@45374de8 name:ZooKeeperConnection Watcher:127.0.0.1:51854 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3423312 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3423320 T9008 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 3423324 T9082 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@302c2a65 name:ZooKeeperConnection Watcher:127.0.0.1:51854/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 3423325 T9008 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 3423335 T9008 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 3424296 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3424298 T9031 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:51864/_z/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51864__z%2Fg",
   [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> 3424312 T9082 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> 3424313 T9037 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> 3424313 T9050 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> 3424314 T9066 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> 3424319 T9030 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> 3424346 T9008 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51867__z%2Fg
   [junit4]   2> 3424349 T9008 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51867__z%2Fg
   [junit4]   2> 3424360 T9030 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3424361 T9037 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3424361 T9050 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3424360 T9082 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3424361 T9066 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 3424383 T9083 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 3424383 T9083 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3424386 T9083 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 3425834 T9031 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3425836 T9031 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:51867/_z/g",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51867__z%2Fg",
   [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> 3425836 T9031 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 3425837 T9031 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 3425848 T9037 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> 3425848 T9082 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> 3425848 T9050 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> 3425849 T9066 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> 3425848 T9030 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> 3426390 T9083 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 3426390 T9083 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-jetty3-1384665011431/collection1
   [junit4]   2> 3426391 T9083 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 3426392 T9083 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 3426393 T9083 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 3426396 T9083 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-jetty3-1384665011431/collection1/'
   [junit4]   2> 3426398 T9083 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1384665011431/collection1/lib/classes/' to classloader
   [junit4]   2> 3426399 T9083 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1384665011431/collection1/lib/README' to classloader
   [junit4]   2> 3426495 T9083 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 3426609 T9083 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 3426613 T9083 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 3426627 T9083 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 3427445 T9083 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 3427451 T9083 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 3427456 T9083 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3427465 T9083 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 3427552 T9083 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 3427553 T9083 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-jetty3-1384665011431/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty3/
   [junit4]   2> 3427553 T9083 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@722bfe37
   [junit4]   2> 3427554 T9083 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty3
   [junit4]   2> 3427555 T9083 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty3/index/
   [junit4]   2> 3427555 T9083 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 3427556 T9083 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1384664998235/jetty3/index
   [junit4]   2> 3427557 T9083 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=32, maxMergedSegmentMB=45.724609375, floorSegmentMB=1.486328125, forceMergeDeletesPctAllowed=13.178855764953841, segmentsPerTier=39.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 3427558 T9083 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@51557143 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ddfd0ba),segFN=segments_1,generation=1}
   [junit4]   2> 3427558 T9083 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3427566 T9083 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 3427567 T9083 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 3427567 T9083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 3427568 T9083 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3427568 T9083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 3427568 T9083 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 3427569 T9083 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3427570 T9083 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 3427570 T9083 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 3427572 T9083 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 3427573 T9083 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 3427573 T9083 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 3427574 T9083 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 3427576 T9083 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 3427577 T9083 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 3427578 T9083 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 3427592 T9083 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 3427599 T9083 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 3427600 T9083 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 3427601 T9083 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=16, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 3427602 T9083 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@51557143 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2ddfd0ba),segFN=segments_1,generation=1}
   [junit4]   2> 3427602 T9083 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 3427603 T9083 oass.SolrIndexSearcher.<init> Opening Searcher@62465fa9 main
   [junit4]   2> 3427609 T9084 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@62465fa9 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 3427613 T9083 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 3427613 T9083 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51867/_z/g collection:collection1 shard:shard1
   [junit4]   2> 3427623 T9083 oasc.ZkController.register We are http://127.0.0.1:51867/_z/g/collection1/ and leader is http://127.0.0.1:51861/_z/g/collection1/
   [junit4]   2> 3427623 T9083 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51867/_z/g
   [junit4]   2> 3427623 T9083 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 3427624 T9083 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C11118 name=collection1 org.apache.solr.core.SolrCore@1ab219bd url=http://127.0.0.1:51867/_z/g/collection1 node=127.0.0.1:51867__z%2Fg C11118_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:51867/_z/g, core=collection1, node_name=127.0.0.1:51867__z%2Fg}
   [junit4]   2> 3427628 T9085 C11118 P51867 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 3427629 T9085 C11118 P51867 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 3427629 T9083 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 3427629 T9085 C11118 P51867 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 3427630 T9085 C11118 P51867 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 3427632 T9008 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 3427633 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 3427637 T9043 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 3428083 T9008 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 3428088 T9008 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51871
   [junit4]   2> 3428089 T9008 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 3428090 T9008 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 3428091 T9008 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-jetty4-1384665016261
   [junit4]   2> 3428091 T9008 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-jetty4-1384665016261/'
   [junit4]   2> 3428134 T9008 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-jetty4-1384665016261/solr.xml
   [junit4]   2> 3428242 T9008 oasc.CoreContainer.<init> New CoreContainer 1948017657
   [junit4]   2> 3428243 T9008 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-jetty4-1384665016261/]
   [junit4]   2> 3428246 T9008 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 3428248 T9008 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 3428248 T9008 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 3428249 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 3428249 T9008 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 3428250 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 3428250 T9008 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 3428251 T9008 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 3428252 T9008 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 3428258 T9008 

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

nection.receiveResponseHeader(AbstractHttpClientConnection.java:289)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:252)
   [junit4]    > 	at org.apache.http.impl.conn.ManagedClientConnectionImpl.receiveResponseHeader(ManagedClientConnectionImpl.java:191)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:300)
   [junit4]    > 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:127)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:715)
   [junit4]    > 	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:520)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
   [junit4]    > 	at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:366)
   [junit4]    > 	... 44 more
   [junit4]   2> 3747437 T9008 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 337844 T9007 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> 3747640 T9082 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {}, docValues:{}, sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=ar_MA, timezone=Atlantic/Bermuda
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_45 (64-bit)/cpus=2,threads=2,free=150132952,total=519438336
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaNameResource, TestSearchPerf, TestCopyFieldCollectionResource, TestRangeQuery, DocValuesTest, MinimalSchemaTest, ResourceLoaderTest, JsonLoaderTest, TestReloadAndDeleteDocs, TestManagedSchema, DocValuesMissingTest, ChangedSchemaMergeTest, TestQueryTypes, TestFoldingMultitermQuery, HdfsChaosMonkeySafeLeaderTest, HdfsBasicDistributedZkTest, SignatureUpdateProcessorFactoryTest, TestElisionMultitermQuery, TestCloudManagedSchemaAddField, PrimUtilsTest, TestOmitPositions, TestDocumentBuilder, LukeRequestHandlerTest, TestDynamicFieldCollectionResource, XmlUpdateRequestHandlerTest, TestBadConfig, TestDFRSimilarityFactory, AssignTest, TestFieldResource, TestStressVersions, SampleTest, DistributedDebugComponentTest, TestStressUserVersions, TestPhraseSuggestions, TestZkChroot, BadComponentTest, TestIndexSearcher, MultiTermTest, TestSolrXmlPersistence, TestSchemaResource, TestLRUCache, TestSolrQueryParserDefaultOperatorResource, QueryParsingTest, TriLevelCompositeIdRoutingTest, HardAutoCommitTest, ClusterStateTest, TestCoreContainer, TestPerFieldSimilarity, StatsComponentTest, BasicDistributedZk2Test, PreAnalyzedFieldTest, TestIBSimilarityFactory, TestCloudManagedSchema, MigrateRouteKeyTest, TestUniqueKeyFieldResource, MoreLikeThisHandlerTest, TestStressRecovery, JSONWriterTest, SchemaVersionSpecificBehaviorTest, TestRandomMergePolicy, TestCollapseQParserPlugin, InfoHandlerTest, TestPostingsSolrHighlighter, TestRemoteStreaming, SolrRequestParserTest, HdfsDirectoryTest, ClusterStateUpdateTest, TestStressReorder, TestSchemaVersionResource, UpdateRequestProcessorFactoryTest, TestFastLRUCache, LoggingHandlerTest, ResponseLogComponentTest, AliasIntegrationTest, BasicDistributedZkTest, HdfsUnloadDistributedZkTest, TestPHPSerializedResponseWriter, QueryEqualityTest, OverseerTest, TestCoreDiscovery, TestSystemIdResolver, TestDistributedSearch, FieldAnalysisRequestHandlerTest, PingRequestHandlerTest, TestJoin, SolrTestCaseJ4Test, BJQParserTest, BadCopyFieldTest, BadIndexSchemaTest, TestMultiCoreConfBootstrap, TestStressLucene, ChaosMonkeySafeLeaderTest, TestManagedSchemaFieldResource, PathHierarchyTokenizerFactoryTest, TestCollationField, ZkControllerTest, TestNRTOpen, DocumentBuilderTest, SearchHandlerTest, TestDocBasedVersionConstraints, UniqFieldsUpdateProcessorFactoryTest, TestFastWriter, TermVectorComponentTest, TestAtomicUpdateErrorCases, SystemInfoHandlerTest, TestBinaryResponseWriter, CoreAdminHandlerTest, DocumentAnalysisRequestHandlerTest, TestSolrQueryParser, TestSimpleQParserPlugin, XsltUpdateRequestHandlerTest, HdfsLockFactoryTest, SolrCoreTest, TestSerializedLuceneMatchVersion, TestSuggestSpellingConverter, DistributedSpellCheckComponentTest, TestArbitraryIndexDir, CurrencyFieldOpenExchangeTest, HighlighterTest, SliceStateUpdateTest, TestRandomDVFaceting, ReturnFieldsTest, DefaultValueUpdateProcessorTest, TestSolrQueryParserResource, TestSolrCoreProperties, FileUtilsTest, TestFastOutputStream, TestDefaultSearchFieldResource, IndexBasedSpellCheckerTest, TestAnalyzedSuggestions, UnloadDistributedZkTest, TestNoOpRegenerator, HdfsSyncSliceTest, TestReversedWildcardFilterFactory, OpenCloseCoreStressTest, ParsingFieldUpdateProcessorsTest, RequestHandlersTest, TestSweetSpotSimilarityFactory, BasicZkTest, TestExtendedDismaxParser, HdfsRecoveryZkTest, CSVRequestHandlerTest, PrimitiveFieldTypeTest, CacheHeaderTest, SortByFunctionTest, AutoCommitTest, TestPartialUpdateDeduplication, TestSolrXMLSerializer, TestCharFilters, DistanceFunctionTest, DateFieldTest, TestRealTimeGet, CoreMergeIndexesAdminHandlerTest, RecoveryZkTest, SpellingQueryConverterTest, SOLR749Test, TestSort, TestXIncludeConfig, TestSolrIndexConfig, TestUtils, CollectionsAPIDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, ShardRoutingTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler, TestRandomFaceting, LeaderElectionTest, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest, TestDistributedGrouping, TestFaceting, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, TestReload, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial, SpellCheckComponentTest, TestGroupingSearch, SolrCmdDistributorTest, QueryElevationComponentTest, PeerSyncTest, ConvertedLegacyTest, TestFiltering, TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, DirectUpdateHandlerTest, OverseerCollectionProcessorTest, SoftAutoCommitTest, ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, SolrIndexSplitterTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, SpellCheckCollatorTest, SuggesterFSTTest, SuggesterTSTTest, SuggesterTest, TestTrie, SpatialFilterTest, SuggesterWFSTTest, TestCSVLoader, PolyFieldTest, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory, DirectUpdateHandlerOptimizeTest, StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, DebugComponentTest, TestSurroundQueryParser, DisMaxRequestHandlerTest, TestQueryUtils, StandardRequestHandlerTest, TestWriterPerf, DirectSolrSpellCheckerTest, FileBasedSpellCheckerTest, TermsComponentTest, TestValueSourceCache, TestIndexingPerformance, RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest, RegexBoostProcessorTest, SolrPluginUtilsTest, IndexSchemaTest, TestJmxIntegration, TestCSVResponseWriter, MBeansHandlerTest, BinaryUpdateRequestHandlerTest, TestComponentsName, CoreContainerCoreInitFailuresTest, TestLFUCache, HighlighterConfigTest, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, TestQuerySenderNoQuery, CopyFieldTest, SolrIndexConfigTest, TestMergePolicyConfig, TestSolrDeletionPolicy2, TestDocSet, TestBinaryField, NumericFieldsTest, TestConfig, OutputWriterTest, TestFuzzyAnalyzedSuggestions, ExternalFileFieldSortTest, DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, SpellPossibilityIteratorTest, TestCodecSupport, SynonymTokenizerTest, EchoParamsTest, TestNumberUtils, TestLMDirichletSimilarityFactory, TestLMJelinekMercerSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, LegacyHTMLStripCharFilterTest, TestJmxMonitoredMap, TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, URLClassifyProcessorTest, PluginInfoTest, DateMathParserTest, DOMUtilTest, RAMDirectoryFactoryTest, TestSolrJ, ZkNodePropsTest, SliceStateTest, UUIDFieldTest, CircularListTest, TestRTGBase, CustomCollectionTest, DeleteInactiveReplicaTest, DeleteReplicaTest, DeleteShardTest, ShardSplitTest]
   [junit4] Completed in 338.14s, 1 test, 1 error <<< FAILURES!

[...truncated 105 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:420: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:400: 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/extra-targets.xml:37: 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:489: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1272: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:908: There were test failures: 340 suites, 1492 tests, 1 error, 40 ignored (5 assumptions)

Total time: 96 minutes 18 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