You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/07/11 21:45:44 UTC

[JENKINS] Lucene-Solr-NightlyTests-4.x - Build # 576 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-4.x/576/

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

Error Message:
Error executing query

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Error executing query
	at __randomizedtesting.SeedInfo.seed([25E75026909E2899:A401DE3EE7C148A5]:0)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:100)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:223)
	at org.apache.solr.cloud.CloudInspectUtil.compareResults(CloudInspectUtil.java:165)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:415)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:145)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:865)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	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:65)
	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:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	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:65)
	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:365)
	at java.lang.Thread.run(Thread.java:745)
Caused by: org.apache.http.ParseException: Invalid content type: 
	at org.apache.http.entity.ContentType.parse(ContentType.java:233)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.executeMethod(HttpSolrServer.java:500)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:210)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:206)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	... 47 more




Build Log:
[...truncated 11667 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/init-core-data-001
   [junit4]   2> 445478 T6844 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 445484 T6844 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 445485 T6844 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 445486 T6845 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 445585 T6844 oasc.ZkTestServer.run start zk server on port:42480
   [junit4]   2> 445586 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 445590 T6851 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66985cbb name:ZooKeeperConnection Watcher:127.0.0.1:42480 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 445591 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 445591 T6844 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 445595 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 445596 T6853 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@4507a2a0 name:ZooKeeperConnection Watcher:127.0.0.1:42480/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 445596 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 445597 T6844 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 445599 T6844 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 445601 T6844 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 445603 T6844 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 445605 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 445606 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 445609 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 445610 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 445612 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 445613 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 445615 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 445616 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 445618 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 445618 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 445621 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 445621 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 445623 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 445624 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 445626 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 445627 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 445629 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 445630 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 445632 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 445632 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 445635 T6844 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 445635 T6844 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 446675 T6844 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 446679 T6844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42483
   [junit4]   2> 446679 T6844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 446679 T6844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 446679 T6844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002
   [junit4]   2> 446680 T6844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/'
   [junit4]   2> 446709 T6844 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/solr.xml
   [junit4]   2> 446762 T6844 oasc.CoreContainer.<init> New CoreContainer 930952847
   [junit4]   2> 446763 T6844 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/]
   [junit4]   2> 446764 T6844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 446764 T6844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 446764 T6844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 446764 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 446765 T6844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 446765 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 446765 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 446765 T6844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 446766 T6844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 446766 T6844 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 446766 T6844 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 446767 T6844 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 446767 T6844 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42480/solr
   [junit4]   2> 446767 T6844 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 446768 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 446769 T6864 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7d8902be name:ZooKeeperConnection Watcher:127.0.0.1:42480 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 446770 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 446772 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 446773 T6866 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2d730d11 name:ZooKeeperConnection Watcher:127.0.0.1:42480/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 446773 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 446774 T6844 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 446776 T6844 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 446778 T6844 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 446780 T6844 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 446782 T6844 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 446784 T6844 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 446785 T6844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42483_
   [junit4]   2> 446786 T6844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42483_
   [junit4]   2> 446788 T6844 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 446789 T6844 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 446792 T6844 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:42483_
   [junit4]   2> 446792 T6844 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 446793 T6844 oasc.Overseer.start Overseer (id=92084873099345923-127.0.0.1:42483_-n_0000000000) starting
   [junit4]   2> 446795 T6844 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 446801 T6868 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 446802 T6844 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 446803 T6844 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 446805 T6844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 446806 T6867 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 446810 T6869 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 446810 T6869 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 446811 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 446811 T6869 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 446812 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 446812 T6867 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:42483",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42483_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 446812 T6867 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 446813 T6867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 446814 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 446815 T6866 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> 447811 T6869 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 447812 T6869 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 447813 T6869 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 447813 T6869 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 447814 T6869 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 447814 T6869 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/collection1/'
   [junit4]   2> 447816 T6869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 447817 T6869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 447817 T6869 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 447878 T6869 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 447940 T6869 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 447941 T6869 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 447951 T6869 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 448326 T6869 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 448329 T6869 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 448331 T6869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 448336 T6869 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 448357 T6869 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 448358 T6869 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 448358 T6869 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-002/collection1/, dataDir=./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/control/data/
   [junit4]   2> 448358 T6869 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@331372c6
   [junit4]   2> 448359 T6869 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/control/data
   [junit4]   2> 448359 T6869 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/control/data/index/
   [junit4]   2> 448359 T6869 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 448360 T6869 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/control/data/index
   [junit4]   2> 448361 T6869 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@270757f1
   [junit4]   2> 448362 T6869 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@61305f5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@531ea33b; maxCacheMB=0.17578125 maxMergeSizeMB=0.3193359375)),segFN=segments_1,generation=1}
   [junit4]   2> 448362 T6869 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 448366 T6869 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 448366 T6869 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 448367 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 448367 T6869 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 448367 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 448367 T6869 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 448368 T6869 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 448368 T6869 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 448368 T6869 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 448369 T6869 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 448369 T6869 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 448369 T6869 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 448370 T6869 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 448370 T6869 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 448371 T6869 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 448371 T6869 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 448390 T6869 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 448395 T6869 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 448395 T6869 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 448396 T6869 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3742418129856617]
   [junit4]   2> 448396 T6869 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@61305f5c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@531ea33b; maxCacheMB=0.17578125 maxMergeSizeMB=0.3193359375)),segFN=segments_1,generation=1}
   [junit4]   2> 448397 T6869 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 448397 T6869 oass.SolrIndexSearcher.<init> Opening Searcher@7b32a07c[collection1] main
   [junit4]   2> 448397 T6869 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 448398 T6869 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 448398 T6869 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 448399 T6869 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 448399 T6869 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 448399 T6869 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 448400 T6869 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 448400 T6869 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 448400 T6869 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 448401 T6869 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 448403 T6870 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@7b32a07c[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 448404 T6869 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 448405 T6873 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42483 collection:control_collection shard:shard1
   [junit4]   2> 448406 T6844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 448406 T6844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 448406 T6873 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 448407 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 448409 T6875 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@397a0709 name:ZooKeeperConnection Watcher:127.0.0.1:42480/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 448409 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 448411 T6844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 448412 T6873 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 448413 T6844 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 448414 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 448414 T6873 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 448414 T6873 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C305 name=collection1 org.apache.solr.core.SolrCore@726ebf5f url=http://127.0.0.1:42483/collection1 node=127.0.0.1:42483_ C305_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:42483, core=collection1, node_name=127.0.0.1:42483_}
   [junit4]   2> 448415 T6873 C305 P42483 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42483/collection1/
   [junit4]   2> 448415 T6873 C305 P42483 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 448415 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 448415 T6873 C305 P42483 oasc.SyncStrategy.syncToMe http://127.0.0.1:42483/collection1/ has no replicas
   [junit4]   2> 448416 T6873 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42483/collection1/ shard1
   [junit4]   2> 448416 T6873 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 448417 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 448418 T6866 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> 448418 T6875 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> 448422 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 448424 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 448525 T6866 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> 448525 T6875 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> 448574 T6873 oasc.ZkController.register We are http://127.0.0.1:42483/collection1/ and leader is http://127.0.0.1:42483/collection1/
   [junit4]   2> 448575 T6873 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42483
   [junit4]   2> 448575 T6873 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 448575 T6873 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 448575 T6873 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 448577 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 448577 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 448577 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 448577 T6873 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 448578 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 448579 T6867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42483",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42483_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 448581 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 448682 T6866 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> 448682 T6875 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> 449511 T6844 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 449512 T6844 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 449514 T6844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42487
   [junit4]   2> 449515 T6844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 449515 T6844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 449515 T6844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003
   [junit4]   2> 449516 T6844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/'
   [junit4]   2> 449544 T6844 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/solr.xml
   [junit4]   2> 449594 T6844 oasc.CoreContainer.<init> New CoreContainer 96185152
   [junit4]   2> 449594 T6844 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/]
   [junit4]   2> 449595 T6844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 449595 T6844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 449596 T6844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 449596 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 449596 T6844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 449596 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 449597 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 449597 T6844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 449597 T6844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 449598 T6844 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 449598 T6844 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 449598 T6844 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 449598 T6844 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42480/solr
   [junit4]   2> 449599 T6844 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 449599 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 449601 T6886 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@63e7f9b0 name:ZooKeeperConnection Watcher:127.0.0.1:42480 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449601 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 449603 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 449604 T6888 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@596d310e name:ZooKeeperConnection Watcher:127.0.0.1:42480/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 449605 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 449610 T6844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 450613 T6844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42487_
   [junit4]   2> 450614 T6844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42487_
   [junit4]   2> 450617 T6875 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 450617 T6866 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 450617 T6888 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 450625 T6889 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 450625 T6889 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 450626 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 450626 T6889 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 450626 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 450626 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 450628 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 450628 T6867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42487",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42487_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 450629 T6867 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 450629 T6867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 450631 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 450631 T6888 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> 450631 T6875 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> 450631 T6866 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> 451626 T6889 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 451627 T6889 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 451627 T6889 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 451627 T6889 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 451628 T6889 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 451629 T6889 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/collection1/'
   [junit4]   2> 451630 T6889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 451631 T6889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 451631 T6889 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 451692 T6889 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 451736 T6889 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 451737 T6889 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 451747 T6889 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 452126 T6889 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 452129 T6889 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 452131 T6889 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 452136 T6889 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 452158 T6889 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 452158 T6889 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 452158 T6889 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-003/collection1/, dataDir=./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty1/
   [junit4]   2> 452159 T6889 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@331372c6
   [junit4]   2> 452160 T6889 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty1
   [junit4]   2> 452160 T6889 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty1/index/
   [junit4]   2> 452160 T6889 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 452161 T6889 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty1/index
   [junit4]   2> 452161 T6889 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@8ac3f5d
   [junit4]   2> 452162 T6889 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@37751dbd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6473f71d; maxCacheMB=0.17578125 maxMergeSizeMB=0.3193359375)),segFN=segments_1,generation=1}
   [junit4]   2> 452163 T6889 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 452168 T6889 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 452168 T6889 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 452168 T6889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 452169 T6889 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 452169 T6889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 452169 T6889 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 452170 T6889 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 452170 T6889 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 452170 T6889 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 452171 T6889 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 452171 T6889 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 452172 T6889 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 452172 T6889 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 452172 T6889 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 452173 T6889 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 452173 T6889 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 452192 T6889 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 452197 T6889 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 452197 T6889 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 452198 T6889 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3742418129856617]
   [junit4]   2> 452198 T6889 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@37751dbd lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@6473f71d; maxCacheMB=0.17578125 maxMergeSizeMB=0.3193359375)),segFN=segments_1,generation=1}
   [junit4]   2> 452199 T6889 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 452199 T6889 oass.SolrIndexSearcher.<init> Opening Searcher@5ec3bd4b[collection1] main
   [junit4]   2> 452199 T6889 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 452200 T6889 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 452200 T6889 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 452201 T6889 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 452201 T6889 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 452201 T6889 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 452202 T6889 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 452202 T6889 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 452203 T6889 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 452203 T6889 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 452207 T6890 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@5ec3bd4b[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 452210 T6889 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 452211 T6893 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42487 collection:collection1 shard:shard1
   [junit4]   2> 452211 T6844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 452211 T6844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 452213 T6893 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 452219 T6893 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 452221 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 452222 T6893 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 452222 T6893 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C306 name=collection1 org.apache.solr.core.SolrCore@2bb5c8e2 url=http://127.0.0.1:42487/collection1 node=127.0.0.1:42487_ C306_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:42487, core=collection1, node_name=127.0.0.1:42487_}
   [junit4]   2> 452222 T6893 C306 P42487 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42487/collection1/
   [junit4]   2> 452222 T6893 C306 P42487 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 452222 T6893 C306 P42487 oasc.SyncStrategy.syncToMe http://127.0.0.1:42487/collection1/ has no replicas
   [junit4]   2> 452223 T6893 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42487/collection1/ shard1
   [junit4]   2> 452223 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 452223 T6893 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 452225 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 452226 T6866 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> 452226 T6888 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> 452226 T6875 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> 452229 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 452231 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 452332 T6866 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> 452332 T6888 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> 452332 T6875 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> 452380 T6893 oasc.ZkController.register We are http://127.0.0.1:42487/collection1/ and leader is http://127.0.0.1:42487/collection1/
   [junit4]   2> 452381 T6893 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42487
   [junit4]   2> 452381 T6893 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 452381 T6893 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 452381 T6893 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 452383 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 452383 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 452383 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 452383 T6893 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 452384 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 452385 T6867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42487",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42487_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 452387 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 452489 T6875 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> 452489 T6888 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> 452489 T6866 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> 453207 T6844 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 453208 T6844 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 453211 T6844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42508
   [junit4]   2> 453211 T6844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 453211 T6844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 453212 T6844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004
   [junit4]   2> 453212 T6844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/'
   [junit4]   2> 453241 T6844 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/solr.xml
   [junit4]   2> 453291 T6844 oasc.CoreContainer.<init> New CoreContainer 273635963
   [junit4]   2> 453291 T6844 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/]
   [junit4]   2> 453292 T6844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 453292 T6844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 453293 T6844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 453293 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 453293 T6844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 453293 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 453294 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 453294 T6844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 453294 T6844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 453295 T6844 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 453295 T6844 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 453295 T6844 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 453295 T6844 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42480/solr
   [junit4]   2> 453296 T6844 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 453296 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 453298 T6904 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49bd499a name:ZooKeeperConnection Watcher:127.0.0.1:42480 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 453299 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 453301 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 453302 T6906 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@159a9e0e name:ZooKeeperConnection Watcher:127.0.0.1:42480/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 453303 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 453309 T6844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 454312 T6844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42508_
   [junit4]   2> 454313 T6844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42508_
   [junit4]   2> 454316 T6875 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 454316 T6888 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 454316 T6866 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 454316 T6906 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 454323 T6907 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 454323 T6907 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 454324 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454324 T6907 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 454324 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454325 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454326 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 454326 T6867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42508",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42508_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 454327 T6867 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 454327 T6867 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 454329 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 454329 T6888 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> 454329 T6906 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> 454329 T6866 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> 454329 T6875 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> 455325 T6907 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 455326 T6907 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 455326 T6907 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 455327 T6907 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 455328 T6907 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 455328 T6907 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/collection1/'
   [junit4]   2> 455330 T6907 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 455331 T6907 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 455331 T6907 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 455392 T6907 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_4_10
   [junit4]   2> 455447 T6907 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 455448 T6907 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 455458 T6907 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 455843 T6907 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 455846 T6907 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 455848 T6907 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 455853 T6907 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 455874 T6907 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 455874 T6907 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 455875 T6907 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-004/collection1/, dataDir=./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty2/
   [junit4]   2> 455875 T6907 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@331372c6
   [junit4]   2> 455877 T6907 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty2
   [junit4]   2> 455877 T6907 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty2/index/
   [junit4]   2> 455877 T6907 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 455878 T6907 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-001/jetty2/index
   [junit4]   2> 455878 T6907 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.MockRandomMergePolicy: org.apache.lucene.index.MockRandomMergePolicy@69a782da
   [junit4]   2> 455879 T6907 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@6dfefc16 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@747fec66; maxCacheMB=0.17578125 maxMergeSizeMB=0.3193359375)),segFN=segments_1,generation=1}
   [junit4]   2> 455879 T6907 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 455884 T6907 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 455885 T6907 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 455885 T6907 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 455885 T6907 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 455885 T6907 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 455886 T6907 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 455886 T6907 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 455886 T6907 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 455887 T6907 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 455887 T6907 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 455888 T6907 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 455888 T6907 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 455888 T6907 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 455889 T6907 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 455889 T6907 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 455890 T6907 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 455909 T6907 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 455913 T6907 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 455914 T6907 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 455914 T6907 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=21, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.3742418129856617]
   [junit4]   2> 455915 T6907 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(NRTCachingDirectory(RAMDirectory@6dfefc16 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@747fec66; maxCacheMB=0.17578125 maxMergeSizeMB=0.3193359375)),segFN=segments_1,generation=1}
   [junit4]   2> 455915 T6907 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 455916 T6907 oass.SolrIndexSearcher.<init> Opening Searcher@6cd22fd7[collection1] main
   [junit4]   2> 455916 T6907 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 455917 T6907 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 455917 T6907 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 455918 T6907 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 455918 T6907 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 455918 T6907 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 455919 T6907 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 455919 T6907 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 455919 T6907 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 455919 T6907 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 455923 T6908 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6cd22fd7[collection1] main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 455926 T6907 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 455927 T6911 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:42508 collection:collection1 shard:shard3
   [junit4]   2> 455927 T6844 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1
   [junit4]   2> 455927 T6844 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 455927 T6911 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 455932 T6911 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 455934 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 455934 T6911 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 455934 T6911 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C307 name=collection1 org.apache.solr.core.SolrCore@3ddd82fa url=http://127.0.0.1:42508/collection1 node=127.0.0.1:42508_ C307_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:42508, core=collection1, node_name=127.0.0.1:42508_}
   [junit4]   2> 455934 T6911 C307 P42508 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:42508/collection1/
   [junit4]   2> 455935 T6911 C307 P42508 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 455935 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 455935 T6911 C307 P42508 oasc.SyncStrategy.syncToMe http://127.0.0.1:42508/collection1/ has no replicas
   [junit4]   2> 455935 T6911 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:42508/collection1/ shard3
   [junit4]   2> 455936 T6911 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 455937 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 455938 T6866 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> 455938 T6875 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> 455938 T6906 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> 455938 T6888 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> 455941 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 455943 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 456045 T6888 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> 456045 T6866 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> 456045 T6875 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> 456045 T6906 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> 456093 T6911 oasc.ZkController.register We are http://127.0.0.1:42508/collection1/ and leader is http://127.0.0.1:42508/collection1/
   [junit4]   2> 456094 T6911 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:42508
   [junit4]   2> 456094 T6911 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 456094 T6911 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 456094 T6911 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 456096 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 456096 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 456096 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 456096 T6911 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 456097 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 456098 T6867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42508",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42508_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 456100 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 456201 T6866 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> 456201 T6888 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> 456201 T6906 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> 456201 T6875 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> 457024 T6844 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 457025 T6844 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 457027 T6844 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:42511
   [junit4]   2> 457028 T6844 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 457028 T6844 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 457028 T6844 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-005
   [junit4]   2> 457029 T6844 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-005/'
   [junit4]   2> 457057 T6844 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-005/solr.xml
   [junit4]   2> 457108 T6844 oasc.CoreContainer.<init> New CoreContainer 209053985
   [junit4]   2> 457108 T6844 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001/tempDir-005/]
   [junit4]   2> 457109 T6844 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 457109 T6844 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 457109 T6844 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 457110 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 457110 T6844 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 457110 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 457110 T6844 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 457110 T6844 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 457111 T6844 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 457111 T6844 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 457111 T6844 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 457112 T6844 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 457112 T6844 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:42480/solr
   [junit4]   2> 457112 T6844 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 457113 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 457114 T6922 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@111c7beb name:ZooKeeperConnection Watcher:127.0.0.1:42480 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 457115 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 457117 T6844 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 457118 T6924 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ce1524f name:ZooKeeperConnection Watcher:127.0.0.1:42480/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 457118 T6844 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 457124 T6844 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 458127 T6844 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42511_
   [junit4]   2> 458128 T6844 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:42511_
   [junit4]   2> 458131 T6875 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 458131 T6888 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 458131 T6924 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 458131 T6906 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 458131 T6866 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 458139 T6925 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 458139 T6925 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 458140 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 458140 T6925 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 458140 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 458140 T6866 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 458141 T6867 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 458142 T6867 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=3 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:42511",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:42511_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",


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

	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 567886 T6962 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection2/leader_elect/shard2/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 567887 T6983 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection2/leader_elect/shard3/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 567888 T6962 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/collection2/leader_elect/shard7/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 567888 T6983 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 567889 T6962 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:358)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build/solr-core/test/J1/./solr.cloud.FullSolrCloudDistribCmdsTest-25E75026909E2899-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene49), sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=fi, timezone=Hongkong
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_60 (64-bit)/cpus=16,threads=1,free=224667608,total=426770432
   [junit4]   2> NOTE: All tests run in this JVM: [TermVectorComponentDistributedTest, CustomCollectionTest, DistributedQueryComponentCustomSortTest, SuggestComponentTest, UniqFieldsUpdateProcessorFactoryTest, ConnectionManagerTest, SchemaVersionSpecificBehaviorTest, HighlighterMaxOffsetTest, UpdateRequestProcessorFactoryTest, TestSchemaVersionResource, HardAutoCommitTest, BasicZkTest, TestSolrQueryParserResource, TestDocBasedVersionConstraints, TestWriterPerf, SolrCoreTest, OverseerStatusTest, TestSolrQueryParserDefaultOperatorResource, ChangedSchemaMergeTest, EnumFieldTest, TestSystemIdResolver, LegacyHTMLStripCharFilterTest, TestReloadAndDeleteDocs, FullSolrCloudDistribCmdsTest]
   [junit4] Completed on J1 in 123.44s, 1 test, 1 error <<< FAILURES!

[...truncated 1162 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:474: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/build.xml:45: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:1299: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-4.x/lucene/common-build.xml:923: There were test failures: 407 suites, 1660 tests, 1 error, 49 ignored (7 assumptions)

Total time: 221 minutes 17 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-NightlyTests-4.x #575
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 619587189 bytes
Compression is 0.0%
Took 1 min 41 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure