You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2014/05/29 08:11:22 UTC

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

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

2 tests failed.
REGRESSION:  org.apache.solr.handler.TestReplicationHandler.doTestBackup

Error Message:
Could not remove the following files (in the order of attempts):    C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-001\collection1\data\snapshot.degkbhyxfnntjivl 

Stack Trace:
java.io.IOException: Could not remove the following files (in the order of attempts):
   C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-001\collection1\data\snapshot.degkbhyxfnntjivl

	at __randomizedtesting.SeedInfo.seed([317097D50A194513:70FBB7B02DA7B65C]:0)
	at org.apache.lucene.util.TestUtil.rm(TestUtil.java:118)
	at org.apache.solr.handler.TestReplicationHandler.doTestBackup(TestReplicationHandler.java:1554)
	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:745)


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

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available to handle this request
	at __randomizedtesting.SeedInfo.seed([317097D50A194513:B09619CD7D46252F]:0)
	at org.apache.solr.client.solrj.impl.LBHttpSolrServer.request(LBHttpSolrServer.java:317)
	at org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:650)
	at org.apache.solr.client.solrj.request.QueryRequest.process(QueryRequest.java:91)
	at org.apache.solr.client.solrj.SolrServer.query(SolrServer.java:301)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1141)
	at org.apache.solr.cloud.AbstractFullDistribZkTestBase.checkShardConsistency(AbstractFullDistribZkTestBase.java:1110)
	at org.apache.solr.cloud.SyncSliceTest.doTest(SyncSliceTest.java:236)
	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:745)




