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/10/25 15:56:03 UTC

[JENKINS] Lucene-Solr-4.x-MacOSX (64bit/jdk1.6.0) - Build # 921 - Still Failing!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-4.x-MacOSX/921/
Java: 64bit/jdk1.6.0 -XX:-UseCompressedOops -XX:+UseParallelGC

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:51970/gyy/c

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: http://127.0.0.1:51970/gyy/c
	at __randomizedtesting.SeedInfo.seed([E10AFFB256B16159:60EC71AA21EE0165]: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.GeneratedMethodAccessor56.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	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:695)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.read(SocketInputStream.java:129)
	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 10033 lines...]
   [junit4] Suite: org.apache.solr.cloud.ShardSplitTest
   [junit4]   2> 2437671 T7733 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /gyy/c
   [junit4]   2> 2437676 T7733 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./solrtest-ShardSplitTest-1382708863337
   [junit4]   2> 2437678 T7733 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 2437679 T7734 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 2437780 T7733 oasc.ZkTestServer.run start zk server on port:51963
   [junit4]   2> 2437782 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2437791 T7740 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7548a701 name:ZooKeeperConnection Watcher:127.0.0.1:51963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2437791 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2437792 T7733 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2437811 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2437814 T7742 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5ff498b3 name:ZooKeeperConnection Watcher:127.0.0.1:51963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2437815 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2437815 T7733 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 2437825 T7733 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 2437835 T7733 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 2437844 T7733 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 2437854 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 2437855 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2437872 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 2437873 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 2437886 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2437887 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2437898 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 2437900 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2437917 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 2437918 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2437931 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 2437932 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 2437949 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2437950 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2437968 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2437970 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2437987 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2437990 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2438008 T7733 oasc.AbstractZkTestCase.putConfig put /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 2438009 T7733 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2438365 T7733 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2438374 T7733 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51966
   [junit4]   2> 2438375 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2438376 T7733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2438377 T7733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691
   [junit4]   2> 2438377 T7733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/'
   [junit4]   2> 2438400 T7733 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/solr.xml
   [junit4]   2> 2438444 T7733 oasc.CoreContainer.<init> New CoreContainer 1429422147
   [junit4]   2> 2438445 T7733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/]
   [junit4]   2> 2438446 T7733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2438446 T7733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2438447 T7733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2438447 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2438447 T7733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2438448 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2438448 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2438448 T7733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2438449 T7733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2438453 T7733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2438454 T7733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2438454 T7733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51963/solr
   [junit4]   2> 2438455 T7733 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2438458 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438462 T7753 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@17c01a68 name:ZooKeeperConnection Watcher:127.0.0.1:51963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438463 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2438469 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2438472 T7755 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@70af6c77 name:ZooKeeperConnection Watcher:127.0.0.1:51963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2438473 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2438476 T7733 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 2438488 T7733 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 2438498 T7733 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2438504 T7733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51966_gyy%2Fc
   [junit4]   2> 2438507 T7733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51966_gyy%2Fc
   [junit4]   2> 2438518 T7733 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 2438540 T7733 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 2438552 T7733 oasc.Overseer.start Overseer (id=90617208068177923-127.0.0.1:51966_gyy%2Fc-n_0000000000) starting
   [junit4]   2> 2438572 T7733 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 2438597 T7757 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 2438602 T7733 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 2438620 T7733 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 2438633 T7733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2438659 T7756 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 2438667 T7758 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2438667 T7758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2438672 T7758 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2440179 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2440181 T7756 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:51966/gyy/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51966_gyy%2Fc",
   [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":"core_node1"}
   [junit4]   2> 2440182 T7756 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 2440182 T7756 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2440195 T7755 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> 2440675 T7758 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2440675 T7758 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/collection1
   [junit4]   2> 2440676 T7758 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 2440679 T7758 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2440679 T7758 oasc.ZkController.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 2440682 T7758 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/collection1/'
   [junit4]   2> 2440683 T7758 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/collection1/lib/classes/' to classloader
   [junit4]   2> 2440684 T7758 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/collection1/lib/README' to classloader
   [junit4]   2> 2440750 T7758 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2440783 T7758 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2440788 T7758 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2440796 T7758 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2441108 T7758 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2441111 T7758 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2441112 T7758 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2441118 T7758 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2441194 T7758 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2441195 T7758 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-controljetty-1382708863691/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1382708863337/control/data/
   [junit4]   2> 2441195 T7758 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8c1e4d5
   [junit4]   2> 2441196 T7758 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/control/data
   [junit4]   2> 2441196 T7758 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1382708863337/control/data/index/
   [junit4]   2> 2441196 T7758 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1382708863337/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2441197 T7758 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/control/data/index
   [junit4]   2> 2441197 T7758 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.1015625, floorSegmentMB=2.1572265625, forceMergeDeletesPctAllowed=16.17010053851841, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22325816197491513
   [junit4]   2> 2441198 T7758 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dea3ffb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31947d0c),segFN=segments_1,generation=1}
   [junit4]   2> 2441198 T7758 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2441201 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2441202 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2441202 T7758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2441202 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2441202 T7758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2441203 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2441203 T7758 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2441203 T7758 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2441204 T7758 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2441204 T7758 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2441205 T7758 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2441205 T7758 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2441205 T7758 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2441206 T7758 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2441206 T7758 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2441211 T7758 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2441216 T7758 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2441216 T7758 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2441217 T7758 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.757858140210295]
   [junit4]   2> 2441218 T7758 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@1dea3ffb lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@31947d0c),segFN=segments_1,generation=1}
   [junit4]   2> 2441218 T7758 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2441219 T7758 oass.SolrIndexSearcher.<init> Opening Searcher@7eb7902 main
   [junit4]   2> 2441223 T7759 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7eb7902 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2441224 T7758 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2441224 T7758 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51966/gyy/c collection:control_collection shard:shard1
   [junit4]   2> 2441227 T7758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2441249 T7758 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2441257 T7758 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2441257 T7758 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2441258 T7758 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51966/gyy/c/collection1/
   [junit4]   2> 2441258 T7758 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2441258 T7758 oasc.SyncStrategy.syncToMe http://127.0.0.1:51966/gyy/c/collection1/ has no replicas
   [junit4]   2> 2441258 T7758 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51966/gyy/c/collection1/ shard1
   [junit4]   2> 2441259 T7758 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2441718 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2441771 T7755 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> 2441843 T7758 oasc.ZkController.register We are http://127.0.0.1:51966/gyy/c/collection1/ and leader is http://127.0.0.1:51966/gyy/c/collection1/
   [junit4]   2> 2441844 T7758 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51966/gyy/c
   [junit4]   2> 2441845 T7758 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2441845 T7758 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2441846 T7758 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2441855 T7758 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2441861 T7733 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2441862 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2441867 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2441874 T7762 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5c1f4ac7 name:ZooKeeperConnection Watcher:127.0.0.1:51963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2441875 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2441882 T7733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2441899 T7733 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:true cause connection loss:true
   [junit4]   2> 2442205 T7733 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2442209 T7733 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51970
   [junit4]   2> 2442212 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2442212 T7733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2442213 T7733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560
   [junit4]   2> 2442213 T7733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/'
   [junit4]   2> 2442238 T7733 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/solr.xml
   [junit4]   2> 2442272 T7733 oasc.CoreContainer.<init> New CoreContainer 870748559
   [junit4]   2> 2442272 T7733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/]
   [junit4]   2> 2442273 T7733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2442274 T7733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2442274 T7733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2442274 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2442275 T7733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2442275 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2442275 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2442276 T7733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2442276 T7733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2442280 T7733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2442280 T7733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2442280 T7733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51963/solr
   [junit4]   2> 2442281 T7733 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2442282 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2442286 T7773 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@665e5de7 name:ZooKeeperConnection Watcher:127.0.0.1:51963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2442286 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2442292 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2442296 T7775 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@420fde1b name:ZooKeeperConnection Watcher:127.0.0.1:51963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2442297 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2442309 T7733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2443314 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2443317 T7756 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:51966/gyy/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51966_gyy%2Fc",
   [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> 2443321 T7733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51970_gyy%2Fc
   [junit4]   2> 2443327 T7733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51970_gyy%2Fc
   [junit4]   2> 2443339 T7775 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> 2443339 T7762 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> 2443340 T7755 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> 2443348 T7762 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2443351 T7775 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2443357 T7755 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 2443368 T7776 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2443368 T7776 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2443370 T7776 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2444871 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2444875 T7756 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:51970/gyy/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51970_gyy%2Fc",
   [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":"core_node1"}
   [junit4]   2> 2444875 T7756 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2]
   [junit4]   2> 2444876 T7756 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2444901 T7755 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> 2444901 T7775 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> 2444902 T7762 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> 2445374 T7776 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2445375 T7776 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/collection1
   [junit4]   2> 2445375 T7776 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2445380 T7776 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2445381 T7776 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2445388 T7776 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/collection1/'
   [junit4]   2> 2445390 T7776 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/collection1/lib/classes/' to classloader
   [junit4]   2> 2445392 T7776 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/collection1/lib/README' to classloader
   [junit4]   2> 2445475 T7776 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2445505 T7776 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2445510 T7776 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2445518 T7776 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2445824 T7776 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2445826 T7776 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2445828 T7776 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2445834 T7776 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2445928 T7776 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2445928 T7776 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty1-1382708867560/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty1/
   [junit4]   2> 2445929 T7776 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8c1e4d5
   [junit4]   2> 2445930 T7776 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty1
   [junit4]   2> 2445930 T7776 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty1/index/
   [junit4]   2> 2445930 T7776 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 2445931 T7776 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty1/index
   [junit4]   2> 2445932 T7776 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.1015625, floorSegmentMB=2.1572265625, forceMergeDeletesPctAllowed=16.17010053851841, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22325816197491513
   [junit4]   2> 2445933 T7776 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7510e275 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d8e373e),segFN=segments_1,generation=1}
   [junit4]   2> 2445934 T7776 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2445940 T7776 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2445941 T7776 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2445942 T7776 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2445942 T7776 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2445942 T7776 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2445943 T7776 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2445944 T7776 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2445944 T7776 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2445945 T7776 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2445946 T7776 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2445947 T7776 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2445948 T7776 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2445948 T7776 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2445949 T7776 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2445950 T7776 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2445958 T7776 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2445961 T7776 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2445961 T7776 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2445962 T7776 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.757858140210295]
   [junit4]   2> 2445963 T7776 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@7510e275 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@2d8e373e),segFN=segments_1,generation=1}
   [junit4]   2> 2445963 T7776 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2445963 T7776 oass.SolrIndexSearcher.<init> Opening Searcher@3f171e8d main
   [junit4]   2> 2446586 T7777 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f171e8d main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2446587 T7776 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2446587 T7776 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51970/gyy/c collection:collection1 shard:shard1
   [junit4]   2> 2446592 T7776 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 2446641 T7776 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 2446656 T7776 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2446656 T7776 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2446657 T7776 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51970/gyy/c/collection1/
   [junit4]   2> 2446657 T7776 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2446658 T7776 oasc.SyncStrategy.syncToMe http://127.0.0.1:51970/gyy/c/collection1/ has no replicas
   [junit4]   2> 2446658 T7776 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51970/gyy/c/collection1/ shard1
   [junit4]   2> 2446660 T7776 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 2448100 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2448158 T7755 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> 2448159 T7775 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> 2448167 T7762 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> 2448201 T7776 oasc.ZkController.register We are http://127.0.0.1:51970/gyy/c/collection1/ and leader is http://127.0.0.1:51970/gyy/c/collection1/
   [junit4]   2> 2448201 T7776 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51970/gyy/c
   [junit4]   2> 2448202 T7776 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2448202 T7776 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2448203 T7776 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2448208 T7776 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2448212 T7733 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2448212 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2448513 T7733 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2448518 T7733 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51973
   [junit4]   2> 2448521 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2448522 T7733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2448522 T7733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873
   [junit4]   2> 2448522 T7733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/'
   [junit4]   2> 2448550 T7733 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/solr.xml
   [junit4]   2> 2448595 T7733 oasc.CoreContainer.<init> New CoreContainer 1389335892
   [junit4]   2> 2448596 T7733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/]
   [junit4]   2> 2448597 T7733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2448597 T7733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2448597 T7733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2448598 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2448598 T7733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2448599 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2448599 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2448599 T7733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2448600 T7733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2448603 T7733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2448604 T7733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2448604 T7733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51963/solr
   [junit4]   2> 2448604 T7733 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2448606 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2448610 T7789 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3a54e845 name:ZooKeeperConnection Watcher:127.0.0.1:51963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2448611 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2448617 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2448620 T7791 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@77bb4df9 name:ZooKeeperConnection Watcher:127.0.0.1:51963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2448620 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2448633 T7733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2449645 T7733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51973_gyy%2Fc
   [junit4]   2> 2449650 T7733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51973_gyy%2Fc
   [junit4]   2> 2449674 T7762 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2449675 T7755 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2449677 T7775 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2449677 T7791 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 2449690 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2449692 T7756 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:51970/gyy/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51970_gyy%2Fc",
   [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> 2449699 T7792 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2449700 T7792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2449703 T7792 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2449705 T7756 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:51973/gyy/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51973_gyy%2Fc",
   [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":"core_node2"}
   [junit4]   2> 2449705 T7756 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 2449705 T7756 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 2449716 T7775 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> 2449716 T7755 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> 2449716 T7762 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> 2449728 T7791 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> 2450704 T7792 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2450705 T7792 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/collection1
   [junit4]   2> 2450705 T7792 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2450709 T7792 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2450709 T7792 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2450715 T7792 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/collection1/'
   [junit4]   2> 2450717 T7792 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/collection1/lib/classes/' to classloader
   [junit4]   2> 2450718 T7792 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/collection1/lib/README' to classloader
   [junit4]   2> 2450780 T7792 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2450826 T7792 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2450829 T7792 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2450840 T7792 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2451145 T7792 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2451147 T7792 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2451149 T7792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2451155 T7792 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2451281 T7792 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2451283 T7792 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.ShardSplitTest-jetty2-1382708873873/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty2/
   [junit4]   2> 2451284 T7792 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8c1e4d5
   [junit4]   2> 2451287 T7792 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty2
   [junit4]   2> 2451287 T7792 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty2/index/
   [junit4]   2> 2451288 T7792 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 2451289 T7792 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty2/index
   [junit4]   2> 2451290 T7792 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.1015625, floorSegmentMB=2.1572265625, forceMergeDeletesPctAllowed=16.17010053851841, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22325816197491513
   [junit4]   2> 2451293 T7792 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5a4be33d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bd61791),segFN=segments_1,generation=1}
   [junit4]   2> 2451294 T7792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2451300 T7792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2451300 T7792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2451301 T7792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2451301 T7792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2451301 T7792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2451301 T7792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2451302 T7792 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2451302 T7792 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2451302 T7792 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2451303 T7792 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2451303 T7792 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2451303 T7792 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2451305 T7792 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2451305 T7792 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2451305 T7792 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2451311 T7792 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2451315 T7792 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2451315 T7792 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2451316 T7792 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.757858140210295]
   [junit4]   2> 2451317 T7792 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@5a4be33d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1bd61791),segFN=segments_1,generation=1}
   [junit4]   2> 2451317 T7792 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2451317 T7792 oass.SolrIndexSearcher.<init> Opening Searcher@184c6174 main
   [junit4]   2> 2451324 T7793 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@184c6174 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2451326 T7792 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2451326 T7792 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51973/gyy/c collection:collection1 shard:shard2
   [junit4]   2> 2451329 T7792 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2451359 T7792 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 2451368 T7792 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 2451368 T7792 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> 2451369 T7792 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:51973/gyy/c/collection1/
   [junit4]   2> 2451369 T7792 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 2451369 T7792 oasc.SyncStrategy.syncToMe http://127.0.0.1:51973/gyy/c/collection1/ has no replicas
   [junit4]   2> 2451369 T7792 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:51973/gyy/c/collection1/ shard2
   [junit4]   2> 2451370 T7792 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 2452765 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2452819 T7755 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> 2452820 T7762 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> 2452821 T7775 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> 2452823 T7791 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> 2452880 T7792 oasc.ZkController.register We are http://127.0.0.1:51973/gyy/c/collection1/ and leader is http://127.0.0.1:51973/gyy/c/collection1/
   [junit4]   2> 2452880 T7792 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51973/gyy/c
   [junit4]   2> 2452881 T7792 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 2452881 T7792 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 2452882 T7792 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2452889 T7792 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2452895 T7733 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2452896 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2453220 T7733 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2453225 T7733 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51976
   [junit4]   2> 2453228 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2453229 T7733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2453229 T7733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558
   [junit4]   2> 2453229 T7733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/'
   [junit4]   2> 2453254 T7733 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/solr.xml
   [junit4]   2> 2453301 T7733 oasc.CoreContainer.<init> New CoreContainer 1554358988
   [junit4]   2> 2453302 T7733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/]
   [junit4]   2> 2453303 T7733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2453304 T7733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2453304 T7733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2453304 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2453305 T7733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2453305 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2453305 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2453305 T7733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2453306 T7733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2453309 T7733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2453309 T7733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2453310 T7733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51963/solr
   [junit4]   2> 2453310 T7733 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2453312 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2453317 T7805 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e632e98 name:ZooKeeperConnection Watcher:127.0.0.1:51963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2453318 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2453323 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2453327 T7807 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76d05d6d name:ZooKeeperConnection Watcher:127.0.0.1:51963/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2453328 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2453341 T7733 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 2454354 T7733 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51976_gyy%2Fc
   [junit4]   2> 2454356 T7733 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:51976_gyy%2Fc
   [junit4]   2> 2454368 T7775 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2454371 T7791 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2454373 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2454373 T7807 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2454374 T7762 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2454377 T7756 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:51973/gyy/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51973_gyy%2Fc",
   [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> 2454394 T7791 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> 2454395 T7762 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> 2454396 T7808 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 2454397 T7808 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2454397 T7807 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> 2454396 T7775 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> 2454402 T7808 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 2454410 T7755 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 2454410 T7755 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> 2455925 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2455929 T7756 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:51976/gyy/c",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:51976_gyy%2Fc",
   [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":"core_node3"}
   [junit4]   2> 2455930 T7756 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=2
   [junit4]   2> 2455930 T7756 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 2455956 T7807 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> 2455957 T7755 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> 2455957 T7775 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> 2455958 T7762 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> 2455958 T7791 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> 2456405 T7808 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2456405 T7808 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/collection1
   [junit4]   2> 2456406 T7808 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 2456410 T7808 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 2456410 T7808 oasc.ZkController.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 2456417 T7808 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/collection1/'
   [junit4]   2> 2456420 T7808 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/collection1/lib/classes/' to classloader
   [junit4]   2> 2456421 T7808 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/collection1/lib/README' to classloader
   [junit4]   2> 2456475 T7808 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_46
   [junit4]   2> 2456521 T7808 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2456525 T7808 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 2456538 T7808 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 2456901 T7808 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 2456903 T7808 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2456904 T7808 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2456912 T7808 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 2456998 T7808 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2456998 T7808 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty3-1382708878558/collection1/, dataDir=./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty3/
   [junit4]   2> 2456998 T7808 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@8c1e4d5
   [junit4]   2> 2456999 T7808 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty3
   [junit4]   2> 2457000 T7808 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty3/index/
   [junit4]   2> 2457000 T7808 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty3/index' doesn't exist. Creating new index...
   [junit4]   2> 2457000 T7808 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.ShardSplitTest-1382708863337/jetty3/index
   [junit4]   2> 2457001 T7808 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=35, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=5.1015625, floorSegmentMB=2.1572265625, forceMergeDeletesPctAllowed=16.17010053851841, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.22325816197491513
   [junit4]   2> 2457002 T7808 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@50908119 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@46f93667),segFN=segments_1,generation=1}
   [junit4]   2> 2457002 T7808 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2457005 T7808 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2457006 T7808 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2457007 T7808 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2457007 T7808 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2457007 T7808 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2457007 T7808 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2457008 T7808 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2457008 T7808 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2457009 T7808 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2457009 T7808 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 2457010 T7808 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 2457010 T7808 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 2457010 T7808 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 2457011 T7808 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 2457011 T7808 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 2457017 T7808 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2457021 T7808 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 2457021 T7808 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 2457022 T7808 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.757858140210295]
   [junit4]   2> 2457023 T7808 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.RAMDirectory@50908119 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@46f93667),segFN=segments_1,generation=1}
   [junit4]   2> 2457023 T7808 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 2457023 T7808 oass.SolrIndexSearcher.<init> Opening Searcher@64e173d2 main
   [junit4]   2> 2457030 T7809 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@64e173d2 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 2457033 T7808 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 2457033 T7808 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:51976/gyy/c collection:collection1 shard:shard1
   [junit4]   2> 2457043 T7808 oasc.ZkController.register We are http://127.0.0.1:51976/gyy/c/collection1/ and leader is http://127.0.0.1:51970/gyy/c/collection1/
   [junit4]   2> 2457044 T7808 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:51976/gyy/c
   [junit4]   2> 2457044 T7808 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 2457044 T7808 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C2194 name=collection1 org.apache.solr.core.SolrCore@43c507da url=http://127.0.0.1:51976/gyy/c/collection1 node=127.0.0.1:51976_gyy%2Fc C2194_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:51976/gyy/c, core=collection1, node_name=127.0.0.1:51976_gyy%2Fc}
   [junit4]   2> 2457046 T7810 C2194 P51976 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 2457046 T7810 C2194 P51976 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 2457046 T7810 C2194 P51976 oasc.ZkController.publish publishing core=collection1 state=recovering
   [junit4]   2> 2457046 T7810 C2194 P51976 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 2457047 T7808 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2457052 T7733 oass.SolrDispatchFilter.init user.dir=/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2457053 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 2457053 T7771 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node3, state: recovering, checkLive: true, onlyIfLeader: true
   [junit4]   2> 2457342 T7733 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2457346 T7733 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:51980
   [junit4]   2> 2457350 T7733 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 2457351 T7733 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2457351 T7733 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1382708882715
   [junit4]   2> 2457352 T7733 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1382708882715/'
   [junit4]   2> 2457394 T7733 oasc.ConfigSolr.fromFile Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1382708882715/solr.xml
   [junit4]   2> 2457452 T7733 oasc.CoreContainer.<init> New CoreContainer 745440566
   [junit4]   2> 2457453 T7733 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build/solr-core/test/J0/./org.apache.solr.cloud.ShardSplitTest-jetty4-1382708882715/]
   [junit4]   2> 2457454 T7733 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 120000
   [junit4]   2> 2457455 T7733 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 2457456 T7733 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 2457456 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2457457 T7733 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 2457457 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2457458 T7733 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 2457459 T7733 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 2457460 T7733 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 2457469 T7733 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2457470 T7733 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2457472 T7733 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:51963/solr
   [junit4]   2> 2457473 T7733 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 2457476 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2457480 T7822 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@bebb304 name:ZooKeeperConnection Watcher:127.0.0.1:51963 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2457480 T7733 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 2457489 T7733 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 2457497 T7756 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 2457499 T7756 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=2 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"ht

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

