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 2015/03/19 11:44:51 UTC

[JENKINS] Lucene-Solr-trunk-Windows (64bit/jdk1.8.0_31) - Build # 4563 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4563/
Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'CY val' for path 'response/params/y/c' full output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{     "znodeVersion":0,     "params":{"x":{         "a":"A val",         "b":"B val",         "":{"v":0}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'CY val' for path 'response/params/y/c' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":0,
    "params":{"x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}}}}}
	at __randomizedtesting.SeedInfo.seed([3D10408200A0BE23:B5447F58AE5CD3DB]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:190)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:78)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:483)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
	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 org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
	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 com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	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:54)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 9129 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\init-core-data-001
   [junit4]   2> 19930 T61 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 19930 T61 oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system property: /pp_f/to
   [junit4]   2> 20093 T61 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 20100 T62 oasc.ZkTestServer$ZKServerMain.runFromConfig Starting server
   [junit4]   2> 20303 T61 oasc.ZkTestServer.run start zk server on port:49781
   [junit4]   2> 20351 T61 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 20486 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 20599 T69 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@38ce498 name:ZooKeeperConnection Watcher:127.0.0.1:49781 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 20603 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 20606 T61 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 20610 T61 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 20672 T61 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 20674 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 20707 T72 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@51d5cce6 name:ZooKeeperConnection Watcher:127.0.0.1:49781/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 20708 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 20708 T61 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 20716 T61 oascc.SolrZkClient.makePath makePath: /collections/collection1
   [junit4]   2> 20757 T61 oascc.SolrZkClient.makePath makePath: /collections/collection1/shards
   [junit4]   2> 20769 T61 oascc.SolrZkClient.makePath makePath: /collections/control_collection
   [junit4]   2> 20774 T61 oascc.SolrZkClient.makePath makePath: /collections/control_collection/shards
   [junit4]   2> 20787 T61 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> 20790 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 20802 T61 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> 20803 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/schema.xml
   [junit4]   2> 20812 T61 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> 20813 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 20824 T61 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> 20824 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 20831 T61 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> 20832 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/protwords.txt
   [junit4]   2> 20842 T61 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> 20843 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/currency.xml
   [junit4]   2> 20853 T61 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> 20854 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 20860 T61 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> 20861 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 20867 T61 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> 20868 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 20876 T61 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> 20876 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 20880 T61 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> 20884 T61 oascc.SolrZkClient.makePath makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 21410 T61 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1
   [junit4]   2> 21418 T61 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 21422 T61 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@2cf8ba45{/pp_f/to,null,AVAILABLE}
   [junit4]   2> 21426 T61 oejs.AbstractConnector.doStart Started ServerConnector@65163a76{HTTP/1.1}{127.0.0.1:49788}
   [junit4]   2> 21426 T61 oejs.Server.doStart Started @20479ms
   [junit4]   2> 21427 T61 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\tempDir-001/control/data, hostContext=/pp_f/to, hostPort=49788, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores}
   [junit4]   2> 21427 T61 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 21427 T61 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\'
   [junit4]   2> 21461 T61 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\solr.xml
   [junit4]   2> 21470 T61 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores
   [junit4]   2> 21470 T61 oasc.CoreContainer.<init> New CoreContainer 44029242
   [junit4]   2> 21470 T61 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\]
   [junit4]   2> 21471 T61 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\lib
   [junit4]   2> 21471 T61 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\lib).
   [junit4]   2> 21485 T61 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 21485 T61 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 21485 T61 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 21486 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 21486 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 21486 T61 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 21487 T61 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 21487 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 21487 T61 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 21487 T61 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 21488 T61 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 21488 T61 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 21489 T61 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 21489 T61 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 21489 T61 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 21490 T61 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49781/solr
   [junit4]   2> 21535 T61 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 21536 T61 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 21537 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 21541 T86 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7e7eb700 name:ZooKeeperConnection Watcher:127.0.0.1:49781 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 21541 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 21542 T61 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 21561 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 21565 T89 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@35ad63b2 name:ZooKeeperConnection Watcher:127.0.0.1:49781/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 21565 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 21586 T61 oascc.SolrZkClient.makePath makePath: /overseer/queue
   [junit4]   2> 21603 T61 oascc.SolrZkClient.makePath makePath: /overseer/collection-queue-work
   [junit4]   2> 21611 T61 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-running
   [junit4]   2> 21616 T61 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-completed
   [junit4]   2> 21621 T61 oascc.SolrZkClient.makePath makePath: /overseer/collection-map-failure
   [junit4]   2> 21640 T61 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 21644 T61 oascc.SolrZkClient.makePath makePath: /aliases.json
   [junit4]   2> 21648 T61 oascc.SolrZkClient.makePath makePath: /clusterstate.json
   [junit4]   2> 21650 T61 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49788_pp_f%2Fto
   [junit4]   2> 21655 T61 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49788_pp_f%2Fto
   [junit4]   2> 21659 T61 oascc.SolrZkClient.makePath makePath: /overseer_elect
   [junit4]   2> 21661 T61 oascc.SolrZkClient.makePath makePath: /overseer_elect/election
   [junit4]   2> 21665 T61 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 21681 T61 oasc.OverseerElectionContext.runLeaderProcess I am going to be the leader 127.0.0.1:49788_pp_f%2Fto
   [junit4]   2> 21681 T61 oascc.SolrZkClient.makePath makePath: /overseer_elect/leader
   [junit4]   2> 21685 T61 oasc.Overseer.start Overseer (id=93504140829392899-127.0.0.1:49788_pp_f%2Fto-n_0000000000) starting
   [junit4]   2> 21701 T61 oascc.SolrZkClient.makePath makePath: /overseer/queue-work
   [junit4]   2> 21739 T61 oasc.OverseerAutoReplicaFailoverThread.<init> Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 21751 T91 oasc.OverseerCollectionProcessor.run Process current queue of collection creations
   [junit4]   2> 21753 T61 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 21766 T90 oasc.Overseer$ClusterStateUpdater.run Starting to work on the main queue
   [junit4]   2> 21775 T61 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1, collection=control_collection, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 21789 T61 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\
   [junit4]   2> 21790 T61 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 21793 T93 oasc.ZkController.publish publishing core=collection1 state=down collection=control_collection
   [junit4]   2> 21795 T93 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 21806 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 21807 T93 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 21813 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49788/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49788_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 0
   [junit4]   2> 21867 T90 oasco.ReplicaMutator.updateState Update state numShards=1 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49788/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49788_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"1",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 21872 T90 oasco.ClusterStateMutator.createCollection building a new cName: control_collection
   [junit4]   2> 21903 T90 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 21918 T89 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> 22822 T93 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 22822 T93 oasc.ZkController.createCollectionZkNode Check for collection zkNode:control_collection
   [junit4]   2> 22823 T93 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 22824 T93 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 22825 T93 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 22826 T93 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\'
   [junit4]   2> 22853 T93 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 22861 T93 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 22880 T93 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 22887 T93 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 22911 T93 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 22917 T93 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 22929 T93 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 23333 T93 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 23486 T93 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 23488 T93 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 23619 T93 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 23629 T93 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 23637 T93 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 23694 T93 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 23694 T93 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 23695 T93 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 23698 T93 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 23698 T93 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 23707 T93 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 23707 T93 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 23709 T93 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\data\
   [junit4]   2> 23709 T93 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11facbc3
   [junit4]   2> 23792 T93 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\data\
   [junit4]   2> 23793 T93 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\data\index/
   [junit4]   2> 23793 T93 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 23793 T93 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\control-001\cores\collection1\data\index
   [junit4]   2> 23795 T93 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=96.455078125, floorSegmentMB=0.8447265625, forceMergeDeletesPctAllowed=11.748593286998025, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.776766752977836
   [junit4]   2> 23798 T93 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@88163f2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dac41de),segFN=segments_1,generation=1}
   [junit4]   2> 23798 T93 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23820 T93 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 23867 T93 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 23868 T93 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 23868 T93 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 23869 T93 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 23869 T93 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 23869 T93 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 23871 T93 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 23871 T93 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 23878 T93 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23885 T93 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23887 T93 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23888 T93 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 23901 T93 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 23902 T93 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 23906 T93 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 23906 T93 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 23910 T93 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 23910 T93 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 23913 T93 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=6.8759765625, floorSegmentMB=1.9833984375, forceMergeDeletesPctAllowed=14.682948163571957, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 23914 T93 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@88163f2 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1dac41de),segFN=segments_1,generation=1}
   [junit4]   2> 23914 T93 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 23915 T93 oass.SolrIndexSearcher.<init> Opening Searcher@3f5961ff[collection1] main
   [junit4]   2> 23916 T93 oascc.ZkStateReader.readConfigName Load collection config from:/collections/control_collection
   [junit4]   2> 23919 T93 oascc.ZkStateReader.readConfigName path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 23919 T93 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 23936 T93 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 23936 T93 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 23936 T93 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 23947 T93 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 23957 T93 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 23957 T93 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 23957 T93 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 23959 T94 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@3f5961ff[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 23962 T93 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 23964 T97 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49788/pp_f/to collection:control_collection shard:shard1
   [junit4]   2> 23965 T61 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 23965 T61 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 23984 T97 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 24023 T97 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard1
   [junit4]   2> 24031 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 24032 T97 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 24032 T97 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C3 name=collection1 org.apache.solr.core.SolrCore@34675aa4 url=http://127.0.0.1:49788/pp_f/to/collection1 node=127.0.0.1:49788_pp_f%2Fto C3_STATE=coll:control_collection core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49788/pp_f/to, node_name=127.0.0.1:49788_pp_f%2Fto, state=down}
   [junit4]   2> 24036 T97 C3 P49788 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49788/pp_f/to/collection1/
   [junit4]   2> 24036 T97 C3 P49788 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 24037 T97 C3 P49788 oasc.SyncStrategy.syncToMe http://127.0.0.1:49788/pp_f/to/collection1/ has no replicas
   [junit4]   2> 24038 T97 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49788/pp_f/to/collection1/ shard1
   [junit4]   2> 24045 T97 oascc.SolrZkClient.makePath makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 24046 T61 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 24052 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 24061 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection"} current state version: 1
   [junit4]   2> 24064 T100 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@497b367c name:ZooKeeperConnection Watcher:127.0.0.1:49781/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 24065 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 24067 T61 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 24068 T61 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 24083 T61 oasc.ChaosMonkey.monkeyLog monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 24083 T61 oasc.AbstractFullDistribZkTestBase.createJettys Creating collection1 with stateFormat=2
   [junit4]   2> 24083 T61 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 24087 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 24101 T100 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> 24102 T103 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@13aecfa name:ZooKeeperConnection Watcher:127.0.0.1:49781/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 24103 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 24107 T61 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 24108 T89 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> 24124 T63 oazs.NIOServerCnxn.doIO WARN caught end of stream exception EndOfStreamException: Unable to read additional data from client sessionid 0x14c31854b2a0005, 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> 24139 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49788/pp_f/to",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 2
   [junit4]   2> 24180 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 24209 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 2, message = {
   [junit4]   2> 	  "operation":"create",
   [junit4]   2> 	  "name":"collection1",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "stateFormat":"2"} current state version: 2
   [junit4]   2> 24210 T90 oasco.ClusterStateMutator.createCollection building a new cName: collection1
   [junit4]   2> 24215 T89 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> 24218 T100 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> 24283 T97 oasc.ZkController.register We are http://127.0.0.1:49788/pp_f/to/collection1/ and leader is http://127.0.0.1:49788/pp_f/to/collection1/
   [junit4]   2> 24283 T97 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49788/pp_f/to
   [junit4]   2> 24283 T97 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 24284 T97 oasc.ZkController.publish publishing core=collection1 state=active collection=control_collection
   [junit4]   2> 24284 T97 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 24300 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49788/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49788_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"} current state version: 3
   [junit4]   2> 24314 T90 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49788/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49788_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard1",
   [junit4]   2> 	  "collection":"control_collection",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 24404 T90 oasco.ZkStateWriter.writePendingUpdates going to create_collection /collections/collection1/state.json
   [junit4]   2> 24433 T89 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> 24434 T100 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> 24486 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 24591 T61 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1
   [junit4]   2> 24596 T61 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 1 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001
   [junit4]   2> 24598 T61 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 24599 T89 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> 24603 T61 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@53a50034{/pp_f/to,null,AVAILABLE}
   [junit4]   2> 24603 T100 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> 24605 T61 oejs.AbstractConnector.doStart Started ServerConnector@6a0eaee9{HTTP/1.1}{127.0.0.1:49807}
   [junit4]   2> 24605 T61 oejs.Server.doStart Started @23637ms
   [junit4]   2> 24606 T61 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/pp_f/to, hostPort=49807, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores}
   [junit4]   2> 24608 T61 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 24608 T61 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\'
   [junit4]   2> 24654 T61 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\solr.xml
   [junit4]   2> 24695 T61 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores
   [junit4]   2> 24695 T61 oasc.CoreContainer.<init> New CoreContainer 1764696468
   [junit4]   2> 24695 T61 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\]
   [junit4]   2> 24696 T61 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\lib
   [junit4]   2> 24696 T61 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\lib).
   [junit4]   2> 24709 T61 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 24710 T61 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 24710 T61 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 24710 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 24711 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 24711 T61 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 24711 T61 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 24711 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 24711 T61 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 24717 T61 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 24717 T61 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 24718 T61 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 24719 T61 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 24719 T61 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 24719 T61 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 24720 T61 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49781/solr
   [junit4]   2> 24720 T61 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 24720 T61 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 24768 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 24857 T117 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@6a41d01e name:ZooKeeperConnection Watcher:127.0.0.1:49781 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 24861 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 24862 T61 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 24896 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 24905 T120 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7adfb24 name:ZooKeeperConnection Watcher:127.0.0.1:49781/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 24906 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 24919 T61 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 25951 T61 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49807_pp_f%2Fto
   [junit4]   2> 25952 T61 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49807_pp_f%2Fto
   [junit4]   2> 25956 T61 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 25962 T61 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 25964 T61 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\
   [junit4]   2> 25964 T61 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 25968 T121 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 25968 T121 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 25970 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 25971 T121 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 25971 T121 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 25972 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49807/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49807_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 25972 T121 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 25973 T90 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49807/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49807_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 25974 T90 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 25974 T90 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard2
   [junit4]   2> 25977 T121 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 0 
   [junit4]   2> 25977 T121 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 26083 T90 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 26084 T120 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 26085 T120 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 1 
   [junit4]   2> 26993 T121 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 26993 T121 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 26994 T121 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 26994 T121 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 26995 T121 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 26996 T121 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\'
   [junit4]   2> 27011 T121 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 27016 T121 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 27067 T121 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 27080 T121 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 27095 T121 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 27100 T121 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 27120 T121 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 27399 T121 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 27440 T121 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 27440 T121 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 27551 T121 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 27560 T121 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 27567 T121 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 27569 T121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 27569 T121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 27569 T121 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 27570 T121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 27570 T121 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 27570 T121 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 27571 T121 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 27571 T121 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 27571 T121 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11facbc3
   [junit4]   2> 27573 T121 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 27573 T121 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 27573 T121 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 27574 T121 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 27574 T121 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=96.455078125, floorSegmentMB=0.8447265625, forceMergeDeletesPctAllowed=11.748593286998025, segmentsPerTier=50.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.776766752977836
   [junit4]   2> 27575 T121 oasc.SolrDeletionPolicy.onCommit SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5781b7a1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af75459),segFN=segments_1,generation=1}
   [junit4]   2> 27575 T121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 27581 T121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 27582 T121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 27582 T121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 27582 T121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 27582 T121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 27582 T121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 27583 T121 oasup.UpdateRequestProcessorChain.init creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 27583 T121 oasup.UpdateRequestProcessorChain.init inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 27583 T121 oasc.SolrCore.loadUpdateProcessorChains no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 27594 T121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27604 T121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27609 T121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27612 T121 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 27647 T121 oasc.RequestHandlers.initHandlersFromConfig Registered paths: /admin/mbeans,standard,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 27648 T121 oasc.SolrCore.initStatsCache Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 27650 T121 oasu.UpdateHandler.<init> Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 27650 T121 oasu.UpdateLog.init Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 27652 T121 oasu.CommitTracker.<init> Hard AutoCommit: disabled
   [junit4]   2> 27652 T121 oasu.CommitTracker.<init> Soft AutoCommit: disabled
   [junit4]   2> 27657 T121 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=39, maxMergeAtOnceExplicit=13, maxMergedSegmentMB=6.8759765625, floorSegmentMB=1.9833984375, forceMergeDeletesPctAllowed=14.682948163571957, segmentsPerTier=46.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 27658 T121 oasc.SolrDeletionPolicy.onInit SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 		commit{dir=MockDirectoryWrapper(RAMDirectory@5781b7a1 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@af75459),segFN=segments_1,generation=1}
   [junit4]   2> 27658 T121 oasc.SolrDeletionPolicy.updateCommits newest commit generation = 1
   [junit4]   2> 27659 T121 oass.SolrIndexSearcher.<init> Opening Searcher@114785d7[collection1] main
   [junit4]   2> 27659 T121 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 27662 T121 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 27662 T121 oasr.ManagedResourceStorage.newStorageIO Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 27662 T121 oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 27662 T121 oasr.RestManager.init Initializing RestManager with initArgs: {}
   [junit4]   2> 27662 T121 oasr.ManagedResourceStorage.load Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 27667 T121 oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 27667 T121 oasr.ManagedResourceStorage.load Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 27667 T121 oasr.RestManager.init Initializing 0 registered ManagedResources
   [junit4]   2> 27669 T121 oash.ReplicationHandler.inform Commits will be reserved for  10000
   [junit4]   2> 27670 T121 oasc.CoreContainer.registerCore registering core: collection1
   [junit4]   2> 27690 T125 oasc.ZkController.register Register replica - core:collection1 address:http://127.0.0.1:49807/pp_f/to collection:collection1 shard:shard2
   [junit4]   2> 27691 T61 oass.SolrDispatchFilter.init user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 27691 T61 oass.SolrDispatchFilter.init SolrDispatchFilter.init() done
   [junit4]   2> 27694 T122 oasc.SolrCore.registerSearcher [collection1] Registered new searcher Searcher@114785d7[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 27696 T125 oascc.SolrZkClient.makePath makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 27709 T125 oasc.ShardLeaderElectionContext.runLeaderProcess Running the leader process for shard shard2
   [junit4]   2> 27714 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 27714 T125 oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found to continue.
   [junit4]   2> 27714 T125 oasc.ShardLeaderElectionContext.runLeaderProcess I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C4 name=collection1 org.apache.solr.core.SolrCore@70be12f6 url=http://127.0.0.1:49807/pp_f/to/collection1 node=127.0.0.1:49807_pp_f%2Fto C4_STATE=coll:collection1 core:collection1 props:{core=collection1, base_url=http://127.0.0.1:49807/pp_f/to, node_name=127.0.0.1:49807_pp_f%2Fto, state=down}
   [junit4]   2> 27714 T125 C4 P49807 oasc.SyncStrategy.sync Sync replicas to http://127.0.0.1:49807/pp_f/to/collection1/
   [junit4]   2> 27715 T125 C4 P49807 oasc.SyncStrategy.syncReplicas Sync Success - now sync replicas to me
   [junit4]   2> 27715 T125 C4 P49807 oasc.SyncStrategy.syncToMe http://127.0.0.1:49807/pp_f/to/collection1/ has no replicas
   [junit4]   2> 27716 T125 oasc.ShardLeaderElectionContext.runLeaderProcess I am the new leader: http://127.0.0.1:49807/pp_f/to/collection1/ shard2
   [junit4]   2> 27716 T125 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard2
   [junit4]   2> 27720 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1"} current state version: 5
   [junit4]   2> 27723 T90 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 27724 T120 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 27727 T120 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 2 
   [junit4]   2> 27738 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "operation":"leader",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49807/pp_f/to",
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "state":"active"} current state version: 5
   [junit4]   2> 27745 T90 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 27746 T120 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 27747 T120 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 3 
   [junit4]   2> 27788 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 27789 T125 oasc.ZkController.register We are http://127.0.0.1:49807/pp_f/to/collection1/ and leader is http://127.0.0.1:49807/pp_f/to/collection1/
   [junit4]   2> 27789 T125 oasc.ZkController.register No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:49807/pp_f/to
   [junit4]   2> 27789 T125 oasc.ZkController.checkRecovery I am the leader, no recovery necessary
   [junit4]   2> 27789 T125 oasc.ZkController.publish publishing core=collection1 state=active collection=collection1
   [junit4]   2> 27790 T125 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 27792 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 27795 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49807/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49807_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 27796 T90 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "core_node_name":"core_node1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49807/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49807_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"active",
   [junit4]   2> 	  "shard":"shard2",
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 27799 T90 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 27801 T120 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 27808 T125 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 27809 T120 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 28056 T61 oas.SolrTestCaseJ4.writeCoreProperties Writing core.properties file to C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1
   [junit4]   2> 28059 T61 oasc.AbstractFullDistribZkTestBase.createJettys create jetty 2 in directory C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001
   [junit4]   2> 28060 T61 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 28066 T61 oejsh.ContextHandler.doStart Started o.e.j.s.ServletContextHandler@7b8f77f0{/pp_f/to,null,AVAILABLE}
   [junit4]   2> 28069 T61 oejs.AbstractConnector.doStart Started ServerConnector@5cb76e2b{HTTP/1.1}{127.0.0.1:49820}
   [junit4]   2> 28070 T61 oejs.Server.doStart Started @27058ms
   [junit4]   2> 28070 T61 oascse.JettySolrRunner$1.lifeCycleStarted Jetty properties: {solr.data.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\tempDir-001/jetty2, solrconfig=solrconfig.xml, hostContext=/pp_f/to, hostPort=49820, coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores}
   [junit4]   2> 28070 T61 oass.SolrDispatchFilter.init SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@c387f44
   [junit4]   2> 28071 T61 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: '..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\'
   [junit4]   2> 28101 T61 oasc.SolrXmlConfig.fromFile Loading container configuration from C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\solr.xml
   [junit4]   2> 28115 T61 oasc.CorePropertiesLocator.<init> Config-defined core root directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores
   [junit4]   2> 28115 T61 oasc.CoreContainer.<init> New CoreContainer 675738105
   [junit4]   2> 28116 T61 oasc.CoreContainer.load Loading cores into CoreContainer [instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\]
   [junit4]   2> 28116 T61 oasc.CoreContainer.load loading shared library: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\lib
   [junit4]   2> 28117 T61 oasc.SolrResourceLoader.addToClassLoader WARN Can't find (or read) directory to add to classloader: lib (resolved as: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\lib).
   [junit4]   2> 28131 T61 oashc.HttpShardHandlerFactory.getParameter Setting socketTimeout to: 90000
   [junit4]   2> 28131 T61 oashc.HttpShardHandlerFactory.getParameter Setting urlScheme to: 
   [junit4]   2> 28131 T61 oashc.HttpShardHandlerFactory.getParameter Setting connTimeout to: 15000
   [junit4]   2> 28131 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxConnectionsPerHost to: 20
   [junit4]   2> 28131 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxConnections to: 10000
   [junit4]   2> 28132 T61 oashc.HttpShardHandlerFactory.getParameter Setting corePoolSize to: 0
   [junit4]   2> 28132 T61 oashc.HttpShardHandlerFactory.getParameter Setting maximumPoolSize to: 2147483647
   [junit4]   2> 28132 T61 oashc.HttpShardHandlerFactory.getParameter Setting maxThreadIdleTime to: 5
   [junit4]   2> 28132 T61 oashc.HttpShardHandlerFactory.getParameter Setting sizeOfQueue to: -1
   [junit4]   2> 28132 T61 oashc.HttpShardHandlerFactory.getParameter Setting fairnessPolicy to: false
   [junit4]   2> 28132 T61 oashc.HttpShardHandlerFactory.getParameter Setting useRetries to: false
   [junit4]   2> 28132 T61 oasu.UpdateShardHandler.<init> Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 28133 T61 oasl.LogWatcher.createWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 28133 T61 oasl.LogWatcher.newRegisteredLogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 28133 T61 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 28134 T61 oasc.ZkContainer.initZooKeeper Zookeeper client=127.0.0.1:49781/solr
   [junit4]   2> 28134 T61 oasc.ZkController.checkChrootPath zkHost includes chroot
   [junit4]   2> 28134 T61 oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default ZkCredentialsProvider
   [junit4]   2> 28143 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 28156 T139 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@404c160b name:ZooKeeperConnection Watcher:127.0.0.1:49781 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 28157 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 28157 T61 oascc.SolrZkClient.createZkACLProvider Using default ZkACLProvider
   [junit4]   2> 28162 T61 oascc.ConnectionManager.waitForConnected Waiting for client to connect to ZooKeeper
   [junit4]   2> 28165 T142 oascc.ConnectionManager.process Watcher org.apache.solr.common.cloud.ConnectionManager@7843b77d name:ZooKeeperConnection Watcher:127.0.0.1:49781/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 28165 T61 oascc.ConnectionManager.waitForConnected Client is connected to ZooKeeper
   [junit4]   2> 28174 T61 oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state from ZooKeeper... 
   [junit4]   2> 29177 T61 oasc.ZkController.createEphemeralLiveNode Register node as live in ZooKeeper:/live_nodes/127.0.0.1:49820_pp_f%2Fto
   [junit4]   2> 29178 T61 oascc.SolrZkClient.makePath makePath: /live_nodes/127.0.0.1:49820_pp_f%2Fto
   [junit4]   2> 29217 T61 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 29227 T61 oasc.CorePropertiesLocator.discover Looking for core definitions underneath C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores
   [junit4]   1> CORE DESCRIPTOR: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1, collection=collection1, absoluteInstDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\, coreNodeName=, dataDir=data\, shard=}
   [junit4]   2> 29230 T61 oasc.CorePropertiesLocator.discoverUnder Found core collection1 in C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\
   [junit4]   2> 29230 T61 oasc.CorePropertiesLocator.discover Found 1 core definitions
   [junit4]   2> 29237 T143 oasc.ZkController.publish publishing core=collection1 state=down collection=collection1
   [junit4]   2> 29237 T143 oasc.ZkController.publish numShards not found on descriptor - reading it from system property
   [junit4]   2> 29246 T89 oasc.DistributedQueue$LatchWatcher.process NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 29248 T90 oasc.Overseer$ClusterStateUpdater.run processMessage: queueSize: 1, message = {
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49820/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49820_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"} current state version: 5
   [junit4]   2> 29249 T143 oasc.ZkController.preRegister Registering watch for external collection collection1
   [junit4]   2> 29249 T143 oascc.ZkStateReader.addZkWatch addZkWatch collection1
   [junit4]   2> 29258 T90 oasco.ReplicaMutator.updateState Update state numShards=2 message={
   [junit4]   2> 	  "core":"collection1",
   [junit4]   2> 	  "roles":null,
   [junit4]   2> 	  "base_url":"http://127.0.0.1:49820/pp_f/to",
   [junit4]   2> 	  "node_name":"127.0.0.1:49820_pp_f%2Fto",
   [junit4]   2> 	  "numShards":"2",
   [junit4]   2> 	  "state":"down",
   [junit4]   2> 	  "shard":null,
   [junit4]   2> 	  "collection":"collection1",
   [junit4]   2> 	  "operation":"state"}
   [junit4]   2> 29259 T143 oascc.ZkStateReader.addZkWatch Updating collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 29259 T90 oasco.ReplicaMutator.updateState Collection already exists with numShards=2
   [junit4]   2> 29259 T90 oasco.ReplicaMutator.updateState Assigning new node to shard shard=shard1
   [junit4]   2> 29268 T90 oasco.ZkStateWriter.writePendingUpdates going to update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 29269 T143 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 4 
   [junit4]   2> 29269 T143 oasc.ZkController.waitForCoreNodeName look for our core node name
   [junit4]   2> 29275 T120 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 29275 T142 oascc.ZkStateReader$7.process A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 3)
   [junit4]   2> 29276 T120 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 29276 T142 oascc.ZkStateReader.updateWatchedCollection Updating data for collection1 to ver 5 
   [junit4]   2> 30230 T143 oasc.ZkController.waitForShardId waiting to find shard id in clusterstate for collection1
   [junit4]   2> 30231 T143 oasc.ZkController.createCollectionZkNode Check for collection zkNode:collection1
   [junit4]   2> 30232 T143 oasc.ZkController.createCollectionZkNode Collection zkNode exists
   [junit4]   2> 30232 T143 oascc.ZkStateReader.readConfigName Load collection config from:/collections/collection1
   [junit4]   2> 30233 T143 oascc.ZkStateReader.readConfigName path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 30233 T143 oasc.SolrResourceLoader.<init> new SolrResourceLoader for directory: 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\'
   [junit4]   2> 30251 T143 oasc.ZkController.watchZKConfDir watch zkdir /configs/conf1
   [junit4]   2> 30255 T143 oasc.Config.<init> loaded config solrconfig.xml with version 0 
   [junit4]   2> 30292 T143 oasc.SolrConfig.refreshRequestParams current version of requestparams : -1
   [junit4]   2> 30297 T143 oasc.SolrConfig.<init> Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 30308 T143 oasc.SolrConfig.<init> Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 30310 T143 oass.IndexSchema.readSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 30324 T143 oass.IndexSchema.readSchema [collection1] Schema name=test
   [junit4]   2> 30421 T143 oass.OpenExchangeRatesOrgProvider.init Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 30442 T143 oass.IndexSchema.readSchema default search field in schema is text
   [junit4]   2> 30443 T143 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 30541 T143 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 30547 T143 oass.FileExchangeRateProvider.reload Reloading exchange rates from file currency.xml
   [junit4]   2> 30550 T143 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 30555 T143 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 30555 T143 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 30555 T143 oass.OpenExchangeRatesOrgProvider.reload Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 30556 T143 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key IMPORTANT NOTE
   [junit4]   2> 30556 T143 oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, got STRING
   [junit4]   2> 30556 T143 oasc.CoreContainer.create Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 30556 T143 oasc.SolrCore.initDirectoryFactory org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 30557 T143 oasc.SolrCore.<init> [collection1] Opening new SolrCore at C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\, dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 30558 T143 oasc.JmxMonitoredMap.<init> JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@11facbc3
   [junit4]   2> 30558 T143 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\data\
   [junit4]   2> 30558 T143 oasc.SolrCore.getNewIndexDir New index directory detected: old=null new=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\data\index/
   [junit4]   2> 30558 T143 oasc.SolrCore.initIndex WARN [collection1] Solr index directory 'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\data\index' doesn't exist. Creating new index...
   [junit4]   2> 30559 T143 oasc.CachingDirectoryFactory.get return new directory for C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-2-001\cores\collection1\data\index
   [junit4]   2> 30559 T143 oasu.RandomMergePolicy.<init> RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=20, maxMergeAtOnceExplicit=11, maxMergedSegmentMB=96.455078125, floorSegmentMB=0.8447265625, forceMergeDeletesPctAllowed=11.748593286998025, se

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

