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/02/01 02:46:28 UTC

[JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 507 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-trunk/507/

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([3A48962237AEF992:BBAE183A40F199AE]:0)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:98)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.compareResults(AbstractFullDistribZkTestBase.java:1254)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrServer(FullSolrCloudDistribCmdsTest.java:413)
	at org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.doTest(FullSolrCloudDistribCmdsTest.java:143)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:867)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1559)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.access$600(RandomizedRunner.java:79)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:773)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:787)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.TestRuleFieldCacheSanity$1.evaluate(TestRuleFieldCacheSanity.java:51)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:782)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:442)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:746)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:648)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:682)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:693)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:70)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:358)
	at java.lang.Thread.run(Thread.java:724)
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.request(HttpSolrServer.java:443)
	at org.apache.solr.client.solrj.impl.HttpSolrServer.request(HttpSolrServer.java:199)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:90)
	... 45 more




Build Log:
[...truncated 10438 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> 1903965 T4626 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 1903971 T4626 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./solrtest-FullSolrCloudDistribCmdsTest-1391217570397
   [junit4]   2> 1903973 T4626 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   2> 1903973 T4627 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 1904074 T4626 oasc.ZkTestServer.run start zk server on port:13995
   [junit4]   2> 1904075 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1904106 T4633 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6822460a name:ZooKeeperConnection Watcher:127.0.0.1:13995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1904106 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1904107 T4626 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 1904123 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1904125 T4635 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@29b8774c name:ZooKeeperConnection Watcher:127.0.0.1:13995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1904126 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1904126 T4626 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 1904137 T4626 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 1904140 T4626 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 1904142 T4626 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 1904151 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1904152 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1904165 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/schema15.xml to /configs/conf1/schema.xml
   [junit4]   2> 1904166 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 1904271 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1904272 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1904283 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1904284 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1904287 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1904288 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1904291 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1904291 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 1904294 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1904295 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1904298 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1904298 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1904306 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1904307 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1904310 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1904311 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1904314 T4626 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1904315 T4626 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1904613 T4626 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1904617 T4626 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:54048
   [junit4]   2> 1904618 T4626 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1904618 T4626 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1904619 T4626 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750
   [junit4]   2> 1904619 T4626 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/'
   [junit4]   2> 1904660 T4626 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/solr.xml
   [junit4]   2> 1904756 T4626 oasc.CoreContainer.<init> New CoreContainer 537594967
   [junit4]   2> 1904756 T4626 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/]
   [junit4]   2> 1904758 T4626 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1904759 T4626 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1904759 T4626 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1904759 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1904760 T4626 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1904760 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1904761 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1904761 T4626 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1904761 T4626 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1904774 T4626 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1904774 T4626 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1904775 T4626 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1904775 T4626 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13995/solr
   [junit4]   2> 1904776 T4626 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1904777 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1904779 T4646 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35573430 name:ZooKeeperConnection Watcher:127.0.0.1:13995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1904781 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1904784 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1904791 T4648 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@69245077 name:ZooKeeperConnection Watcher:127.0.0.1:13995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1904791 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1904794 T4626 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 1904805 T4626 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 1904812 T4626 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 1904814 T4626 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54048_
   [junit4]   2> 1904821 T4626 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:54048_
   [junit4]   2> 1904824 T4626 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 1904827 T4626 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 1904836 T4626 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:54048_
   [junit4]   2> 1904836 T4626 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 1904839 T4626 oasc.Overseer.start Overseer (id=91174834693996547-127.0.0.1:54048_-n_0000000000) starting
   [junit4]   2> 1904850 T4626 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 1904863 T4650 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 1904864 T4626 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 1904864 T4650 oasc.OverseerCollectionProcessor.prioritizeOverseerNodes prioritizing overseer nodes
   [junit4]   2> 1904867 T4626 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 1904869 T4626 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1904871 T4649 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 1904877 T4651 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1904878 T4651 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1904879 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1904879 T4651 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1904880 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1904881 T4649 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:54048",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54048_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1904881 T4649 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 1904882 T4649 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1904890 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1904891 T4648 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> 1905880 T4651 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1905880 T4651 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/collection1
   [junit4]   2> 1905880 T4651 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 1905881 T4651 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1905881 T4651 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 1905882 T4651 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/collection1/'
   [junit4]   2> 1905884 T4651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/collection1/lib/classes/' to classloader
   [junit4]   2> 1905885 T4651 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/collection1/lib/README' to classloader
   [junit4]   2> 1905950 T4651 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1906021 T4651 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1906124 T4651 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1906134 T4651 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1906711 T4651 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1906715 T4651 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1906718 T4651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1906723 T4651 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1906744 T4651 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1906745 T4651 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ../../../../../../../../../../../usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-controljetty-1391217570750/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/control/data/
   [junit4]   2> 1906745 T4651 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6afe181b
   [junit4]   2> 1906746 T4651 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/control/data
   [junit4]   2> 1906746 T4651 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/control/data/index/
   [junit4]   2> 1906747 T4651 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1906748 T4651 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/control/data/index
   [junit4]   2> 1906749 T4651 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=5, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1906751 T4651 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/index90689265tmp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ce43058),segFN=segments_1,generation=1}
   [junit4]   2> 1906752 T4651 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1906755 T4651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1906755 T4651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1906755 T4651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1906756 T4651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1906756 T4651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1906756 T4651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1906757 T4651 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1906757 T4651 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1906757 T4651 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1906758 T4651 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1906758 T4651 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1906759 T4651 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1906759 T4651 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1906760 T4651 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1906760 T4651 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1906760 T4651 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1906761 T4651 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1906778 T4651 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1906784 T4651 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1906785 T4651 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1906785 T4651 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.7109375, floorSegmentMB=1.0947265625, forceMergeDeletesPctAllowed=20.144178096152803, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4752386082158643
   [junit4]   2> 1906787 T4651 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/index90689265tmp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ce43058),segFN=segments_1,generation=1}
   [junit4]   2> 1906787 T4651 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1906788 T4651 oass.SolrIndexSearcher.<init> Opening Searcher@71eb8cc6 main
   [junit4]   2> 1906790 T4652 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@71eb8cc6 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1906791 T4651 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1906792 T4626 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1
   [junit4]   2> 1906793 T4626 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1906792 T4655 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:54048 collection:control_collection shard:shard1
   [junit4]   2> 1906794 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1906794 T4655 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1906796 T4657 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7f482c36 name:ZooKeeperConnection Watcher:127.0.0.1:13995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1906796 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1906799 T4626 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1906813 T4626 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1906821 T4655 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 1906824 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1906824 T4655 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1906824 T4655 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3652 name=collection1 org.apache.solr.core.SolrCore@57293ae6 url=http://127.0.0.1:54048/collection1 node=127.0.0.1:54048_ C3652_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:54048, core=collection1, node_name=127.0.0.1:54048_}
   [junit4]   2> 1906824 T4655 C3652 P54048 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:54048/collection1/
   [junit4]   2> 1906825 T4655 C3652 P54048 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1906825 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1906825 T4655 C3652 P54048 oasc.SyncStrategy.syncToMe http://127.0.0.1:54048/collection1/ has no replicas
   [junit4]   2> 1906826 T4655 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:54048/collection1/ shard1
   [junit4]   2> 1906826 T4655 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1906828 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1906829 T4657 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> 1906829 T4648 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> 1906834 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1906838 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1906941 T4657 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> 1906941 T4648 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> 1906988 T4655 oasc.ZkController.register We are http://127.0.0.1:54048/collection1/ and leader is http://127.0.0.1:54048/collection1/
   [junit4]   2> 1906988 T4655 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:54048
   [junit4]   2> 1906988 T4655 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1906988 T4655 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1906989 T4655 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1906990 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1906991 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1906991 T4655 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1906991 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1906993 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1906993 T4649 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:54048",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:54048_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1907002 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1907093 T4626 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 1907094 T4626 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1907098 T4626 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:15307
   [junit4]   2> 1907099 T4626 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1907099 T4626 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1907100 T4626 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239
   [junit4]   2> 1907100 T4626 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/'
   [junit4]   2> 1907105 T4648 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> 1907105 T4657 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> 1907140 T4626 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/solr.xml
   [junit4]   2> 1907236 T4626 oasc.CoreContainer.<init> New CoreContainer 1831315416
   [junit4]   2> 1907237 T4626 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/]
   [junit4]   2> 1907238 T4626 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1907239 T4626 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1907239 T4626 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1907240 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1907240 T4626 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1907240 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1907241 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1907241 T4626 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1907241 T4626 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1907253 T4626 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1907254 T4626 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1907254 T4626 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1907255 T4626 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13995/solr
   [junit4]   2> 1907255 T4626 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1907256 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1907284 T4668 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@467c8de4 name:ZooKeeperConnection Watcher:127.0.0.1:13995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1907285 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1907289 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1907291 T4670 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ed3bf21 name:ZooKeeperConnection Watcher:127.0.0.1:13995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1907291 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1907303 T4626 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1908307 T4626 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:15307_
   [junit4]   2> 1908309 T4626 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:15307_
   [junit4]   2> 1908314 T4657 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1908314 T4648 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1908314 T4670 oascc.ZkStateReader$3.process Updating live nodes... (2)
   [junit4]   2> 1908346 T4671 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1908347 T4671 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1908348 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1908349 T4671 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1908349 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1908349 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1908350 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1908351 T4649 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:15307",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:15307_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1908351 T4649 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 1908351 T4649 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard3
   [junit4]   2> 1908393 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1908497 T4657 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> 1908497 T4670 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> 1908497 T4648 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> 1909350 T4671 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1909350 T4671 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/collection1
   [junit4]   2> 1909350 T4671 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1909351 T4671 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1909351 T4671 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1909352 T4671 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/collection1/'
   [junit4]   2> 1909354 T4671 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/collection1/lib/README' to classloader
   [junit4]   2> 1909354 T4671 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/collection1/lib/classes/' to classloader
   [junit4]   2> 1909419 T4671 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1909499 T4671 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1909602 T4671 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1909612 T4671 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1910177 T4671 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1910181 T4671 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1910184 T4671 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1910189 T4671 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1910210 T4671 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1910211 T4671 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty1-1391217573239/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty1/
   [junit4]   2> 1910211 T4671 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6afe181b
   [junit4]   2> 1910212 T4671 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty1
   [junit4]   2> 1910212 T4671 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty1/index/
   [junit4]   2> 1910212 T4671 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 1910215 T4671 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty1/index
   [junit4]   2> 1910215 T4671 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=5, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1910218 T4671 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/index90689266tmp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf2a5a9),segFN=segments_1,generation=1}
   [junit4]   2> 1910218 T4671 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1910222 T4671 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1910222 T4671 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1910223 T4671 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1910223 T4671 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1910223 T4671 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1910223 T4671 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1910224 T4671 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1910224 T4671 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1910225 T4671 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1910225 T4671 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1910226 T4671 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1910226 T4671 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1910226 T4671 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1910227 T4671 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1910227 T4671 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1910228 T4671 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1910229 T4671 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1910245 T4671 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1910251 T4671 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1910251 T4671 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1910252 T4671 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.7109375, floorSegmentMB=1.0947265625, forceMergeDeletesPctAllowed=20.144178096152803, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4752386082158643
   [junit4]   2> 1910254 T4671 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/index90689266tmp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@bf2a5a9),segFN=segments_1,generation=1}
   [junit4]   2> 1910254 T4671 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1910254 T4671 oass.SolrIndexSearcher.<init> Opening Searcher@1561d309 main
   [junit4]   2> 1910258 T4672 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@1561d309 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1910261 T4671 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1910261 T4626 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1
   [junit4]   2> 1910262 T4626 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1910261 T4675 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:15307 collection:collection1 shard:shard3
   [junit4]   2> 1910264 T4675 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard3/election
   [junit4]   2> 1910295 T4675 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard3
   [junit4]   2> 1910307 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910307 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910307 T4675 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1910307 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910307 T4675 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3653 name=collection1 org.apache.solr.core.SolrCore@4b2f04df url=http://127.0.0.1:15307/collection1 node=127.0.0.1:15307_ C3653_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:15307, core=collection1, node_name=127.0.0.1:15307_}
   [junit4]   2> 1910308 T4675 C3653 P15307 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:15307/collection1/
   [junit4]   2> 1910308 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1910309 T4675 C3653 P15307 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1910309 T4675 C3653 P15307 oasc.SyncStrategy.syncToMe http://127.0.0.1:15307/collection1/ has no replicas
   [junit4]   2> 1910309 T4675 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:15307/collection1/ shard3
   [junit4]   2> 1910310 T4675 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard3
   [junit4]   2> 1910312 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910322 T4670 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> 1910322 T4657 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> 1910322 T4648 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> 1910327 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1910330 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910433 T4648 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> 1910433 T4657 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> 1910433 T4670 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> 1910480 T4675 oasc.ZkController.register We are http://127.0.0.1:15307/collection1/ and leader is http://127.0.0.1:15307/collection1/
   [junit4]   2> 1910480 T4675 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:15307
   [junit4]   2> 1910480 T4675 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1910480 T4675 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1910481 T4675 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1910482 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910483 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910483 T4675 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1910483 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910484 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1910485 T4649 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:15307",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:15307_",
   [junit4]   2> 	  "shard":"shard3",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 1910493 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1910547 T4626 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 1910548 T4626 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1910552 T4626 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:53871
   [junit4]   2> 1910552 T4626 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1910553 T4626 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1910553 T4626 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688
   [junit4]   2> 1910554 T4626 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/'
   [junit4]   2> 1910593 T4626 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/solr.xml
   [junit4]   2> 1910598 T4648 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> 1910598 T4657 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> 1910598 T4670 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> 1910686 T4626 oasc.CoreContainer.<init> New CoreContainer 210300179
   [junit4]   2> 1910687 T4626 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/]
   [junit4]   2> 1910689 T4626 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1910689 T4626 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1910690 T4626 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1910690 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1910690 T4626 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1910691 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1910691 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1910692 T4626 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1910692 T4626 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1910704 T4626 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1910704 T4626 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1910705 T4626 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1910705 T4626 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13995/solr
   [junit4]   2> 1910706 T4626 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1910707 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1910710 T4686 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@718480d2 name:ZooKeeperConnection Watcher:127.0.0.1:13995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1910711 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1910715 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1910718 T4688 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@2bdf01b name:ZooKeeperConnection Watcher:127.0.0.1:13995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1910718 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1910730 T4626 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1911734 T4626 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53871_
   [junit4]   2> 1911736 T4626 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:53871_
   [junit4]   2> 1911740 T4657 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1911740 T4688 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1911740 T4648 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1911740 T4670 oascc.ZkStateReader$3.process Updating live nodes... (3)
   [junit4]   2> 1911758 T4689 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1911758 T4689 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1911760 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1911760 T4689 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1911760 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1911761 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1911762 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1911763 T4649 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:53871",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53871_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1911763 T4649 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1911763 T4649 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 1911767 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1911871 T4648 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> 1911871 T4688 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> 1911871 T4657 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> 1911871 T4670 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> 1912761 T4689 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1912761 T4689 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/collection1
   [junit4]   2> 1912761 T4689 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1912762 T4689 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1912762 T4689 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1912763 T4689 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/collection1/'
   [junit4]   2> 1912765 T4689 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/collection1/lib/classes/' to classloader
   [junit4]   2> 1912765 T4689 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/collection1/lib/README' to classloader
   [junit4]   2> 1912829 T4689 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1912897 T4689 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1912999 T4689 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1913009 T4689 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1913585 T4689 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1913589 T4689 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1913591 T4689 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1913596 T4689 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 1913619 T4689 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1913619 T4689 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty2-1391217576688/collection1/, dataDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty2/
   [junit4]   2> 1913620 T4689 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@6afe181b
   [junit4]   2> 1913622 T4689 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty2
   [junit4]   2> 1913622 T4689 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty2/index/
   [junit4]   2> 1913622 T4689 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 1913625 T4689 oasc.CachingDirectoryFactory.get return new directory for ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-1391217570396/jetty2/index
   [junit4]   2> 1913625 T4689 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=5, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1913628 T4689 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/index90689267tmp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@97db800),segFN=segments_1,generation=1}
   [junit4]   2> 1913628 T4689 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1913632 T4689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1913632 T4689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1913633 T4689 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1913633 T4689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1913633 T4689 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1913634 T4689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1913634 T4689 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1913634 T4689 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1913635 T4689 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1913635 T4689 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 1913636 T4689 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 1913636 T4689 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 1913636 T4689 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 1913637 T4689 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 1913637 T4689 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 1913638 T4689 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 1913639 T4689 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 1913655 T4689 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 1913671 T4689 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 1913672 T4689 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 1913673 T4689 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=29, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.7109375, floorSegmentMB=1.0947265625, forceMergeDeletesPctAllowed=20.144178096152803, segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4752386082158643
   [junit4]   2> 1913674 T4689 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(org.apache.lucene.store.SimpleFSDirectory@/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/index90689267tmp lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@97db800),segFN=segments_1,generation=1}
   [junit4]   2> 1913675 T4689 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 1913675 T4689 oass.SolrIndexSearcher.<init> Opening Searcher@6a235ae5 main
   [junit4]   2> 1913679 T4690 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6a235ae5 main{StandardDirectoryReader(segments_1:1:nrt)}
   [junit4]   2> 1913681 T4689 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 1913682 T4626 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1
   [junit4]   2> 1913682 T4626 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 1913682 T4693 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:53871 collection:collection1 shard:shard2
   [junit4]   2> 1913684 T4693 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1913708 T4693 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 1913711 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913711 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913711 T4693 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 1913711 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913712 T4693 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3654 name=collection1 org.apache.solr.core.SolrCore@4fa3161a url=http://127.0.0.1:53871/collection1 node=127.0.0.1:53871_ C3654_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:53871, core=collection1, node_name=127.0.0.1:53871_}
   [junit4]   2> 1913712 T4693 C3654 P53871 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:53871/collection1/
   [junit4]   2> 1913713 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1913713 T4693 C3654 P53871 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 1913713 T4693 C3654 P53871 oasc.SyncStrategy.syncToMe http://127.0.0.1:53871/collection1/ has no replicas
   [junit4]   2> 1913713 T4693 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:53871/collection1/ shard2
   [junit4]   2> 1913714 T4693 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 1913716 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913717 T4670 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> 1913717 T4688 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> 1913717 T4657 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> 1913717 T4648 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> 1913721 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1913724 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913827 T4688 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> 1913827 T4670 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> 1913827 T4657 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> 1913827 T4648 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> 1913874 T4693 oasc.ZkController.register We are http://127.0.0.1:53871/collection1/ and leader is http://127.0.0.1:53871/collection1/
   [junit4]   2> 1913874 T4693 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53871
   [junit4]   2> 1913874 T4693 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 1913875 T4693 oasc.ZkController.publish publishing core=collection1 state=active
   [junit4]   2> 1913875 T4693 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1913877 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913877 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913877 T4693 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1913877 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913878 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1913879 T4649 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:53871",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:53871_",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 1913890 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1913965 T4626 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 1913966 T4626 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 1913969 T4626 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:45397
   [junit4]   2> 1913970 T4626 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 1913971 T4626 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1913971 T4626 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108
   [junit4]   2> 1913971 T4626 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108/'
   [junit4]   2> 1913997 T4670 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> 1913997 T4648 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> 1913997 T4657 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> 1913997 T4688 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> 1914010 T4626 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108/solr.xml
   [junit4]   2> 1914102 T4626 oasc.CoreContainer.<init> New CoreContainer 657581526
   [junit4]   2> 1914103 T4626 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108/]
   [junit4]   2> 1914105 T4626 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 1914105 T4626 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: http://
   [junit4]   2> 1914105 T4626 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 1914106 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 1914106 T4626 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 1914107 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 1914107 T4626 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 1914107 T4626 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 1914108 T4626 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 1914119 T4626 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1914120 T4626 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1914120 T4626 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 1914121 T4626 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:13995/solr
   [junit4]   2> 1914121 T4626 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 1914122 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1914128 T4704 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@3ce858b4 name:ZooKeeperConnection Watcher:127.0.0.1:13995 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1914129 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1914133 T4626 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 1914135 T4706 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@49733d60 name:ZooKeeperConnection Watcher:127.0.0.1:13995/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1914135 T4626 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 1914145 T4626 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 1915149 T4626 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45397_
   [junit4]   2> 1915180 T4626 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:45397_
   [junit4]   2> 1915184 T4688 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1915185 T4706 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1915185 T4648 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1915185 T4670 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1915184 T4657 oascc.ZkStateReader$3.process Updating live nodes... (4)
   [junit4]   2> 1915199 T4707 oasc.ZkController.publish publishing core=collection1 state=down
   [junit4]   2> 1915200 T4707 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 1915201 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1915201 T4707 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 1915201 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1915202 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1915203 T4649 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 1915204 T4649 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:45397",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:45397_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "shard_range":null,
   [junit4]   2> 	  "shard_state":"active",
   [junit4]   2> 	  "shard_parent":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 1915204 T4649 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 1915204 T4649 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 1915208 T4648 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 1915310 T4688 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1915310 T4670 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1915310 T4706 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1915310 T4648 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1915310 T4657 oascc.ZkStateReader$2.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 4)
   [junit4]   2> 1916202 T4707 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1916202 T4707 oasc.CoreContainer.create Creating SolrCore 'collection1' using instanceDir: ./org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108/collection1
   [junit4]   2> 1916202 T4707 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 1916203 T4707 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 1916203 T4707 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 1916204 T4707 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108/collection1/'
   [junit4]   2> 1916206 T4707 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108/collection1/lib/classes/' to classloader
   [junit4]   2> 1916206 T4707 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build/solr-core/test/J1/org.apache.solr.cloud.FullSolrCloudDistribCmdsTest-jetty3-1391217580108/collection1/lib/README' to classloader
   [junit4]   2> 1916271 T4707 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_50
   [junit4]   2> 1916340 T4707 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1916443 T4707 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 1916453 T4707 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 1917019 T4707 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 1917023 T4707 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 1917025 T4707 oass.FileExchangeRateProvider.r

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