Build Log:
[...truncated 10609 lines...]
   [junit4] Suite: org.apache.solr.cloud.SyncSliceTest
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\init-core-data-001
   [junit4]   2> 744841 T1986 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 744841 T1986 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /
   [junit4]   2> 744849 T1986 oas.SolrTestCaseJ4.setUp ###Starting testDistribSearch
   [junit4]   2> 744852 T1986 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 744853 T1987 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 744975 T1986 oasc.ZkTestServer.run start zk server on port:61486
   [junit4]   2> 744979 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 744987 T1993 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@64a53a34 name:ZooKeeperConnection Watcher:127.0.0.1:61486 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 744988 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 744988 T1986 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 745017 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 745020 T1995 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@52c835dc name:ZooKeeperConnection Watcher:127.0.0.1:61486/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 745020 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 745020 T1986 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 745028 T1986 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 745036 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 745041 T1986 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 745051 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 745052 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 745071 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 745073 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 745081 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 745082 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 745089 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 745089 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 745096 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 745096 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 745104 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 745104 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 745111 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 745111 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 745117 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 745119 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 745126 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 745126 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 745136 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 745136 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 745142 T1986 oasc.AbstractZkTestCase.putConfig put C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 745146 T1986 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 745159 T1988 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x146465c62c10001, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 747386 T1986 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 747394 T1986 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61493
   [junit4]   2> 747394 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 747394 T1986 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 747394 T1986 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-002
   [junit4]   2> 747394 T1986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-002\'
   [junit4]   2> 747439 T1986 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-002\solr.xml
   [junit4]   2> 747551 T1986 oasc.CoreContainer.<init> New CoreContainer 450486733
   [junit4]   2> 747551 T1986 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-002\]
   [junit4]   2> 747554 T1986 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 747554 T1986 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 747554 T1986 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 747554 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 747556 T1986 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 747556 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 747556 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 747556 T1986 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 747556 T1986 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 747556 T1986 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 747558 T1986 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 747558 T1986 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 747558 T1986 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61486/solr
   [junit4]   2> 747558 T1986 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 747562 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 747565 T2006 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@56776780 name:ZooKeeperConnection Watcher:127.0.0.1:61486 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 747566 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 747570 T1988 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x146465c62c10002, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 747572 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 747575 T2008 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e59ef9d name:ZooKeeperConnection Watcher:127.0.0.1:61486/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 747576 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 747579 T1986 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 747588 T1986 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 747595 T1986 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 747604 T1986 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 747613 T1986 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 747621 T1986 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 747626 T1986 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61493_
   [junit4]   2> 747628 T1986 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61493_
   [junit4]   2> 747635 T1986 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 747640 T1986 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 747654 T1986 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:61493_
   [junit4]   2> 747654 T1986 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 747662 T1986 oasc.Overseer.start Overseer (id=91838205015425027-127.0.0.1:61493_-n_0000000000) starting
   [junit4]   2> 747672 T1986 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 747703 T2010 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 747704 T1986 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 747711 T1986 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 747715 T1986 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 747721 T2009 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 747731 T2011 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 747731 T2011 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 747734 T2011 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 747734 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747737 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 747738 T2009 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:61493",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:61493_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 747738 T2009 oasc.Overseer$ClusterStateUpdater.createCollection Create collection control_collection with shards [shard1]
   [junit4]   2> 747740 T2009 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 747745 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 747747 T2008 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> 748950 T2011 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 748950 T2011 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 748952 T2011 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 748952 T2011 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 748955 T2011 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 748955 T2011 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-002\collection1\'
   [junit4]   2> 748960 T2011 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-002/collection1/lib/.svn/' to classloader
   [junit4]   2> 748963 T2011 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-002/collection1/lib/classes/' to classloader
   [junit4]   2> 748965 T2011 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-002/collection1/lib/README' to classloader
   [junit4]   2> 749080 T2011 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 749176 T2011 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 749180 T2011 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 749193 T2011 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 749963 T2011 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 749978 T2011 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 749983 T2011 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 750009 T2011 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 750015 T2011 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 750022 T2011 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 750025 T2011 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 750026 T2011 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 750026 T2011 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 750028 T2011 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 750028 T2011 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 750029 T2011 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 750029 T2011 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 750029 T2011 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-002\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/control/data\
   [junit4]   2> 750029 T2011 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5808b672
   [junit4]   2> 750031 T2011 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/control/data\
   [junit4]   2> 750031 T2011 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/control/data\index/
   [junit4]   2> 750032 T2011 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001\control\data\index' doesn't exist. Creating new index...
   [junit4]   2> 750032 T2011 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/control/data\index
   [junit4]   2> 750032 T2011 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=53.1552734375, floorSegmentMB=1.111328125, forceMergeDeletesPctAllowed=14.415751612711304, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.35101617604424074
   [junit4]   2> 750033 T2011 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12a8493 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7413b465),segFN=segments_1,generation=1}
   [junit4]   2> 750033 T2011 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 750038 T2011 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 750039 T2011 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 750039 T2011 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 750039 T2011 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 750040 T2011 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 750040 T2011 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 750040 T2011 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 750041 T2011 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 750041 T2011 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 750041 T2011 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 750043 T2011 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 750043 T2011 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 750043 T2011 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 750044 T2011 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 750044 T2011 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 750045 T2011 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 750045 T2011 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 750057 T2011 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 750066 T2011 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 750066 T2011 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 750066 T2011 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6615348588802329]
   [junit4]   2> 750067 T2011 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@12a8493 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7413b465),segFN=segments_1,generation=1}
   [junit4]   2> 750067 T2011 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 750067 T2011 oass.SolrIndexSearcher.<init> Opening Searcher@531c8253[collection1] main
   [junit4]   2> 750069 T2011 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 750071 T2011 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 750071 T2011 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 750072 T2011 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 750072 T2011 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 750072 T2011 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 750073 T2011 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 750073 T2011 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 750075 T2011 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 750075 T2011 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 750079 T2012 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@531c8253[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 750082 T2011 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 750083 T2015 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61493 collection:control_collection shard:shard1
   [junit4]   2> 750084 T1986 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 750084 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 750088 T2015 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 750089 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 750092 T2017 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6ff82612 name:ZooKeeperConnection Watcher:127.0.0.1:61486/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 750092 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 750097 T1986 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 750105 T1986 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 750105 T2015 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 750111 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 750114 T2015 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 750114 T2015 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C973 name=collection1 org.apache.solr.core.SolrCore@59b1d971 url=http://127.0.0.1:61493/collection1 node=127.0.0.1:61493_ C973_STATE=coll:control_collection core:collection1 props:{state=down, base_url=http://127.0.0.1:61493, core=collection1, node_name=127.0.0.1:61493_}
   [junit4]   2> 750114 T2015 C973 P61493 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61493/collection1/
   [junit4]   2> 750114 T2015 C973 P61493 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 750114 T2015 C973 P61493 oasc.SyncStrategy.syncToMe http://127.0.0.1:61493/collection1/ has no replicas
   [junit4]   2> 750114 T2015 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61493/collection1/ shard1
   [junit4]   2> 750115 T2015 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 750118 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 750130 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 750133 T2017 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> 750134 T2008 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> 750152 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 750159 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 750285 T2017 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> 750286 T2008 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> 750334 T2015 oasc.ZkController.register We are http://127.0.0.1:61493/collection1/ and leader is http://127.0.0.1:61493/collection1/
   [junit4]   2> 750334 T2015 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61493
   [junit4]   2> 750334 T2015 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 750334 T2015 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 750334 T2015 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 750338 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 750338 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 750338 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 750342 T2015 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 750344 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 750345 T2009 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61493",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:61493_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 750351 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 750480 T2017 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> 750482 T2008 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> 752421 T1986 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1
   [junit4]   2> 752422 T1986 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 752426 T1986 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61505
   [junit4]   2> 752429 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 752429 T1986 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 752429 T1986 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-003
   [junit4]   2> 752429 T1986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-003\'
   [junit4]   2> 752462 T1986 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-003\solr.xml
   [junit4]   2> 752561 T1986 oasc.CoreContainer.<init> New CoreContainer 951061457
   [junit4]   2> 752561 T1986 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-003\]
   [junit4]   2> 752575 T1986 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 752575 T1986 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 752575 T1986 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 752575 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 752575 T1986 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 752577 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 752577 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 752577 T1986 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 752577 T1986 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 752578 T1986 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 752578 T1986 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 752579 T1986 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 752579 T1986 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61486/solr
   [junit4]   2> 752579 T1986 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 752582 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 752614 T2028 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@5266d143 name:ZooKeeperConnection Watcher:127.0.0.1:61486 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 752615 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 752622 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 752626 T2030 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@67a7efcb name:ZooKeeperConnection Watcher:127.0.0.1:61486/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 752626 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 752645 T1986 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 753743 T1986 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61505_
   [junit4]   2> 753745 T1986 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61505_
   [junit4]   2> 753767 T2031 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 753768 T2031 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 753771 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 753771 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 753771 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 753771 T2031 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 753774 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 753775 T2009 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:61505",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:61505_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 753775 T2009 oasc.Overseer$ClusterStateUpdater.createCollection Create collection collection1 with shards [shard1]
   [junit4]   2> 753775 T2009 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 753781 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 753783 T2030 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> 753783 T2008 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> 753784 T2017 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> 754865 T2031 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 754865 T2031 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 754868 T2031 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 754869 T2031 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 754873 T2031 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 754874 T2031 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-003\collection1\'
   [junit4]   2> 754880 T2031 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-003/collection1/lib/.svn/' to classloader
   [junit4]   2> 754884 T2031 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-003/collection1/lib/classes/' to classloader
   [junit4]   2> 754888 T2031 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-003/collection1/lib/README' to classloader
   [junit4]   2> 754984 T2031 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 755085 T2031 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 755087 T2031 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 755098 T2031 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 755810 T2031 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 755822 T2031 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 755826 T2031 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 755852 T2031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 755858 T2031 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 755864 T2031 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 755867 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 755867 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 755867 T2031 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 755869 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 755869 T2031 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 755869 T2031 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 755869 T2031 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 755870 T2031 oasc.SolrCore.<init> [collection1] Opening new SolrCore at ..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-003\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty1\
   [junit4]   2> 755870 T2031 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5808b672
   [junit4]   2> 755871 T2031 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty1\
   [junit4]   2> 755871 T2031 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty1\index/
   [junit4]   2> 755871 T2031 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001\jetty1\index' doesn't exist. Creating new index...
   [junit4]   2> 755872 T2031 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty1\index
   [junit4]   2> 755873 T2031 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=53.1552734375, floorSegmentMB=1.111328125, forceMergeDeletesPctAllowed=14.415751612711304, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.35101617604424074
   [junit4]   2> 755873 T2031 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7297a90c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@364c8987),segFN=segments_1,generation=1}
   [junit4]   2> 755873 T2031 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 755880 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 755880 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 755880 T2031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 755881 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 755881 T2031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 755881 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 755882 T2031 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 755882 T2031 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 755882 T2031 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 755883 T2031 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 755883 T2031 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 755883 T2031 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 755884 T2031 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 755884 T2031 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 755885 T2031 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 755885 T2031 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 755886 T2031 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 755891 T2031 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 755901 T2031 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 755901 T2031 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 755902 T2031 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6615348588802329]
   [junit4]   2> 755902 T2031 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@7297a90c lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@364c8987),segFN=segments_1,generation=1}
   [junit4]   2> 755902 T2031 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 755902 T2031 oass.SolrIndexSearcher.<init> Opening Searcher@2b0a2c23[collection1] main
   [junit4]   2> 755902 T2031 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 755905 T2031 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 755905 T2031 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 755906 T2031 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 755907 T2031 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 755907 T2031 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 755909 T2031 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 755909 T2031 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 755909 T2031 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 755909 T2031 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 755915 T2032 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2b0a2c23[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 755917 T2031 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 755918 T2035 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61505 collection:collection1 shard:shard1
   [junit4]   2> 755919 T1986 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 755919 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 755921 T2035 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard1/election
   [junit4]   2> 755936 T2035 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 755941 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 755942 T2035 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 755942 T2035 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C974 name=collection1 org.apache.solr.core.SolrCore@7f0da33b url=http://127.0.0.1:61505/collection1 node=127.0.0.1:61505_ C974_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:61505, core=collection1, node_name=127.0.0.1:61505_}
   [junit4]   2> 755942 T2035 C974 P61505 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:61505/collection1/
   [junit4]   2> 755942 T2035 C974 P61505 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 755942 T2035 C974 P61505 oasc.SyncStrategy.syncToMe http://127.0.0.1:61505/collection1/ has no replicas
   [junit4]   2> 755942 T2035 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:61505/collection1/ shard1
   [junit4]   2> 755943 T2035 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 755946 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 755957 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 755960 T2030 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> 755961 T2008 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> 755961 T2017 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> 755973 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 755978 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 756094 T2017 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> 756094 T2008 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> 756094 T2030 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> 756137 T2035 oasc.ZkController.register We are http://127.0.0.1:61505/collection1/ and leader is http://127.0.0.1:61505/collection1/
   [junit4]   2> 756137 T2035 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61505
   [junit4]   2> 756137 T2035 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 756137 T2035 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 756137 T2035 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 756140 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 756140 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 756140 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 756142 T2035 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 756146 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 756147 T2009 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61505",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:61505_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node1"}
   [junit4]   2> 756152 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 756267 T2030 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> 756267 T2017 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> 756267 T2008 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> 758036 T1986 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2
   [junit4]   2> 758037 T1986 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 758042 T1986 oejs.AbstractConnector.doStart Started SelectChannelConnector@127.0.0.1:61514
   [junit4]   2> 758043 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init()
   [junit4]   2> 758043 T1986 oasc.SolrResourceLoader.locateSolrHome JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 758043 T1986 oasc.SolrResourceLoader.locateSolrHome using system property solr.solr.home: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-004
   [junit4]   2> 758043 T1986 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-004\'
   [junit4]   2> 758078 T1986 oasc.ConfigSolr.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-004\solr.xml
   [junit4]   2> 758185 T1986 oasc.CoreContainer.<init> New CoreContainer 700448471
   [junit4]   2> 758185 T1986 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-004\]
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 758188 T1986 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 758188 T1986 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 758188 T1986 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 758192 T1986 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 758192 T1986 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:61486/solr
   [junit4]   2> 758192 T1986 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 758194 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 758227 T2046 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7bf3eaaa name:ZooKeeperConnection Watcher:127.0.0.1:61486 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 758228 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 758237 T1988 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x146465c62c10007, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 
   [junit4]   2> 758242 T1986 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 758248 T2048 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@66cbd5fb name:ZooKeeperConnection Watcher:127.0.0.1:61486/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 758249 T1986 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 758284 T1986 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 759390 T1986 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:61514_
   [junit4]   2> 759395 T1986 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:61514_
   [junit4]   2> 759445 T2049 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 759445 T2049 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 759451 T2049 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 759451 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 759451 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 759452 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 759456 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 759459 T2009 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:61514",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:61514_",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":null}
   [junit4]   2> 759459 T2009 oasc.Overseer$ClusterStateUpdater.updateState Collection already exists with numShards=1
   [junit4]   2> 759460 T2009 oasc.Overseer$ClusterStateUpdater.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 759470 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 759474 T2008 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> 759475 T2048 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> 759474 T2030 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> 759476 T2017 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> 760544 T2049 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 760544 T2049 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 760545 T2049 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 760545 T2049 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 760549 T2049 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 760549 T2049 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-004\collection1\'
   [junit4]   2> 760552 T2049 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-004/collection1/lib/.svn/' to classloader
   [junit4]   2> 760553 T2049 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-004/collection1/lib/classes/' to classloader
   [junit4]   2> 760555 T2049 oasc.SolrResourceLoader.replaceClassLoader Adding 'file:/C:/Users/JenkinsSlave/workspace/Lucene-Solr-trunk-Windows/solr/build/solr-core/test/J0/temp/solr.cloud.SyncSliceTest-317097D50A194513-001/tempDir-004/collection1/lib/README' to classloader
   [junit4]   2> 760652 T2049 oasc.SolrConfig.<init> Using Lucene MatchVersion: LUCENE_5_0
   [junit4]   2> 760747 T2049 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 760750 T2049 oass.IndexSchema.readSchema Reading Solr Schema from schema.xml
   [junit4]   2> 760761 T2049 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 761489 T2049 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 761502 T2049 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 761506 T2049 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 761533 T2049 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 761544 T2049 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 761553 T2049 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 761557 T2049 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 761557 T2049 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 761557 T2049 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 761560 T2049 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 761561 T2049 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 761561 T2049 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 761561 T2049 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 761562 T2049 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-004\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty2\
   [junit4]   2> 761562 T2049 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@5808b672
   [junit4]   2> 761563 T2049 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty2\
   [junit4]   2> 761564 T2049 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty2\index/
   [junit4]   2> 761564 T2049 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001\jetty2\index' doesn't exist. Creating new index...
   [junit4]   2> 761564 T2049 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.cloud.SyncSliceTest-317097D50A194513-001\tempDir-001/jetty2\index
   [junit4]   2> 761565 T2049 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=38, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=53.1552734375, floorSegmentMB=1.111328125, forceMergeDeletesPctAllowed=14.415751612711304, segmentsPerTier=30.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.35101617604424074
   [junit4]   2> 761566 T2049 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@681928f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d824657),segFN=segments_1,generation=1}
   [junit4]   2> 761567 T2049 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 761575 T2049 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 761575 T2049 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 761576 T2049 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 761576 T2049 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 761576 T2049 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 761576 T2049 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 761577 T2049 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 761577 T2049 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 761577 T2049 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 761578 T2049 oasc.RequestHandlers.initHandlersFromConfig created standard: solr.StandardRequestHandler
   [junit4]   2> 761579 T2049 oasc.RequestHandlers.initHandlersFromConfig created /get: solr.RealTimeGetHandler
   [junit4]   2> 761580 T2049 oasc.RequestHandlers.initHandlersFromConfig adding lazy requestHandler: solr.ReplicationHandler
   [junit4]   2> 761580 T2049 oasc.RequestHandlers.initHandlersFromConfig created /replication: solr.ReplicationHandler
   [junit4]   2> 761581 T2049 oasc.RequestHandlers.initHandlersFromConfig created /update: solr.UpdateRequestHandler
   [junit4]   2> 761581 T2049 oasc.RequestHandlers.initHandlersFromConfig created /admin/: org.apache.solr.handler.admin.AdminHandlers
   [junit4]   2> 761582 T2049 oasc.RequestHandlers.initHandlersFromConfig created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 761582 T2049 oasc.RequestHandlers.initHandlersFromConfig created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 761593 T2049 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 761599 T2049 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 761599 T2049 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 761600 T2049 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=14, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6615348588802329]
   [junit4]   2> 761601 T2049 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@681928f9 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1d824657),segFN=segments_1,generation=1}
   [junit4]   2> 761601 T2049 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 761601 T2049 oass.SolrIndexSearcher.<init> Opening Searcher@2bb37603[collection1] main
   [junit4]   2> 761603 T2049 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 761605 T2049 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 761605 T2049 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 761606 T2049 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 761607 T2049 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 761607 T2049 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 761608 T2049 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 761608 T2049 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 761608 T2049 oasr.ManagedResource.notifyObserversDuringInit WARN No registered observers for /rest/managed
   [junit4]   2> 761609 T2049 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 761614 T2050 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@2bb37603[collection1] main{UninvertingDirectoryReader()}
   [junit4]   2> 761619 T2049 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 761620 T2053 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:61514 collection:collection1 shard:shard1
   [junit4]   2> 761621 T1986 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0
   [junit4]   2> 761621 T1986 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 761627 T2053 oasc.ZkController.register We are http://127.0.0.1:61514/collection1/ and leader is http://127.0.0.1:61505/collection1/
   [junit4]   2> 761627 T2053 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:61514
   [junit4]   2> 761627 T2053 oasc.ZkController.checkRecovery Core needs to recover:collection1
   [junit4]   2> 761627 T2053 oasu.DefaultSolrCoreState.doRecovery Running recovery - first canceling any ongoing recovery
   [junit4]   2> ASYNC  NEW_CORE C975 name=collection1 org.apache.solr.core.SolrCore@2d46c520 url=http://127.0.0.1:61514/collection1 node=127.0.0.1:61514_ C975_STATE=coll:collection1 core:collection1 props:{state=down, base_url=http://127.0.0.1:61514, core=collection1, node_name=127.0.0.1:61514_}
   [junit4]   2> 761630 T2054 C975 P61514 oasc.RecoveryStrategy.run Starting recovery process.  core=collection1 recoveringAfterStartup=true
   [junit4]   2> 761630 T2054 C975 P61514 oasc.RecoveryStrategy.doRecovery ###### startupVersions=[]
   [junit4]   2> 761630 T2054 C975 P61514 oasc.RecoveryStrategy.doRecovery Publishing state of core collection1 as recovering, leader is http://127.0.0.1:61505/collection1/ and I am http://127.0.0.1:61514/collection1/
   [junit4]   2> 761630 T2054 C975 P61514 oasc.ZkController.publish publishing core=collection1 state=recovering collection=collection1
   [junit4]   2> 761630 T2054 C975 P61514 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 761631 T2053 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 761636 T2008 oasc.DistributedQueue$LatchChildWatcher.process LatchChildWatcher fired on path: /overseer/queue state: SyncConnected type NodeChildrenChanged
   [junit4]   2> 761638 T2054 C975 P61514 oasc.RecoveryStrategy.sendPrepRecoveryCmd Sending prep recovery command to http://127.0.0.1:61505; WaitForState: action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1%3A61514_&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true
   [junit4]   2> 761643 T2009 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 761645 T2009 oasc.Overseer$ClusterStateUpdater.updateState Update state numShards=1 message={
   [junit4]   2> 	  "operation":"state",
   [junit4]   2> 	  "state":"recovering",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:61514",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "node_name":"127.0.0.1:61514_",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "core_node_name":"core_node2"}
   [junit4]   2> 761653 T2023 oasha.CoreAdminHandler.handleWaitForStateAction Going to wait for coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 761655 T2023 oascc.ZkStateReader.updateClusterState Updating cloud state from ZooKeeper... 
   [junit4]   2> 761657 T2023 oasha.CoreAdminHandler.handleWaitForStateAction Will wait a max of 183 seconds to see collection1 (shard1 of collection1) have state: recovering
   [junit4]   2> 761657 T2023 oasha.CoreAdminHandler.handleWaitForStateAction In WaitForState(recovering): collection=collection1, shard=shard1, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=down, localState=ac

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

> 2911265 T8084 oasc.CoreContainer.shutdown Shutting down CoreContainer instance=1988973642
   [junit4]   2> 2911268 T8084 oasc.SolrCore.close [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@307f7598
   [junit4]   2> 2911269 T8084 oasu.DirectUpdateHandler2.close closing DirectUpdateHandler2{commits=0,autocommits=0,soft autocommits=0,optimizes=0,rollbacks=0,expungeDeletes=0,docsPending=0,adds=0,deletesById=0,deletesByQuery=0,errors=0,cumulative_adds=0,cumulative_deletesById=0,cumulative_deletesByQuery=0,cumulative_errors=0}
   [junit4]   2> 2911272 T8084 oasu.SolrCoreState.decrefSolrCoreState Closing SolrCoreState
   [junit4]   2> 2911273 T8084 oasu.DefaultSolrCoreState.closeIndexWriter SolrCoreState ref count has reached 0 - closing IndexWriter
   [junit4]   2> 2911274 T8084 oasu.DefaultSolrCoreState.closeIndexWriter closing IndexWriter with IndexWriterCloser
   [junit4]   2> 2911276 T8084 oasc.SolrCore.closeSearcher [collection1] Closing main searcher on request.
   [junit4]   2> 2911276 T8084 oasc.CachingDirectoryFactory.close Closing MockDirectoryFactory - 2 directories currently being tracked
   [junit4]   2> 2911276 T8084 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-002\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-002\collection1\data\index;done=false>>]
   [junit4]   2> 2911276 T8084 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-002\collection1\data\index
   [junit4]   2> 2911276 T8084 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-002\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-002\collection1\data\;done=false>>]
   [junit4]   2> 2911276 T8084 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001\solr-instance-002\collection1\data\
   [junit4]   2> 2911279 T8084 oejsh.ContextHandler.doStop stopped o.e.j.s.ServletContextHandler{/solr,null}
   [junit4]   2> 2911375 T8084 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\.\temp\solr.handler.TestReplicationHandler-317097D50A194513-001
   [junit4]   2> NOTE: test params are: codec=Lucene46: {newname=PostingsFormat(name=Lucene41VarGapFixedInterval), name=PostingsFormat(name=Lucene41VarGapFixedInterval), id=PostingsFormat(name=Lucene41VarGapFixedInterval)}, docValues:{}, sim=DefaultSimilarity, locale=en_AU, timezone=Pacific/Kwajalein
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.7.0_55 (64-bit)/cpus=2,threads=1,free=144545320,total=514797568
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaNameResource, InfoHandlerTest, CustomCollectionTest, TestNRTOpen, PolyFieldTest, TestShortCircuitedRequests, UpdateParamsTest, TestCSVLoader, TestQuerySenderNoQuery, ChaosMonkeyNothingIsSafeTest, DocValuesMissingTest, CurrencyFieldXmlFileTest, OverseerRolesTest, BadComponentTest, HdfsChaosMonkeySafeLeaderTest, TestAtomicUpdateErrorCases, BadCopyFieldTest, TestStressUserVersions, ShardRoutingTest, TestSolr4Spatial, ExternalFileFieldSortTest, TestCoreDiscovery, TestQueryUtils, AutoCommitTest, FieldAnalysisRequestHandlerTest, SolrTestCaseJ4Test, CoreAdminCreateDiscoverTest, SolrCmdDistributorTest, RequiredFieldsTest, TestSweetSpotSimilarityFactory, DeleteShardTest, TestReversedWildcardFilterFactory, TestPartialUpdateDeduplication, BasicDistributedZkTest, TestLMJelinekMercerSimilarityFactory, TestSimpleQParserPlugin, QueryFacetTest, FieldFacetExtrasTest, TestExtendedDismaxParser, WordBreakSolrSpellCheckerTest, IndexSchemaRuntimeFieldTest, TestDefaultSearchFieldResource, TestStressRecovery, TestManagedStopFilterFactory, DateFieldTest, QueryEqualityTest, TestMultiCoreConfBootstrap, SynonymTokenizerTest, TestSolrIndexConfig, SyncSliceTest, TestCharFilters, SuggesterTSTTest, TestBM25SimilarityFactory, DateMathParserTest, TestUniqueKeyFieldResource, ResourceLoaderTest, SpellCheckCollatorTest, TestGroupingSearch, TestFastWriter, TestSolrQueryParserDefaultOperatorResource, AnalysisErrorHandlingTest, DocumentBuilderTest, XmlUpdateRequestHandlerTest, TestManagedResourceStorage, EnumFieldTest, SolrCoreCheckLockOnStartupTest, TestCloudManagedSchema, TestFreeTextSuggestions, AliasIntegrationTest, DisMaxRequestHandlerTest, TestFileDictionaryLookup, TestJoin, TestPHPSerializedResponseWriter, TestSolrCoreProperties, BinaryUpdateRequestHandlerTest, QueryResultKeyTest, HdfsBasicDistributedZk2Test, StatsComponentTest, HdfsSyncSliceTest, BadIndexSchemaTest, BlockDirectoryTest, TestFieldTypeResource, TestCoreContainer, DirectUpdateHandlerOptimizeTest, TestBinaryResponseWriter, TestManagedSchemaFieldResource, CircularListTest, ChangedSchemaMergeTest, TestFieldTypeCollectionResource, HighlighterTest, ChaosMonkeySafeLeaderTest, DeleteInactiveReplicaTest, TestIBSimilarityFactory, AssignTest, SuggestComponentTest, UpdateRequestProcessorFactoryTest, QueryElevationComponentTest, TestManagedSchema, DistanceFunctionTest, CopyFieldTest, TestComplexPhraseQParserPlugin, TestRequestStatusCollectionAPI, HighlighterConfigTest, ZkCLITest, TestSurroundQueryParser, RemoteQueryErrorTest, FastVectorHighlighterTest, DistributedExpandComponentTest, TestSerializedLuceneMatchVersion, UniqFieldsUpdateProcessorFactoryTest, TestManagedSynonymFilterFactory, DefaultValueUpdateProcessorTest, DistributedQueryComponentCustomSortTest, TestArbitraryIndexDir, FunctionTest, AbstractAnalyticsStatsTest, TestHashPartitioner, DocumentAnalysisRequestHandlerTest, TestDistributedMissingSort, TestSearcherReuse, TestBlendedInfixSuggestions, CoreAdminRequestStatusTest, TestSolrJ, MoreLikeThisHandlerTest, CursorMarkTest, HdfsCollectionsAPIDistributedZkTest, PingRequestHandlerTest, TestConfigSets, PathHierarchyTokenizerFactoryTest, TestDFRSimilarityFactory, ModifyConfFileTest, TestDistributedGrouping, ResponseLogComponentTest, ReturnFieldsTest, RecoveryZkTest, LoggingHandlerTest, DeleteReplicaTest, TestDynamicFieldCollectionResource, FileUtilsTest, HdfsUnloadDistributedZkTest, TestCodecSupport, SampleTest, CoreContainerCoreInitFailuresTest, OverseerStatusTest, SoftAutoCommitTest, DocValuesMultiTest, TestManagedResource, TestSolrDeletionPolicy2, PeerSyncTest, CursorPagingTest, TermVectorComponentDistributedTest, TestRecovery, SortByFunctionTest, SchemaVersionSpecificBehaviorTest, MigrateRouteKeyTest, TestRestManager, CurrencyFieldOpenExchangeTest, DebugComponentTest, DistributedSuggestComponentTest, TestPseudoReturnFields, RankQueryTest, TestHighFrequencyDictionaryFactory, TestInfoStreamLogging, TestFastLRUCache, TestSolrQueryParser, TestPhraseSuggestions, TestFieldSortValues, ShardRoutingCustomTest, ShowFileRequestHandlerTest, OpenCloseCoreStressTest, TestSolrXml, SpellCheckComponentTest, SOLR749Test, TestWordDelimiterFilterFactory, SolrPluginUtilsTest, CoreMergeIndexesAdminHandlerTest, TestDefaultSimilarityFactory, SpellingQueryConverterTest, TestRealTimeGet, TestValueSourceCache, SuggesterWFSTTest, SolrIndexConfigTest, TestFastOutputStream, AlternateDirectoryTest, TestTrie, TestDistribDocBasedVersion, TestPerFieldSimilarity, OpenExchangeRatesOrgProviderTest, TestBinaryField, TestAnalyzeInfixSuggestions, TermsComponentTest, TestJmxMonitoredMap, RequestHandlersTest, SimplePostToolTest, OverseerCollectionProcessorTest, BasicZkTest, TestNoOpRegenerator, TestMergePolicyConfig, BasicDistributedZk2Test, UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, FullSolrCloudDistribCmdsTest, TestReplicationHandler]
   [junit4] Completed in 81.17s, 14 tests, 1 error <<< FAILURES!

[...truncated 600 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:467: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:447: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:45: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:37: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:189: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:496: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1296: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:920: There were test failures: 406 suites, 1688 tests, 2 errors, 41 ignored (20 assumptions)

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