HandlerCloud 3D10408200A0BE23-001\shard-4-001\cores\collection1\data\index [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-4-001\cores\collection1\data\index;done=false>>]
   [junit4]   2> 66328 T400 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-4-001\cores\collection1\data\index
   [junit4]   2> 66328 T400 oasc.CachingDirectoryFactory.closeCacheValue looking to close C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-4-001\cores\collection1\data\ [CachedDir<<refCount=0;path=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-4-001\cores\collection1\data\;done=false>>]
   [junit4]   2> 66328 T400 oasc.CachingDirectoryFactory.close Closing directory: C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001\shard-4-001\cores\collection1\data\
   [junit4]   2> 66330 T400 oascc.SolrZkClient.makePath makePath: /collections/collection1/leaders/shard1
   [junit4]   2> 66330 T400 oasc.SolrException.log ERROR There was a problem trying to register as the leader:org.apache.solr.common.SolrException: Could not register as the leader because creating the ephemeral registration node in ZooKeeper failed
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:147)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:323)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:198)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:159)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2> 		at org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:390)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
   [junit4]   2> 		at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2> 		at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2> 		at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2> 		at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 	Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode = Session expired for /collections
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2> 		at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2> 		at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:294)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient$4.execute(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:291)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:486)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:455)
   [junit4]   2> 		at org.apache.solr.common.cloud.SolrZkClient.makePath(SolrZkClient.java:442)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase$1.execute(ElectionContext.java:139)
   [junit4]   2> 		at org.apache.solr.common.util.RetryUtil.retryOnThrowable(RetryUtil.java:31)
   [junit4]   2> 		at org.apache.solr.cloud.ShardLeaderElectionContextBase.runLeaderProcess(ElectionContext.java:135)
   [junit4]   2> 		... 11 more
   [junit4]   2> 	
   [junit4]   2> 66332 T61 oejs.AbstractConnector.doStop Stopped ServerConnector@30008dde{HTTP/1.1}{127.0.0.1:0}
   [junit4]   2> 66332 T61 oejsh.ContextHandler.doStop Stopped o.e.j.s.ServletContextHandler@6bed3168{/pp_f/to,null,UNAVAILABLE}
   [junit4]   2> 66336 T61 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49781 49781
   [junit4]   2> 68800 T62 oasc.ZkTestServer.send4LetterWord connecting to 127.0.0.1:49781 49781
   [junit4]   2> 68828 T62 oasc.ZkTestServer$ZKServerMain.runFromConfig WARN Watch limit violations: 
   [junit4]   2> 	Maximum concurrent create/delete watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		100	/solr/configs/conf1
   [junit4]   2> 		6	/solr/aliases.json
   [junit4]   2> 		6	/solr/clusterstate.json
   [junit4]   2> 		4	/solr/collections/collection1/state.json
   [junit4]   2> 	
   [junit4]   2> 	Maximum concurrent children watches above limit:
   [junit4]   2> 	
   [junit4]   2> 		6	/solr/live_nodes
   [junit4]   2> 		4	/solr/overseer/collection-queue-work
   [junit4]   2> 		2	/solr/overseer/queue
   [junit4]   2> 	
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test -Dtests.seed=3D10408200A0BE23 -Dtests.slow=true -Dtests.locale=nl -Dtests.timezone=America/Edmonton -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 48.9s J1 | TestSolrConfigHandlerCloud.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected value  'CY val' for path 'response/params/y/c' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":0,
   [junit4]    >     "params":{"x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}}}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([3D10408200A0BE23:B5447F58AE5CD3DB]:0)
   [junit4]    > 	at org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:190)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:78)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:958)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:933)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 68873 T61 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\J1\temp\solr.handler.TestSolrConfigHandlerCloud 3D10408200A0BE23-001
   [junit4]   2> NOTE: test params are: codec=Lucene50, sim=RandomSimilarityProvider(queryNorm=false,coord=crazy): {}, locale=nl, timezone=America/Edmonton
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_31 (64-bit)/cpus=3,threads=1,free=127437928,total=273678336
   [junit4]   2> NOTE: All tests run in this JVM: [TestSchemaSimilarityResource, ExternalFileFieldSortTest, DirectUpdateHandlerOptimizeTest, TestRestManager, TestSystemIdResolver, TestSolrConfigHandlerCloud]
   [junit4] Completed on J1 in 48.98s, 1 test, 1 failure <<< FAILURES!

[...truncated 1430 lines...]
BUILD FAILED
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\build.xml:519: The following error occurred while executing this line:
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:61: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\extra-targets.xml:39: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build.xml:191: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\common-build.xml:510: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:1351: The following error occurred while executing this line:
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\lucene\common-build.xml:958: There were test failures: 475 suites, 1891 tests, 1 failure, 57 ignored (30 assumptions)

Total time: 49 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
[description-setter] Description set: Java: 64bit/jdk1.8.0_31 -XX:-UseCompressedOops -XX:+UseParallelGC
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any