ponseParser.java:92)
   [junit4]    > 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:61)
   [junit4]    > 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:254)
   [junit4]    > 	at org.apache.http.impl.AbstractHttpClientConnection.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> 2773407 T7733 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> 335744 T7732 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> 2773587 T7807 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 2774693 T7824 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene40, sim=DefaultSimilarity, locale=ar_LY, timezone=America/Vancouver
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Apple Inc. 1.6.0_65 (64-bit)/cpus=2,threads=1,free=152864760,total=447610880
   [junit4]   2> NOTE: All tests run in this JVM: [TestCoreDiscovery, TestNRTOpen, TestSolrXmlPersistor, TestWriterPerf, TestValueSourceCache, AnalysisAfterCoreReloadTest, BadComponentTest, TestSuggestSpellingConverter, IndexSchemaTest, TestAnalyzeInfixSuggestions, TestSerializedLuceneMatchVersion, TestSolrXmlPersistence, IndexBasedSpellCheckerTest, SuggesterWFSTTest, CircularListTest, TestSort, RAMDirectoryFactoryTest, TestFieldCollectionResource, TestQueryTypes, ShowFileRequestHandlerTest, TestSolrDeletionPolicy1, TestRandomMergePolicy, SampleTest, TestFieldResource, TestFaceting, QueryEqualityTest, BasicDistributedZk2Test, BasicDistributedZkTest, MinimalSchemaTest, HighlighterTest, MultiTermTest, TestFieldTypeCollectionResource, CustomCollectionTest, CollectionsAPIDistributedZkTest, SuggesterTSTTest, ZkControllerTest, DocumentAnalysisRequestHandlerTest, BlockCacheTest, TestRemoteStreaming, TestNonNRTOpen, UnloadDistributedZkTest, ConvertedLegacyTest, SpatialFilterTest, TestOmitPositions, EchoParamsTest, CacheHeaderTest, OutputWriterTest, TestFieldTypeResource, TestCollationKeyRangeQueries, QueryParsingTest, NotRequiredUniqueKeyTest, ShardRoutingTest, InfoHandlerTest, DocValuesMissingTest, BinaryUpdateRequestHandlerTest, TestJmxIntegration, TestPHPSerializedResponseWriter, ClusterStateUpdateTest, TestMaxScoreQueryParser, TestSweetSpotSimilarityFactory, UUIDFieldTest, TestRTGBase, TestAddFieldRealTimeGet, DistributedSpellCheckComponentTest, DateMathParserTest, TestLMDirichletSimilarityFactory, TestIndexingPerformance, PrimitiveFieldTypeTest, TestDefaultSearchFieldResource, XmlUpdateRequestHandlerTest, DefaultValueUpdateProcessorTest, BasicFunctionalityTest, SimpleFacetsTest, DocValuesMultiTest, TestUtils, TestReloadAndDeleteDocs, MoreLikeThisHandlerTest, TestRandomDVFaceting, FastVectorHighlighterTest, SpellCheckComponentTest, DistanceFunctionTest, UpdateRequestProcessorFactoryTest, TestLRUCache, TestManagedSchema, LegacyHTMLStripCharFilterTest, RequestHandlersTest, TestClassNameShortening, DirectSolrSpellCheckerTest, TestConfig, TestJmxMonitoredMap, UniqFieldsUpdateProcessorFactoryTest, TestDistributedGrouping, TestLFUCache, IndexSchemaRuntimeFieldTest, SpellingQueryConverterTest, TestAnalyzedSuggestions, TestDynamicFieldResource, RegexBoostProcessorTest, TestReplicationHandler, TestRealTimeGet, TestQuerySenderListener, ShardRoutingCustomTest, ExternalFileFieldSortTest, TestFuzzyAnalyzedSuggestions, DirectUpdateHandlerOptimizeTest, TestStressRecovery, FileUtilsTest, CoreMergeIndexesAdminHandlerTest, DisMaxRequestHandlerTest, TestSchemaResource, HardAutoCommitTest, ResourceLoaderTest, NoCacheHeaderTest, FieldAnalysisRequestHandlerTest, TestSolrXMLSerializer, SuggesterFSTTest, SortByFunctionTest, TestCodecSupport, TestBinaryField, TestMergePolicyConfig, TestRandomFaceting, DocumentBuilderTest, TestLuceneMatchVersion, ClusterStateTest, TestPartialUpdateDeduplication, TestPostingsSolrHighlighter, TestFastOutputStream, TestSolrQueryParserDefaultOperatorResource, AutoCommitTest, SoftAutoCommitTest, TestDocSet, SignatureUpdateProcessorFactoryTest, HighlighterConfigTest, HdfsUnloadDistributedZkTest, TestSolrXml, TestElisionMultitermQuery, TermsComponentTest, TestRecoveryHdfs, TermVectorComponentTest, TestCollapseQParserPlugin, TestShardHandlerFactory, SolrIndexSplitterTest, SuggesterTest, CurrencyFieldXmlFileTest, QueryElevationComponentTest, TestSolrJ, TestPerFieldSimilarity, QueryResultKeyTest, HdfsBasicDistributedZk2Test, TestStressVersions, ZkCLITest, URLClassifyProcessorTest, PeerSyncTest, StandardRequestHandlerTest, HdfsDirectoryTest, ParsingFieldUpdateProcessorsTest, TestFunctionQuery, TestNoOpRegenerator, ChaosMonkeySafeLeaderTest, SyncSliceTest, OpenCloseCoreStressTest, OverseerTest, LeaderElectionIntegrationTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, LeaderElectionTest, ZkSolrClientTest, TestZkChroot, SliceStateUpdateTest, TestDistributedSearch, TestRecovery, TestHashPartitioner, TermVectorComponentDistributedTest, TestStressReorder, TestJoin, TestMultiCoreConfBootstrap, TestReload, DistributedTermsComponentTest, TestRangeQuery, TestCoreContainer, TestSolr4Spatial, SolrCoreTest, StatsComponentTest, TestGroupingSearch, SolrCmdDistributorTest, BadIndexSchemaTest, TestFiltering, TestLazyCores, DirectUpdateHandlerTest, TestBadConfig, OverseerCollectionProcessorTest, TestIndexSearcher, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, SimplePostToolTest, TestExtendedDismaxParser, SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest, TestStressLucene, TestTrie, TestCSVLoader, PolyFieldTest, WordBreakSolrSpellCheckerTest, SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest, TestPseudoReturnFields, TestUpdate, FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, TestWordDelimiterFilterFactory, StatelessScriptUpdateProcessorFactoryTest, SolrInfoMBeanTest, XsltUpdateRequestHandlerTest, DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, TestQueryUtils, TestReversedWildcardFilterFactory, FileBasedSpellCheckerTest, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, TestSolrQueryParser, TestArbitraryIndexDir, LoggingHandlerTest, SolrPluginUtilsTest, TestCollationField, ReturnFieldsTest, JSONWriterTest, TestCSVResponseWriter, MBeansHandlerTest, JsonLoaderTest, PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, SearchHandlerTest, CoreContainerCoreInitFailuresTest, TestBinaryResponseWriter, SOLR749Test, UpdateParamsTest, AlternateDirectoryTest, TestSolrIndexConfig, TestQuerySenderNoQuery, CopyFieldTest, ResponseLogComponentTest, SolrIndexConfigTest, TestSolrDeletionPolicy2, TestSearchPerf, NumericFieldsTest, TestSolrCoreProperties, DirectSolrConnectionTest, TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters, SynonymTokenizerTest, TestXIncludeConfig, TestDFRSimilarityFactory, TestNumberUtils, TestLMJelinekMercerSimilarityFactory, TestIBSimilarityFactory, TestBM25SimilarityFactory, TestDefaultSimilarityFactory, TestFastWriter, TimeZoneUtilsTest, ScriptEngineTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, TestSystemIdResolver, PrimUtilsTest, DateFieldTest, DOMUtilTest, TestDocumentBuilder, ZkNodePropsTest, SliceStateTest, SystemInfoHandlerTest, SolrTestCaseJ4Test, AliasIntegrationTest, AssignTest, DeleteShardTest, ShardSplitTest]
   [junit4] Completed in 337.29s, 1 test, 1 error <<< FAILURES!

[...truncated 96 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:428: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:408: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/build.xml:39: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/build.xml:189: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/solr/common-build.xml:483: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:1263: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-4.x-MacOSX/lucene/common-build.xml:906: There were test failures: 328 suites, 1455 tests, 1 error, 40 ignored (5 assumptions)

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