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/05/20 12:13:02 UTC

[JENKINS] Lucene-Solr-Tests-trunk-Java7 - Build # 4706 - Still Failing

Build: https://builds.apache.org/job/Lucene-Solr-Tests-trunk-Java7/4706/

2 tests failed.
FAILED:  org.apache.solr.cloud.ReplicationFactorTest.testDistribSearch

Error Message:
Expected rf=3 as partitions to replicas have been healed, but got 2

Stack Trace:
java.lang.AssertionError: Expected rf=3 as partitions to replicas have been healed, but got 2
	at __randomizedtesting.SeedInfo.seed([313E93ADBC7A7FBC:B0D81DB5CB251F80]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.ReplicationFactorTest.testRf3(ReplicationFactorTest.java:238)
	at org.apache.solr.cloud.ReplicationFactorTest.doTest(ReplicationFactorTest.java:135)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:724)


FAILED:  org.apache.solr.cloud.HttpPartitionTest.testDistribSearch

Error Message:
No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1
	at __randomizedtesting.SeedInfo.seed([313E93ADBC7A7FBC:B0D81DB5CB251F80]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:567)
	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:348)
	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)
	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:793)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:453)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:43)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:360)
	at java.lang.Thread.run(Thread.java:724)




Build Log:
[...truncated 11281 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplicationFactorTest
   [junit4]   2> Creating dataDir: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/init-core-data-001
   [junit4]   2> 967381 T15279 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /z_z/l
   [junit4]   2> 967386 T15279 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 967387 T15279 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 967388 T15280 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 967489 T15279 oasc.ZkTestServer.run start zk server on port:33136
   [junit4]   2> 967490 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 967494 T15286 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1093bc75 name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 967494 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 967495 T15279 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 967507 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 967508 T15288 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1c8142f4 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 967509 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 967509 T15279 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 967520 T15279 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 967522 T15279 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 967525 T15279 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 967534 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 967534 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 967548 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 967548 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 967652 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 967653 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 967656 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 967656 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 967659 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 967660 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 967667 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 967667 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 967670 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 967670 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 967673 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 967674 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 967676 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 967677 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 967684 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 967685 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 967687 T15279 oasc.AbstractZkTestCase.putConfig put /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 967688 T15279 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 968670 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 968675 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33140
   [junit4]   2> 968675 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 968676 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 968676 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002
   [junit4]   2> 968676 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/'
   [junit4]   2> 968714 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/solr.xml
   [junit4]   2> 968799 T15279 oasc.CoreContainer.<init> New CoreContainer 50988857
   [junit4]   2> 968800 T15279 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/]
   [junit4]   2> 968801 T15279 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 968801 T15279 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 968802 T15279 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 968802 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 968803 T15279 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 968803 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 968803 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 968804 T15279 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 968804 T15279 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 968805 T15279 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 968805 T15279 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 968805 T15279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 968806 T15279 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33136/solr
   [junit4]   2> 968806 T15279 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 968807 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 968810 T15299 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@76030be name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 968811 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 968834 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 968836 T15301 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@347c47cf name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 968836 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 968839 T15279 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 968868 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 968900 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 968921 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 968956 T15279 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 968980 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 969009 T15279 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33139_z_z%2Fl
   [junit4]   2> 969010 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33139_z_z%2Fl
   [junit4]   2> 969014 T15279 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 969046 T15279 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 969077 T15279 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:33139_z_z%2Fl
   [junit4]   2> 969078 T15279 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 969080 T15279 oasc.Overseer.start Overseer (id=91788325535023107-127.0.0.1:33139_z_z%2Fl-n_0000000000) starting
   [junit4]   2> 969092 T15279 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 969111 T15303 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 969111 T15279 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 969115 T15279 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 969116 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 969119 T15302 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 969126 T15304 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 969127 T15304 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 969128 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 969129 T15304 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 969130 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 969131 T15302 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:33139/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33139_z_z%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 969131 T15302 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 969131 T15302 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 969134 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 969135 T15301 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> 970130 T15304 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 970130 T15304 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 970131 T15304 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 970132 T15304 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 970133 T15304 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 970133 T15304 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/'
   [junit4]   2> 970135 T15304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 970136 T15304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 970137 T15304 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 970254 T15304 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 970342 T15304 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 970444 T15304 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 970455 T15304 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 971031 T15304 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 971045 T15304 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 971049 T15304 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 971063 T15304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 971068 T15304 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 971072 T15304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 971073 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 971075 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 971075 T15304 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 971076 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 971076 T15304 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 971077 T15304 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 971077 T15304 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 971077 T15304 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-002/collection1/, dataDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/
   [junit4]   2> 971078 T15304 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24d710bb
   [junit4]   2> 971079 T15304 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data
   [junit4]   2> 971079 T15304 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/index/
   [junit4]   2> 971079 T15304 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/index' doesn't exist. Creating new index...
   [junit4]   2> 971080 T15304 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/control/data/index
   [junit4]   2> 971080 T15304 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 971081 T15304 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@49b27ce8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65bf5f09),segFN=segments_1,generation=1}
   [junit4]   2> 971081 T15304 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 971086 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 971086 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 971087 T15304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 971087 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 971088 T15304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 971088 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 971088 T15304 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 971089 T15304 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 971089 T15304 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 971090 T15304 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 971090 T15304 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 971091 T15304 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 971091 T15304 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 971092 T15304 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 971092 T15304 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 971093 T15304 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 971093 T15304 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 971111 T15304 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 971118 T15304 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 971118 T15304 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 971119 T15304 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 971120 T15304 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@49b27ce8 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@65bf5f09),segFN=segments_1,generation=1}
   [junit4]   2> 971120 T15304 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 971120 T15304 oass.SolrIndexSearcher.<init> Opening Searcher@9896ad[collection1] main
   [junit4]   2> 971121 T15304 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 971122 T15304 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 971122 T15304 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 971123 T15304 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 971123 T15304 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 971123 T15304 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 971124 T15304 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 971124 T15304 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 971125 T15304 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 971125 T15304 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 971128 T15305 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@9896ad[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 971132 T15304 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 971132 T15308 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33139/z_z/l collection:control_collection shard:shard1
   [junit4]   2> 971133 T15279 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 971134 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 971134 T15308 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 971138 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 971163 T15311 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6170bef5 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 971163 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 971174 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 971186 T15308 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 971186 T15279 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 971189 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971190 T15308 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 971190 T15308 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1022 name=collection1 org.apache.solr.core.SolrCore@6584024e url=http://127.0.0.1:33139/z_z/l/collection1 node=127.0.0.1:33139_z_z%2Fl C1022_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:33139/z_z/l, core=collection1, node_name=127.0.0.1:33139_z_z%2Fl}
   [junit4]   2> 971190 T15308 C1022 P33139 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33139/z_z/l/collection1/
   [junit4]   2> 971191 T15308 C1022 P33139 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 971191 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971191 T15308 C1022 P33139 oasc.SyncStrategy.syncToMe http://127.0.0.1:33139/z_z/l/collection1/ has no replicas
   [junit4]   2> 971191 T15308 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33139/z_z/l/collection1/ shard1
   [junit4]   2> 971192 T15308 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 971201 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971211 T15311 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> 971211 T15301 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> 971218 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971222 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971331 T15311 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> 971331 T15301 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> 971371 T15308 oasc.ZkController.register We are http://127.0.0.1:33139/z_z/l/collection1/ and leader is http://127.0.0.1:33139/z_z/l/collection1/
   [junit4]   2> 971371 T15308 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33139/z_z/l
   [junit4]   2> 971371 T15308 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 971371 T15308 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 971372 T15308 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 971374 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971374 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971374 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971374 T15308 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971376 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 971376 T15302 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:33139/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33139_z_z%2Fl",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 971379 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 971482 T15301 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> 971483 T15311 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> 972217 T15279 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 972218 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 972221 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33145
   [junit4]   2> 972221 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 972222 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 972222 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003
   [junit4]   2> 972222 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/'
   [junit4]   2> 972255 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/solr.xml
   [junit4]   2> 972342 T15279 oasc.CoreContainer.<init> New CoreContainer 1348615836
   [junit4]   2> 972343 T15279 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/]
   [junit4]   2> 972345 T15279 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 972345 T15279 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 972345 T15279 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 972346 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 972346 T15279 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 972346 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 972347 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 972347 T15279 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 972347 T15279 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 972348 T15279 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 972348 T15279 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 972349 T15279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 972349 T15279 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33136/solr
   [junit4]   2> 972350 T15279 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 972350 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 972353 T15322 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@61fc9cfe name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972354 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 972369 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 972370 T15324 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@21999bb5 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 972371 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 972378 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 973381 T15279 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33144_z_z%2Fl
   [junit4]   2> 973384 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33144_z_z%2Fl
   [junit4]   2> 973407 T15325 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 973407 T15325 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 973409 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973409 T15325 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 973409 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973410 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973411 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 973412 T15302 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:33144/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33144_z_z%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 973413 T15302 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1, shard2, shard3]
   [junit4]   2> 973413 T15302 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 973416 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 973426 T15324 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> 973426 T15301 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> 973426 T15311 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> 974411 T15325 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 974411 T15325 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 974412 T15325 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 974413 T15325 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 974414 T15325 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 974414 T15325 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/'
   [junit4]   2> 974415 T15325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 974416 T15325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 974417 T15325 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 974500 T15325 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 974582 T15325 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 974684 T15325 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 974697 T15325 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 975332 T15325 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 975342 T15325 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 975345 T15325 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 975358 T15325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 975362 T15325 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 975366 T15325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 975367 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 975368 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 975369 T15325 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 975370 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 975370 T15325 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 975370 T15325 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 975370 T15325 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 975371 T15325 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-003/collection1/, dataDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/
   [junit4]   2> 975371 T15325 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24d710bb
   [junit4]   2> 975372 T15325 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1
   [junit4]   2> 975372 T15325 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/index/
   [junit4]   2> 975372 T15325 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/index' doesn't exist. Creating new index...
   [junit4]   2> 975373 T15325 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty1/index
   [junit4]   2> 975373 T15325 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 975374 T15325 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@4f4c8d52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28601707),segFN=segments_1,generation=1}
   [junit4]   2> 975374 T15325 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 975379 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 975379 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 975379 T15325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 975380 T15325 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 975381 T15325 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 975381 T15325 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 975382 T15325 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 975382 T15325 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 975382 T15325 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 975383 T15325 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 975383 T15325 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 975384 T15325 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 975384 T15325 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 975385 T15325 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 975400 T15325 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 975404 T15325 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 975405 T15325 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 975405 T15325 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 975406 T15325 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@4f4c8d52 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@28601707),segFN=segments_1,generation=1}
   [junit4]   2> 975406 T15325 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 975406 T15325 oass.SolrIndexSearcher.<init> Opening Searcher@2ce0a855[collection1] main
   [junit4]   2> 975407 T15325 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 975408 T15325 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 975408 T15325 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 975409 T15325 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 975409 T15325 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 975409 T15325 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 975410 T15325 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 975410 T15325 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 975410 T15325 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 975411 T15325 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 975414 T15326 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2ce0a855[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 975417 T15325 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 975417 T15329 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33144/z_z/l collection:collection1 shard:shard2
   [junit4]   2> 975418 T15279 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 975419 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 975418 T15329 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 975446 T15329 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 975455 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975455 T15329 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 975455 T15329 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1023 name=collection1 org.apache.solr.core.SolrCore@1927ee36 url=http://127.0.0.1:33144/z_z/l/collection1 node=127.0.0.1:33144_z_z%2Fl C1023_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:33144/z_z/l, core=collection1, node_name=127.0.0.1:33144_z_z%2Fl}
   [junit4]   2> 975455 T15329 C1023 P33144 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33144/z_z/l/collection1/
   [junit4]   2> 975456 T15329 C1023 P33144 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 975456 T15329 C1023 P33144 oasc.SyncStrategy.syncToMe http://127.0.0.1:33144/z_z/l/collection1/ has no replicas
   [junit4]   2> 975456 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975456 T15329 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33144/z_z/l/collection1/ shard2
   [junit4]   2> 975457 T15329 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 975468 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975475 T15301 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> 975475 T15324 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> 975475 T15311 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> 975485 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975489 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975597 T15324 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> 975597 T15311 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> 975597 T15301 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> 975637 T15329 oasc.ZkController.register We are http://127.0.0.1:33144/z_z/l/collection1/ and leader is http://127.0.0.1:33144/z_z/l/collection1/
   [junit4]   2> 975637 T15329 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33144/z_z/l
   [junit4]   2> 975637 T15329 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 975637 T15329 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 975637 T15329 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 975639 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975639 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975640 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975640 T15329 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975641 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 975642 T15302 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:33144/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33144_z_z%2Fl",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 975651 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 975753 T15301 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> 975754 T15311 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> 975753 T15324 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> 976530 T15279 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 976531 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 976534 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33149
   [junit4]   2> 976534 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 976535 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 976535 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004
   [junit4]   2> 976535 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/'
   [junit4]   2> 976578 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/solr.xml
   [junit4]   2> 976677 T15279 oasc.CoreContainer.<init> New CoreContainer 2019857540
   [junit4]   2> 976678 T15279 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/]
   [junit4]   2> 976679 T15279 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 976680 T15279 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 976680 T15279 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 976681 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 976681 T15279 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 976681 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 976682 T15279 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 976682 T15279 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 976682 T15279 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 976683 T15279 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 976683 T15279 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 976684 T15279 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 976684 T15279 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:33136/solr
   [junit4]   2> 976684 T15279 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 976685 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 976688 T15341 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@1352a3dc name:ZooKeeperConnection Watcher:127.0.0.1:33136 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 976689 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 976704 T15279 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 976705 T15343 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@39aa82b1 name:ZooKeeperConnection Watcher:127.0.0.1:33136/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 976705 T15279 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 976713 T15279 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 977716 T15279 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33148_z_z%2Fl
   [junit4]   2> 977719 T15279 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:33148_z_z%2Fl
   [junit4]   2> 977739 T15344 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 977740 T15344 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 977741 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977741 T15344 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 977742 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977742 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977743 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 977744 T15302 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:33148/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33148_z_z%2Fl",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 977744 T15302 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=3
   [junit4]   2> 977744 T15302 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 977748 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 977757 T15343 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> 977757 T15301 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> 977757 T15311 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> 977757 T15324 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> 978743 T15344 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 978743 T15344 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 978744 T15344 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 978745 T15344 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 978746 T15344 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 978746 T15344 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/'
   [junit4]   2> 978748 T15344 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 978748 T15344 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 978749 T15344 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 978843 T15344 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 978934 T15344 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 979035 T15344 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 979048 T15344 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 979738 T15344 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 979755 T15344 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 979758 T15344 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 979770 T15344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 979774 T15344 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 979778 T15344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 979779 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 979780 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 979780 T15344 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 979781 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 979781 T15344 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 979782 T15344 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 979782 T15344 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 979782 T15344 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-004/collection1/, dataDir=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/
   [junit4]   2> 979783 T15344 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@24d710bb
   [junit4]   2> 979783 T15344 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2
   [junit4]   2> 979784 T15344 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/index/
   [junit4]   2> 979784 T15344 oasc.SolrCore.initIndex WARN [collection1] Solr index directory './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/index' doesn't exist. Creating new index...
   [junit4]   2> 979784 T15344 oasc.CachingDirectoryFactory.get return new directory for ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-001/jetty2/index
   [junit4]   2> 979785 T15344 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=11, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 979785 T15344 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@727e3d7d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@930142b),segFN=segments_1,generation=1}
   [junit4]   2> 979785 T15344 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 979790 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 979791 T15344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 979792 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 979792 T15344 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 979792 T15344 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 979793 T15344 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 979793 T15344 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 979794 T15344 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 979794 T15344 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 979794 T15344 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 979795 T15344 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 979795 T15344 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 979796 T15344 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 979796 T15344 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 979811 T15344 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 979816 T15344 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 979816 T15344 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 979817 T15344 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 979817 T15344 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=BaseDirectoryWrapper(RAMDirectory@727e3d7d lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@930142b),segFN=segments_1,generation=1}
   [junit4]   2> 979817 T15344 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 979818 T15344 oass.SolrIndexSearcher.<init> Opening Searcher@6c27e7f0[collection1] main
   [junit4]   2> 979818 T15344 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 979819 T15344 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 979819 T15344 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 979820 T15344 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 979820 T15344 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 979820 T15344 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 979821 T15344 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 979821 T15344 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 979821 T15344 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 979822 T15344 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 979825 T15345 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@6c27e7f0[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 979828 T15344 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 979829 T15348 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:33148/z_z/l collection:collection1 shard:shard1
   [junit4]   2> 979829 T15279 oass.SolrDispatchFilter.init user.dir=/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 979830 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 979830 T15348 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 979850 T15348 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 979853 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979853 T15348 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 979853 T15348 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1024 name=collection1 org.apache.solr.core.SolrCore@31a7c9b5 url=http://127.0.0.1:33148/z_z/l/collection1 node=127.0.0.1:33148_z_z%2Fl C1024_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:33148/z_z/l, core=collection1, node_name=127.0.0.1:33148_z_z%2Fl}
   [junit4]   2> 979853 T15348 C1024 P33148 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:33148/z_z/l/collection1/
   [junit4]   2> 979854 T15348 C1024 P33148 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 979854 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 979854 T15348 C1024 P33148 oasc.SyncStrategy.syncToMe http://127.0.0.1:33148/z_z/l/collection1/ has no replicas
   [junit4]   2> 979854 T15348 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:33148/z_z/l/collection1/ shard1
   [junit4]   2> 979854 T15348 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 979865 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979866 T15301 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> 979866 T15343 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> 979866 T15311 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> 979866 T15324 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> 979870 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979871 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 979873 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 979977 T15324 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> 979977 T15311 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> 979977 T15301 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> 979977 T15343 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> 980024 T15348 oasc.ZkController.register We are http://127.0.0.1:33148/z_z/l/collection1/ and leader is http://127.0.0.1:33148/z_z/l/collection1/
   [junit4]   2> 980024 T15348 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:33148/z_z/l
   [junit4]   2> 980024 T15348 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 980024 T15348 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 980025 T15348 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 980026 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980027 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980027 T15348 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 980027 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980028 T15302 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 980028 T15302 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:33148/z_z/l",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:33148_z_z%2Fl",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"3",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 980038 T15301 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 980140 T15311 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> 980140 T15343 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> 980140 T15324 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> 980140 T15301 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> 980744 T15279 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 3
   [junit4]   2> 980745 T15279 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 980748 T15279 oejs.AbstractConnector.doStart Started SocketConnector@127.0.0.1:33153
   [junit4]   2> 980748 T15279 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 980749 T15279 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 980749 T15279 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ./solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-005
   [junit4]   2> 980749 T15279 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: './solr.cloud.ReplicationFactorTest-313E93ADBC7A7FBC-001/tempDir-005/'
   [junit4]   2> 980787 T15279 oasc.ConfigSolr.fromFile Loading container configuration from /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J0/./solr.cl

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

(live nodes size: 2)
   [junit4]   2> 1665164 T1809 oascc.ZkStateReader$2.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1665164 T1809 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> 1665164 T1809 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1665165 T1809 oasc.LeaderElector$ElectionWatcher.process WARN  org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections/c8n_1x2/leader_elect/shard1/election
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:260)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:257)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:94)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:55)
   [junit4]   2> 	at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:303)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 
   [junit4]   2> 1665195 T1764 oasc.ChaosMonkey.monkeyLog monkey: stop shard! 33205
   [junit4]   2> 1665195 T1764 oas.SolrTestCaseJ4.tearDown ###Ending testDistribSearch
   [junit4]   2> 1665196 T1764 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33180 33180
   [junit4]   2> 1665258 T1765 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:33180 33180
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HttpPartitionTest -Dtests.method=testDistribSearch -Dtests.seed=313E93ADBC7A7FBC -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=pl -Dtests.timezone=America/Anguilla -Dtests.file.encoding=US-ASCII
   [junit4] ERROR    672s J1 | HttpPartitionTest.testDistribSearch <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: No registered leader was found after waiting for 60000ms , collection: c8n_1x3_lf slice: shard1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([313E93ADBC7A7FBC:B0D81DB5CB251F80]:0)
   [junit4]    > 	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:567)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.testRf3WithLeaderFailover(HttpPartitionTest.java:348)
   [junit4]    > 	at org.apache.solr.cloud.HttpPartitionTest.doTest(HttpPartitionTest.java:148)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:863)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:724)
   [junit4]   2> 1665287 T1764 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build/solr-core/test/J1/./solr.cloud.HttpPartitionTest-313E93ADBC7A7FBC-001
   [junit4]   2> 671565 T1763 ccr.ThreadLeakControl.checkThreadLeaks WARNING Will linger awaiting termination of 3 leaked thread(s).
   [junit4]   2> 1665417 T2108 oasc.Overseer$ClusterStateUpdater.checkIfIamStillLeader ERROR could not read the data org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /overseer_elect/leader
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 	at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 	at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:277)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:73)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:274)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.checkIfIamStillLeader(Overseer.java:306)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater.access$300(Overseer.java:85)
   [junit4]   2> 	at org.apache.solr.cloud.Overseer$ClusterStateUpdater$1.run(Overseer.java:289)
   [junit4]   2> 
   [junit4]   2> 1665418 T1786 oascc.ZkStateReader$3.process WARN ZooKeeper watch triggered, but Solr cannot talk to ZK
   [junit4]   2> NOTE: test params are: codec=Lucene46: {text=PostingsFormat(name=Lucene41WithOrds), _version_=Lucene41(blocksize=128), multiDefault=PostingsFormat(name=SimpleText), timestamp=Lucene41(blocksize=128), range_facet_l=Lucene41(blocksize=128), a_t=Lucene41(blocksize=128), intDefault=Lucene41(blocksize=128), id=PostingsFormat(name=Asserting)}, docValues:{timestamp=DocValuesFormat(name=SimpleText)}, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=pl, timezone=America/Anguilla
   [junit4]   2> NOTE: FreeBSD 9.1-RELEASE-p3 amd64/Oracle Corporation 1.7.0_25 (64-bit)/cpus=16,threads=1,free=154112760,total=296747008
   [junit4]   2> NOTE: All tests run in this JVM: [SolrIndexConfigTest, TestCSVLoader, MultiTermTest, PluginInfoTest, TestCustomSort, TestZkChroot, TestQuerySenderListener, QueryResultKeyTest, ExpressionTest, UniqFieldsUpdateProcessorFactoryTest, TestCollationField, ResourceLoaderTest, DisMaxRequestHandlerTest, DefaultValueUpdateProcessorTest, CoreAdminCreateDiscoverTest, TestArbitraryIndexDir, ZkSolrClientTest, SimplePostToolTest, XmlUpdateRequestHandlerTest, ChaosMonkeySafeLeaderTest, OpenExchangeRatesOrgProviderTest, TestDFRSimilarityFactory, QueryFacetTest, TestManagedSynonymFilterFactory, SolrTestCaseJ4Test, TestIndexingPerformance, TestFastWriter, FileUtilsTest, TestSolr4Spatial, CurrencyFieldOpenExchangeTest, TestManagedSchemaFieldResource, TestCoreDiscovery, TestDynamicFieldResource, TestSolrJ, FunctionTest, TestRecovery, PrimUtilsTest, TestFieldTypeCollectionResource, MinimalSchemaTest, JSONWriterTest, TestRandomFaceting, AddSchemaFieldsUpdateProcessorFactoryTest, TestStressRecovery, DistanceFunctionTest, ChangedSchemaMergeTest, CoreContainerCoreInitFailuresTest, NoFacetTest, SortByFunctionTest, DeleteInactiveReplicaTest, TestRangeQuery, TestComponentsName, TestDistributedSearch, TestCopyFieldCollectionResource, DirectSolrConnectionTest, TestSchemaResource, TestBinaryResponseWriter, TestLazyCores, ZkNodePropsTest, TestConfigSets, HdfsLockFactoryTest, TestOmitPositions, IndexSchemaRuntimeFieldTest, AtomicUpdatesTest, TestSolrDeletionPolicy2, TestManagedResource, BadIndexSchemaTest, AnalysisErrorHandlingTest, TestLRUCache, AssignTest, HttpPartitionTest]
   [junit4] Completed on J1 in 672.60s, 1 test, 1 error <<< FAILURES!

[...truncated 734 lines...]
BUILD FAILED
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:467: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:447: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/build.xml:45: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/extra-targets.xml:37: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/build.xml:189: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/solr/common-build.xml:496: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:1296: The following error occurred while executing this line:
/usr/home/hudson/hudson-slave/workspace/Lucene-Solr-Tests-trunk-Java7/lucene/common-build.xml:920: There were test failures: 406 suites, 1688 tests, 1 error, 1 failure, 37 ignored (16 assumptions)

Total time: 86 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