ingsFormat(name=NestedPulsing), 23parent_f2_s=PostingsFormat(name=NestedPulsing), 25parent_f1_s=PostingsFormat(name=FSTPulsing41), 10grand5_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 2grand1_s=PostingsFormat(name=Lucene41WithOrds), 2child1_s=PostingsFormat(name=Lucene41WithOrds), 5parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 1parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 41parent_f2_s=PostingsFormat(name=NestedPulsing), 5grand0_s=PostingsFormat(name=FSTPulsing41), 2child0_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 7grand1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 7grand3_s=PostingsFormat(name=NestedPulsing), 12parent_f2_s=PostingsFormat(name=NestedPulsing), 3grand2_s=PostingsFormat(name=FSTPulsing41), 43parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 10grand7_s=PostingsFormat(name=NestedPulsing), 11grand9_s=PostingsFormat(name=FSTPulsing41), 11grand10_s=PostingsFormat(name=Lucene41WithOrds), 11grand8_s=PostingsFormat(name=NestedPulsing), 45parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 40parent_f1_s=PostingsFormat(name=NestedPulsing), 44parent_f1_s=PostingsFormat(name=NestedPulsing), 7parent_f1_s=PostingsFormat(name=FSTPulsing41), 8grand1_s=PostingsFormat(name=FSTPulsing41), 28parent_f1_s=PostingsFormat(name=NestedPulsing), 9parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 46parent_f1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 6grand4_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 7grand4_s=PostingsFormat(name=Lucene41WithOrds), 15parent_f1_s=PostingsFormat(name=NestedPulsing), 49parent_f2_s=PostingsFormat(name=NestedPulsing), 6grand3_s=PostingsFormat(name=FSTPulsing41), 25parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 17parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 33parent_f2_s=PostingsFormat(name=FSTPulsing41), 21parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 4grand0_s=PostingsFormat(name=NestedPulsing), 8grand0_s=PostingsFormat(name=NestedPulsing), 6parent_f1_s=PostingsFormat(name=NestedPulsing), id=PostingsFormat(name=Lucene41WithOrds), 31parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 8parent_f1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 11grand6_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 18parent_f2_s=PostingsFormat(name=NestedPulsing), 11grand1_s=PostingsFormat(name=FSTPulsing41), 5child0_s=PostingsFormat(name=FSTPulsing41), 23parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 8grand3_s=PostingsFormat(name=Lucene41WithOrds), 6child1_s=PostingsFormat(name=Lucene41WithOrds), 9grand5_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 34parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 9parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 36parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 5grand3_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 39parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 31parent_f1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 16parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 3parent_f1_s=PostingsFormat(name=FSTPulsing41), 11grand4_s=PostingsFormat(name=NestedPulsing), type_s=PostingsFormat(name=NestedPulsing), a_t=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 9grand0_s=PostingsFormat(name=FSTPulsing41), 10grand2_s=PostingsFormat(name=FSTPulsing41), 48parent_f1_s=PostingsFormat(name=NestedPulsing), 27parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 19parent_f2_s=PostingsFormat(name=FSTPulsing41), 49parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 0parent_f2_s=PostingsFormat(name=FSTPulsing41), 1grand0_s=PostingsFormat(name=FSTPulsing41), 39parent_f1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 47parent_f1_s=PostingsFormat(name=FSTPulsing41), 9grand4_s=PostingsFormat(name=FSTPulsing41), 5grand1_s=PostingsFormat(name=NestedPulsing), 28parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 11grand3_s=PostingsFormat(name=Lucene41WithOrds), 4child2_s=PostingsFormat(name=NestedPulsing), 3grand1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 47parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 44parent_f2_s=PostingsFormat(name=FSTPulsing41), 38parent_f2_s=PostingsFormat(name=NestedPulsing), 9grand7_s=PostingsFormat(name=NestedPulsing), 24parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 46parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 4grand1_s=PostingsFormat(name=FSTPulsing41), 42parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 35parent_f1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 15parent_f2_s=PostingsFormat(name=FSTPulsing41), 40parent_f2_s=PostingsFormat(name=FSTPulsing41), 8parent_f2_s=PostingsFormat(name=FSTPulsing41), 5child1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 30parent_f2_s=PostingsFormat(name=NestedPulsing), 48parent_f2_s=PostingsFormat(name=FSTPulsing41), 6child3_s=PostingsFormat(name=FSTPulsing41), 11grand2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 3child1_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), rnd_b=PostingsFormat(name=Lucene41WithOrds), 8grand6_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 10parent_f1_s=PostingsFormat(name=FSTPulsing41), 4grand2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 13parent_f2_s=PostingsFormat(name=Lucene41WithOrds), 6child4_s=PostingsFormat(name=NestedPulsing), 29parent_f1_s=PostingsFormat(name=FSTPulsing41), 5child3_s=PostingsFormat(name=NestedPulsing), 10grand9_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 10parent_f2_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 6grand0_s=Pulsing41(freqCutoff=18 minBlockSize=39 maxBlockSize=162), 9grand6_s=PostingsFormat(name=Lucene41WithOrds), 26parent_f2_s=PostingsFormat(name=FSTPulsing41), 6child0_s=PostingsFormat(name=NestedPulsing), 10grand0_s=PostingsFormat(name=Lucene41WithOrds), 30parent_f1_s=PostingsFormat(name=Lucene41WithOrds), 18parent_f1_s=PostingsFormat(name=FSTPulsing41)}, docValues:{}, sim=DefaultSimilarity, locale=pt_PT, timezone=America/Ensenada
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=162887024,total=471990272
   [junit4]   2> NOTE: All tests run in this JVM: [CurrencyFieldOpenExchangeTest, TestBinaryResponseWriter, TestImplicitCoreProperties, TestFiltering, TestRecoveryHdfs, SolrPluginUtilsTest, BlockDirectoryTest, SuggesterWFSTTest, TestAnalyzedSuggestions, SortByFunctionTest, SpellCheckCollatorTest, CursorMarkTest, TestBinaryField, TestIndexSearcher, TestPartialUpdateDeduplication, TestFuzzyAnalyzedSuggestions, TestFastWriter, TestRangeQuery, PluginInfoTest, TestFieldCollectionResource, DocValuesMultiTest, OpenExchangeRatesOrgProviderTest, PathHierarchyTokenizerFactoryTest, TestOmitPositions, BadIndexSchemaTest, TestCoreDiscovery, TestQuerySenderListener, TestSweetSpotSimilarityFactory, TestArbitraryIndexDir, TestAtomicUpdateErrorCases, ExpressionTest, AliasIntegrationTest, TestQueryTypes, CachingDirectoryFactoryTest, TestZkChroot, TestInfoStreamLogging, DistributedQueryComponentCustomSortTest, TestSchemaResource, StatsComponentTest, RequiredFieldsTest, PrimUtilsTest, TestCSVLoader, TestReload, FieldFacetExtrasTest, TestSolrQueryParserDefaultOperatorResource, TestWordDelimiterFilterFactory, SolrRequestParserTest, TestDistributedMissingSort, TestRandomFaceting, TestComponentsName, FunctionTest, TestDynamicFieldResource, TestUtils, UniqFieldsUpdateProcessorFactoryTest, NoFacetTest, SuggesterTSTTest, RAMDirectoryFactoryTest, TestStressLucene, DirectUpdateHandlerTest, BasicZkTest, TestFastLRUCache, MinimalSchemaTest, PingRequestHandlerTest, DistribCursorPagingTest, TestSolrJ, TestStressReorder, SignatureUpdateProcessorFactoryTest, TestSolr4Spatial, TestManagedSchemaFieldResource, MigrateRouteKeyTest, HighlighterTest, CollectionsAPIDistributedZkTest, AddBlockUpdateTest, AbstractAnalyticsFacetTest, JSONWriterTest, DisMaxRequestHandlerTest, TestXIncludeConfig, SpellCheckComponentTest, HardAutoCommitTest, NoCacheHeaderTest, IndexBasedSpellCheckerTest, TestLazyCores, TestCopyFieldCollectionResource, TestFieldTypeCollectionResource, TestRandomMergePolicy, TestMultiCoreConfBootstrap, BasicDistributedZk2Test, UnloadDistributedZkTest, LeaderElectionIntegrationTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest]
   [junit4] Completed on J1 in 140.41s, 1 test, 1 error <<< FAILURES!

[...truncated 566 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:460: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:433: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/build.xml:39: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/solr/common-build.xml:491: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:1268: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-NightlyTests-trunk/lucene/common-build.xml:901: There were test failures: 365 suites, 1590 tests, 1 error, 33 ignored (5 assumptions)

Total time: 125 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure