Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-Windows/4588/
Java: 64bit/jdk1.8.0_40 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.CollectionsAPIDistributedZkTest.test

Error Message:
Captured an uncaught exception in thread: Thread[id=2160, 
name=RecoveryThread-awholynewstresscollection_collection1_0_shard3_replica1, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=2160, 
name=RecoveryThread-awholynewstresscollection_collection1_0_shard3_replica1, 
state=RUNNABLE, group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: org.apache.solr.common.SolrException: Could not load collection from 
ZK:awholynewstresscollection_collection1_0
        at __randomizedtesting.SeedInfo.seed([C2C64707D86CDF83]:0)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:815)
        at 
org.apache.solr.common.cloud.ZkStateReader$5.get(ZkStateReader.java:477)
        at 
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:174)
        at 
org.apache.solr.common.cloud.ClusterState.getReplica(ClusterState.java:122)
        at 
org.apache.solr.util.SolrLogLayout.getReplicaProps(SolrLogLayout.java:237)
        at org.apache.solr.util.SolrLogLayout._format(SolrLogLayout.java:167)
        at org.apache.solr.util.SolrLogLayout.format(SolrLogLayout.java:113)
        at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:310)
        at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
        at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
        at 
org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
        at org.apache.log4j.Category.callAppenders(Category.java:206)
        at org.apache.log4j.Category.forcedLog(Category.java:391)
        at org.apache.log4j.Category.log(Category.java:856)
        at org.slf4j.impl.Log4jLoggerAdapter.error(Log4jLoggerAdapter.java:575)
        at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:234)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for 
/collections/awholynewstresscollection_collection1_0/state.json
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.exists(ZooKeeper.java:1045)
        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:311)
        at 
org.apache.solr.common.cloud.SolrZkClient$5.execute(SolrZkClient.java:308)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
        at 
org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:308)
        at 
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:804)
        ... 15 more


FAILED:  org.apache.solr.handler.TestSolrConfigHandlerCloud.test

Error Message:
Could not get expected value  'A val' for path 'response/params/x/a' full 
output: {   "responseHeader":{     "status":0,     "QTime":0},   
"response":{"znodeVersion":-1}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'A val' for path 
'response/params/x/a' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{"znodeVersion":-1}}
        at 
__randomizedtesting.SeedInfo.seed([C2C64707D86CDF83:4A9278DD7690B27B]: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:113)
        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:497)
        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 9196 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\init-core-data-001
   [junit4]   2> 234584 T1832 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(false) and clientAuth (false)
   [junit4]   2> 234584 T1832 oas.BaseDistributedSearchTestCase.initHostContext 
Setting hostContext system property: /
   [junit4]   2> 234588 T1832 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 234589 T1833 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 234682 T1832 oasc.ZkTestServer.run start zk server on 
port:50167
   [junit4]   2> 234690 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 234692 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 234719 T1840 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@edb032b name:ZooKeeperConnection 
Watcher:127.0.0.1:50167 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 234721 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 234721 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 234721 T1832 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 234733 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 234734 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 234739 T1843 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3bcfbbf4 
name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234744 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 234744 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 234744 T1832 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 234746 T1832 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 234748 T1832 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 234753 T1832 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 234756 T1832 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> 234756 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 234758 T1832 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> 234758 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 234765 T1832 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> 234766 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 234768 T1832 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> 234768 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 234774 T1832 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> 234774 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 234776 T1832 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> 234777 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 234778 T1832 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> 234778 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 234781 T1832 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> 234781 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 234793 T1832 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> 234794 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 234795 T1832 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> 234795 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 234797 T1832 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> 234797 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 234808 T1834 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14c4d6f59060001, 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> 234809 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 234811 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 234812 T1846 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@53baf0a0 
name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234813 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 234814 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 234814 T1832 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 234821 T1834 oazs.NIOServerCnxn.doIO WARN caught end of stream 
exception EndOfStreamException: Unable to read additional data from client 
sessionid 0x14c4d6f59060002, 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> 234821 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 234827 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 234837 T1849 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@394920e8 
name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 234837 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 234837 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 234838 T1832 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/conf2/solrconfig.xml
   [junit4]   2> 234838 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/solrconfig.xml
   [junit4]   2> 234840 T1832 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\schema.xml
 to /configs/conf2/schema.xml
   [junit4]   2> 234840 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/schema.xml
   [junit4]   2> 234852 T1832 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\enumsConfig.xml
 to /configs/conf2/enumsConfig.xml
   [junit4]   2> 234852 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/enumsConfig.xml
   [junit4]   2> 234853 T1832 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/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 234853 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 234855 T1832 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\stopwords.txt
 to /configs/conf2/stopwords.txt
   [junit4]   2> 234855 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/stopwords.txt
   [junit4]   2> 234857 T1832 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\protwords.txt
 to /configs/conf2/protwords.txt
   [junit4]   2> 234857 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/protwords.txt
   [junit4]   2> 234861 T1832 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\currency.xml
 to /configs/conf2/currency.xml
   [junit4]   2> 234862 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/currency.xml
   [junit4]   2> 234868 T1832 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/conf2/open-exchange-rates.json
   [junit4]   2> 234869 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/open-exchange-rates.json
   [junit4]   2> 234870 T1832 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/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 234871 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/mapping-ISOLatin1Accent.txt
   [junit4]   2> 234872 T1832 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/conf2/old_synonyms.txt
   [junit4]   2> 234872 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/old_synonyms.txt
   [junit4]   2> 234875 T1832 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\synonyms.txt
 to /configs/conf2/synonyms.txt
   [junit4]   2> 234875 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/synonyms.txt
   [junit4]   2> 234878 T1832 oasc.AbstractZkTestCase.putConfig put 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\core\src\test-files\solr\collection1\conf\elevate.xml
 to /configs/conf2/elevate.xml
   [junit4]   2> 234879 T1832 oascc.SolrZkClient.makePath makePath: 
/configs/conf2/elevate.xml
   [junit4]   2> 235121 T1832 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1
   [junit4]   2> 235126 T1832 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 235132 T1832 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@76ed5f19{/,null,AVAILABLE}
   [junit4]   2> 235146 T1832 oejs.AbstractConnector.doStart Started 
ServerConnector@5fbed9ec{HTTP/1.1}{127.0.0.1:50180}
   [junit4]   2> 235146 T1832 oejs.Server.doStart Started @238658ms
   [junit4]   2> 235146 T1832 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {hostContext=/, hostPort=50180, 
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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores}
   [junit4]   2> 235146 T1832 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 235146 T1832 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\'
   [junit4]   2> 235179 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\solr.xml
   [junit4]   2> 235186 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores
   [junit4]   2> 235186 T1832 oasc.CoreContainer.<init> New CoreContainer 
2061653173
   [junit4]   2> 235186 T1832 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\]
   [junit4]   2> 235187 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\lib
   [junit4]   2> 235187 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\lib).
   [junit4]   2> 235193 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 235193 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 235193 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 235194 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 235194 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 235194 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 235195 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 235195 T1832 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 235196 T1832 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 235196 T1832 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 235196 T1832 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 235196 T1832 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50167/solr
   [junit4]   2> 235196 T1832 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 235196 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 235198 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 235206 T1863 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1e8b68c6 
name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235206 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 235206 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 235210 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 235220 T1866 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@22f8a0b1 
name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 235220 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 235221 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 235224 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 235265 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 235271 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 235273 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 235274 T1832 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 235276 T1832 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 235287 T1832 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 235289 T1832 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50180_
   [junit4]   2> 235289 T1832 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50180_
   [junit4]   2> 235291 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 235292 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 235293 T1832 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 235294 T1832 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:50180_
   [junit4]   2> 235294 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 235304 T1832 oasc.Overseer.start Overseer 
(id=93534832898211845-127.0.0.1:50180_-n_0000000000) starting
   [junit4]   2> 235305 T1832 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 235318 T1832 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 235319 T1868 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 235320 T1832 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 235320 T1867 oasc.Overseer$ClusterStateUpdater.run Starting to 
work on the main queue
   [junit4]   2> 235334 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores
   [junit4]   2> 235334 T1832 oasc.CoreDescriptor.<init> 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\, coreNodeName=, 
dataDir=data\, shard=}
   [junit4]   2> 235334 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\
   [junit4]   2> 235335 T1832 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 235337 T1870 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 235337 T1870 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 235343 T1870 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 235344 T1866 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 235345 T1867 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:50180";,
   [junit4]   2>          "node_name":"127.0.0.1:50180_",
   [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> 235346 T1867 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:50180";,
   [junit4]   2>          "node_name":"127.0.0.1:50180_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 235346 T1867 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 235346 T1867 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 235347 T1866 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> 236234 T1870 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 236234 T1870 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 236235 T1870 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 236235 T1870 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 236236 T1870 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 236236 T1870 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\'
   [junit4]   2> 236249 T1870 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 236259 T1870 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 236276 T1870 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 236278 T1870 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 236285 T1870 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 236287 T1870 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 236298 T1870 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 236390 T1870 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 236395 T1870 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 236395 T1870 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 236409 T1870 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 236412 T1870 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 236415 T1870 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236416 T1870 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 236416 T1870 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 236416 T1870 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 236420 T1870 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 236420 T1870 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 236420 T1870 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 236420 T1870 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 236420 T1870 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\data\
   [junit4]   2> 236420 T1870 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2d064e85
   [junit4]   2> 236421 T1870 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\data\
   [junit4]   2> 236421 T1870 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\data\index/
   [junit4]   2> 236421 T1870 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 236421 T1870 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\control-001\cores\collection1\data\index
   [junit4]   2> 236421 T1870 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=34.8955078125, 
floorSegmentMB=1.326171875, forceMergeDeletesPctAllowed=14.930686159144841, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5853658245347062
   [junit4]   2> 236422 T1870 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@101eca5c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54b0227f),segFN=segments_1,generation=1}
   [junit4]   2> 236422 T1870 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 236431 T1870 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 236432 T1870 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 236432 T1870 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 236436 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236437 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236439 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236439 T1870 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 236445 T1870 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> 236446 T1870 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 236447 T1870 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 236447 T1870 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 236449 T1870 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 236449 T1870 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 236450 T1870 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=31.876953125, 
floorSegmentMB=1.9287109375, forceMergeDeletesPctAllowed=1.0847781220753872, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 236450 T1870 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@101eca5c 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@54b0227f),segFN=segments_1,generation=1}
   [junit4]   2> 236451 T1870 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 236451 T1870 oass.SolrIndexSearcher.<init> Opening 
Searcher@77de2894[collection1] main
   [junit4]   2> 236451 T1870 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 236452 T1870 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 236452 T1870 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 236453 T1870 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 236453 T1870 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 236453 T1870 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 236454 T1870 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 236454 T1870 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 236454 T1870 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 236454 T1870 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 236455 T1870 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 236455 T1871 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@77de2894[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 236463 T1832 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 236463 T1832 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 236464 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 236466 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 236466 T1874 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:50180 collection:control_collection 
shard:shard1
   [junit4]   2> 236467 T1874 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 236473 T1877 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@651d4450 
name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236477 T1874 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 236479 T1874 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 236479 T1874 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C843 name=collection1 
org.apache.solr.core.SolrCore@5f089040 url=http://127.0.0.1:50180/collection1 
node=127.0.0.1:50180_ C843_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:50180, 
node_name=127.0.0.1:50180_, state=down}
   [junit4]   2> 236479 T1874 C843 P50180 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:50180/collection1/
   [junit4]   2> 236479 T1874 C843 P50180 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 236479 T1874 C843 P50180 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:50180/collection1/ has no replicas
   [junit4]   2> 236479 T1874 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:50180/collection1/ shard1
   [junit4]   2> 236479 T1874 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 236482 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 236482 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 236482 T1832 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 236486 T1866 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236491 T1867 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> 236498 T1867 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "base_url":"http://127.0.0.1:50180";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 1
   [junit4]   2> 236502 T1866 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236503 T1877 oascc.ZkStateReader$2.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 0)
   [junit4]   2> 236503 T1878 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> 236506 T1832 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 236506 T1832 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 236506 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 236512 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 236535 T1881 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@41546b31 
name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236535 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 236536 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 236538 T1878 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236542 T1874 oasc.ZkController.register We are 
http://127.0.0.1:50180/collection1/ and leader is 
http://127.0.0.1:50180/collection1/
   [junit4]   2> 236542 T1874 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:50180
   [junit4]   2> 236542 T1874 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 236542 T1874 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 236542 T1874 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 236546 T1867 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"create",
   [junit4]   2>          "name":"collection1",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "stateFormat":"2"} current state version: 2
   [junit4]   2> 236546 T1867 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 236552 T1867 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:50180";,
   [junit4]   2>          "node_name":"127.0.0.1:50180_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 2
   [junit4]   2> 236553 T1867 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:50180";,
   [junit4]   2>          "node_name":"127.0.0.1:50180_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 236553 T1867 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 236555 T1878 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> 236556 T1877 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> 236561 T1878 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 236757 T1878 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> 236777 T1877 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> 236801 T1832 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1
   [junit4]   2> 236802 T1832 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1 in directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001
   [junit4]   2> 236803 T1832 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 236818 T1832 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@1ec54223{/,null,AVAILABLE}
   [junit4]   2> 236820 T1832 oejs.AbstractConnector.doStart Started 
ServerConnector@25a370d{HTTP/1.1}{127.0.0.1:50197}
   [junit4]   2> 236820 T1832 oejs.Server.doStart Started @240537ms
   [junit4]   2> 236820 T1832 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=50197, 
coreRootDirectory=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores}
   [junit4]   2> 236821 T1832 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 236821 T1832 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\'
   [junit4]   2> 236843 T1832 oasc.SolrXmlConfig.fromFile Loading container 
configuration from 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\solr.xml
   [junit4]   2> 236851 T1832 oasc.CorePropertiesLocator.<init> Config-defined 
core root directory: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores
   [junit4]   2> 236852 T1832 oasc.CoreContainer.<init> New CoreContainer 
1211047211
   [junit4]   2> 236852 T1832 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\]
   [junit4]   2> 236852 T1832 oasc.CoreContainer.load loading shared library: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\lib
   [junit4]   2> 236853 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\lib).
   [junit4]   2> 236860 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 236860 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 236860 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 236861 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 236862 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 236862 T1832 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 236862 T1832 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 236863 T1832 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 236863 T1832 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 236863 T1832 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50167/solr
   [junit4]   2> 236863 T1832 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 236863 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 236866 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 236879 T1895 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@47460689 
name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236880 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 236880 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 236886 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 236898 T1898 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@50d22ece 
name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 236898 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 236901 T1832 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 237810 T1832 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50197_
   [junit4]   2> 237811 T1832 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50197_
   [junit4]   2> 237822 T1832 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 237825 T1832 oasc.CorePropertiesLocator.discover Looking for 
core definitions underneath 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores
   [junit4]   2> 237826 T1832 oasc.CoreDescriptor.<init> 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\, coreNodeName=, 
dataDir=data\, shard=}
   [junit4]   2> 237826 T1832 oasc.CorePropertiesLocator.discoverUnder Found 
core collection1 in 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\
   [junit4]   2> 237826 T1832 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 237829 T1899 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 237829 T1899 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 237837 T1899 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 237837 T1899 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 237838 T1878 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 237838 T1899 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 237839 T1867 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:50197";,
   [junit4]   2>          "node_name":"127.0.0.1:50197_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 237839 T1867 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:50197";,
   [junit4]   2>          "node_name":"127.0.0.1:50197_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 237839 T1867 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=2
   [junit4]   2> 237839 T1899 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 0 
   [junit4]   2> 237839 T1867 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 237840 T1899 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 237940 T1867 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 237942 T1898 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> 237943 T1898 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 238737 T1899 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 238737 T1899 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 238738 T1899 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 238738 T1899 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 238739 T1899 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 238739 T1899 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\'
   [junit4]   2> 238751 T1899 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 238767 T1899 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 238772 T1899 oasc.SolrConfig.refreshRequestParams current 
version of requestparams : -1
   [junit4]   2> 238784 T1899 oasc.SolrConfig.<init> Using Lucene MatchVersion: 
6.0.0
   [junit4]   2> 238791 T1899 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 238792 T1899 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 238796 T1899 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 238915 T1899 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 238931 T1899 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 238932 T1899 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 238968 T1899 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 238970 T1899 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 238973 T1899 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 238974 T1899 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 238974 T1899 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 238975 T1899 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 238976 T1899 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 238976 T1899 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 238976 T1899 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 238976 T1899 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 238976 T1899 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\, 
dataDir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 238976 T1899 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2d064e85
   [junit4]   2> 238977 T1899 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\
   [junit4]   2> 238977 T1899 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\index/
   [junit4]   2> 238977 T1899 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\index' doesn't exist. 
Creating new index...
   [junit4]   2> 238978 T1899 oasc.CachingDirectoryFactory.get return new 
directory for 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-1-001\cores\collection1\data\index
   [junit4]   2> 238978 T1899 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=35, maxMergeAtOnceExplicit=30, maxMergedSegmentMB=34.8955078125, 
floorSegmentMB=1.326171875, forceMergeDeletesPctAllowed=14.930686159144841, 
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.5853658245347062
   [junit4]   2> 238979 T1899 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7e6a192d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f12776),segFN=segments_1,generation=1}
   [junit4]   2> 238979 T1899 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 238982 T1899 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 238983 T1899 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 238984 T1899 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 238984 T1899 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 238984 T1899 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 238997 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 238998 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 239000 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 239001 T1899 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 239022 T1899 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> 239023 T1899 oasc.SolrCore.initStatsCache Using default 
statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 239024 T1899 oasu.UpdateHandler.<init> Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 239024 T1899 oasu.UpdateLog.init Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
   [junit4]   2> 239025 T1899 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 239025 T1899 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 239037 T1899 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=46, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=31.876953125, 
floorSegmentMB=1.9287109375, forceMergeDeletesPctAllowed=1.0847781220753872, 
segmentsPerTier=29.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 239038 T1899 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@7e6a192d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@72f12776),segFN=segments_1,generation=1}
   [junit4]   2> 239038 T1899 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 239038 T1899 oass.SolrIndexSearcher.<init> Opening 
Searcher@4d587a[collection1] main
   [junit4]   2> 239038 T1899 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 239057 T1899 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 239058 T1899 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 239058 T1899 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 239058 T1899 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 239058 T1899 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 239059 T1899 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 239059 T1899 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 239059 T1899 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 239059 T1899 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 239060 T1899 oasc.CoreContainer.registerCore registering core: 
collection1
   [junit4]   2> 239061 T1900 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@4d587a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 239062 T1903 oasc.ZkController.register Register replica - 
core:collection1 address:http://127.0.0.1:50197 collection:collection1 
shard:shard2
   [junit4]   2> 239063 T1832 oass.SolrDispatchFilter.init 
user.dir=C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1
   [junit4]   2> 239063 T1832 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 239070 T1903 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 239098 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 239101 T1878 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 239102 T1903 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 239102 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C844 name=collection1 
org.apache.solr.core.SolrCore@2e6c5f23 url=http://127.0.0.1:50197/collection1 
node=127.0.0.1:50197_ C844_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=http://127.0.0.1:50197, 
node_name=127.0.0.1:50197_, state=down}
   [junit4]   2> 239102 T1903 C844 P50197 oasc.SyncStrategy.sync Sync replicas 
to http://127.0.0.1:50197/collection1/
   [junit4]   2> 239102 T1903 C844 P50197 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 239102 T1903 C844 P50197 oasc.SyncStrategy.syncToMe 
http://127.0.0.1:50197/collection1/ has no replicas
   [junit4]   2> 239102 T1903 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: http://127.0.0.1:50197/collection1/ shard2
   [junit4]   2> 239102 T1903 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 239103 T1867 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 4
   [junit4]   2> 239105 T1867 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 239106 T1898 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> 239107 T1898 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 239113 T1867 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:50197";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 4
   [junit4]   2> 239114 T1867 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 239115 T1898 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> 239117 T1898 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 239121 T1878 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 239167 T1903 oasc.ZkController.register We are 
http://127.0.0.1:50197/collection1/ and leader is 
http://127.0.0.1:50197/collection1/
   [junit4]   2> 239167 T1903 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=http://127.0.0.1:50197
   [junit4]   2> 239167 T1903 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 239167 T1903 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 239167 T1903 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 239168 T1878 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 239169 T1867 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:50197";,
   [junit4]   2>          "node_name":"127.0.0.1:50197_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 239170 T1867 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:50197";,
   [junit4]   2>          "node_name":"127.0.0.1:50197_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 239173 T1903 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 239173 T1867 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 239174 T1898 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> 239174 T1898 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 239366 T1832 oas.SolrTestCaseJ4.writeCoreProperties Writing 
core.properties file to 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\cores\collection1
   [junit4]   2> 239368 T1832 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2 in directory 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001
   [junit4]   2> 239369 T1832 oejs.Server.doStart jetty-9.2.9.v20150224
   [junit4]   2> 239371 T1832 oejsh.ContextHandler.doStart Started 
o.e.j.s.ServletContextHandler@50435917{/,null,AVAILABLE}
   [junit4]   2> 239373 T1832 oejs.AbstractConnector.doStart Started 
ServerConnector@47798b3e{HTTP/1.1}{127.0.0.1:50208}
   [junit4]   2> 239373 T1832 oejs.Server.doStart Started @243353ms
   [junit4]   2> 239373 T1832 oascse.JettySolrRunner$1.lifeCycleStarted Jetty 
properties: {solrconfig=solrconfig.xml, hostContext=/, hostPort=50208, 
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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\cores}
   [junit4]   2> 239373 T1832 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()sun.misc.Launcher$AppClassLoader@4e0e2f2a
   [junit4]   2> 239374 T1832 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\'
   [junit4]   2> 239392 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\solr.xml
   [junit4]   2> 239399 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\cores
   [junit4]   2> 239400 T1832 oasc.CoreContainer.<init> New CoreContainer 
767295824
   [junit4]   2> 239400 T1832 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=..\..\..\..\..\..\..\..\..\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\]
   [junit4]   2> 239400 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\lib
   [junit4]   2> 239401 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\lib).
   [junit4]   2> 239407 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 239408 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 239409 T1832 oashc.HttpShardHandlerFactory.getParameter 
Setting useRetries to: false
   [junit4]   2> 239409 T1832 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 239409 T1832 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 239410 T1832 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 239410 T1832 oasc.CoreContainer.load Node Name: 127.0.0.1
   [junit4]   2> 239410 T1832 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50167/solr
   [junit4]   2> 239410 T1832 oasc.ZkController.checkChrootPath zkHost includes 
chroot
   [junit4]   2> 239410 T1832 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 239421 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 239434 T1917 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@78c1e089 
name:ZooKeeperConnection Watcher:127.0.0.1:50167 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 239434 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 239435 T1832 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 239452 T1832 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 239485 T1920 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@76c857b5 
name:ZooKeeperConnection Watcher:127.0.0.1:50167/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 239485 T1832 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 239497 T1832 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 240492 T1832 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50208_
   [junit4]   2> 240495 T1832 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50208_
   [junit4]   2> 240507 T1832 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 240560 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\cores
   [junit4]   2> 240562 T1832 oasc.CoreDescriptor.<init> 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\cores\collection1\, coreNodeName=, 
dataDir=data\, shard=}
   [junit4]   2> 240563 T1832 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.cloud.CollectionsAPIDistributedZkTest
 C2C64707D86CDF83-001\shard-2-001\cores\collection1\
   [junit4]   2> 240563 T1832 oasc.CorePropertiesLocator.discover Found 1 core 
definitions
   [junit4]   2> 240565 T1921 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 240565 T1921 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
 

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

verConnector@1edf3d3b{SSL-http/1.1}{127.0.0.1:0}
   [junit4]   2> 2155323 T10395 oejsh.ContextHandler.doStop Stopped 
o.e.j.s.ServletContextHandler@19cd9b8f{/a_cqr/gj,null,UNAVAILABLE}
   [junit4]   2> 2155326 T10395 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:58179 58179
   [junit4]   2> 2157928 T10396 oasc.ZkTestServer.send4LetterWord connecting to 
127.0.0.1:58179 58179
   [junit4]   2> 2157930 T10396 oasc.ZkTestServer$ZKServerMain.runFromConfig 
WARN Watch limit violations: 
   [junit4]   2>        Maximum concurrent create/delete watches above limit:
   [junit4]   2>        
   [junit4]   2>                85      /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>                3       /solr/overseer/queue
   [junit4]   2>        
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test 
-Dtests.seed=C2C64707D86CDF83 -Dtests.slow=true -Dtests.locale=sk 
-Dtests.timezone=America/Blanc-Sablon -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 60.8s J0 | TestSolrConfigHandlerCloud.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected 
value  'A val' for path 'response/params/x/a' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{"znodeVersion":-1}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([C2C64707D86CDF83:4A9278DD7690B27B]:0)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:399)
   [junit4]    >        at 
org.apache.solr.handler.TestSolrConfigHandlerCloud.testReqParams(TestSolrConfigHandlerCloud.java:113)
   [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> 2157937 T10395 oas.SolrTestCaseJ4.deleteCore ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\JenkinsSlave\workspace\Lucene-Solr-trunk-Windows\solr\build\solr-core\test\J0\temp\solr.handler.TestSolrConfigHandlerCloud
 C2C64707D86CDF83-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene50), 
sim=DefaultSimilarity, locale=sk, timezone=America/Blanc-Sablon
   [junit4]   2> NOTE: Windows 7 6.1 amd64/Oracle Corporation 1.8.0_40 
(64-bit)/cpus=3,threads=1,free=65576160,total=435286016
   [junit4]   2> NOTE: All tests run in this JVM: [TestLFUCache, 
TestChildDocTransformer, ZkStateWriterTest, DirectSolrConnectionTest, 
TestOrdValues, TestDynamicFieldResource, TestHighlightDedupGrouping, 
FieldAnalysisRequestHandlerTest, TestJmxMonitoredMap, TestCSVLoader, 
TestBinaryResponseWriter, AddSchemaFieldsUpdateProcessorFactoryTest, 
HdfsChaosMonkeySafeLeaderTest, TestShortCircuitedRequests, TestExpandComponent, 
TestJmxIntegration, CoreAdminCreateDiscoverTest, NumericFieldsTest, 
PingRequestHandlerTest, TestCloudInspectUtil, TestManagedSchema, 
ShardRoutingTest, PrimUtilsTest, TestHashQParserPlugin, PreAnalyzedFieldTest, 
TestSurroundQueryParser, TestSchemaResource, SynonymTokenizerTest, 
TestPerFieldSimilarity, TestOmitPositions, TestCollationFieldDocValues, 
BadComponentTest, TestExtendedDismaxParser, LukeRequestHandlerTest, 
DocExpirationUpdateProcessorFactoryTest, AssignTest, BadCopyFieldTest, 
AtomicUpdatesTest, ResponseLogComponentTest, CacheHeaderTest, 
TestPhraseSuggestions, ClusterStateUpdateTest, TestManagedSynonymFilterFactory, 
AnalysisAfterCoreReloadTest, TestIBSimilarityFactory, 
HdfsBasicDistributedZkTest, QueryResultKeyTest, RecoveryAfterSoftCommitTest, 
TestSolrIndexConfig, AnalyticsQueryTest, SliceStateTest, TestLRUStatsCache, 
TestFaceting, ZkControllerTest, DistributedExpandComponentTest, 
TestCloudSchemaless, RequestLoggingTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestLazyCores, 
TestClusterStateMutator, UUIDFieldTest, TestAnalyzedSuggestions, 
HardAutoCommitTest, OutputWriterTest, DistribCursorPagingTest, 
FacetPivotSmallTest, TestFieldResource, TestFunctionQuery, 
SystemInfoHandlerTest, AlternateDirectoryTest, HdfsSyncSliceTest, 
AliasIntegrationTest, ZkCLITest, ReplicationFactorTest, TestCustomSort, 
PathHierarchyTokenizerFactoryTest, NoCacheHeaderTest, TestHashPartitioner, 
LeaderFailoverAfterPartitionTest, DefaultValueUpdateProcessorTest, 
SolrCoreCheckLockOnStartupTest, MultiThreadedOCPTest, OverseerRolesTest, 
TestQueryUtils, TestConfigOverlay, ChaosMonkeyNothingIsSafeTest, 
TestAddFieldRealTimeGet, TestIndexingPerformance, TestQueryTypes, 
TestBM25SimilarityFactory, TestExactSharedStatsCache, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestTrackingShardHandlerFactory, 
DocValuesMultiTest, RequestHandlersTest, SuggesterWFSTTest, 
DistributedIntervalFacetingTest, DocumentAnalysisRequestHandlerTest, 
CoreAdminRequestStatusTest, DOMUtilTest, TestReplicaProperties, 
TestCollationField, DistributedQueryComponentOptimizationTest, SOLR749Test, 
TestArbitraryIndexDir, TestWriterPerf, DistributedQueryComponentCustomSortTest, 
JSONWriterTest, TestSolr4Spatial2, TestCollectionAPI, ChangedSchemaMergeTest, 
SolrCoreTest, SolrIndexSplitterTest, TestFieldCollectionResource, 
OpenCloseCoreStressTest, OverseerTest, FullSolrCloudDistribCmdsTest, 
ZkSolrClientTest, AutoCommitTest, DistributedSpellCheckComponentTest, 
TermVectorComponentDistributedTest, TestStressReorder, TestStressVersions, 
TestCoreContainer, SimpleFacetsTest, TestSolr4Spatial, StatsComponentTest, 
TestGroupingSearch, QueryElevationComponentTest, PeerSyncTest, 
BadIndexSchemaTest, TestSort, BasicFunctionalityTest, DirectUpdateHandlerTest, 
TestBadConfig, TestIndexSearcher, SoftAutoCommitTest, 
ShowFileRequestHandlerTest, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, SimplePostToolTest, TestCoreDiscovery, 
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest, SuggesterFSTTest, 
CoreAdminHandlerTest, TestFoldingMultitermQuery, DocValuesTest, SuggesterTest, 
TestStressLucene, SpatialFilterTest, WordBreakSolrSpellCheckerTest, 
SchemaVersionSpecificBehaviorTest, TestUpdate, 
FieldMutatingUpdateProcessorTest, TestAtomicUpdateErrorCases, 
TestWordDelimiterFilterFactory, QueryEqualityTest, 
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, 
DistanceFunctionTest, TestSolrDeletionPolicy1, SolrInfoMBeanTest, 
XsltUpdateRequestHandlerTest, StandardRequestHandlerTest, 
FileBasedSpellCheckerTest, XmlUpdateRequestHandlerTest, RequiredFieldsTest, 
IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCSVResponseWriter, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
TestComponentsName, HighlighterConfigTest, TestStressRecovery, MultiTermTest, 
TestBinaryField, TestElisionMultitermQuery, TestFuzzyAnalyzedSuggestions, 
NotRequiredUniqueKeyTest, SpellPossibilityIteratorTest, TestCharFilters, 
TestSweetSpotSimilarityFactory, TestDefaultSimilarityFactory, 
ResourceLoaderTest, OpenExchangeRatesOrgProviderTest, PluginInfoTest, 
TestFastLRUCache, DateMathParserTest, TestSystemIdResolver, 
SpellingQueryConverterTest, RAMDirectoryFactoryTest, ClusterStateTest, 
TestSolrJ, TestLRUCache, TestUtils, TestDocumentBuilder, ZkNodePropsTest, 
CircularListTest, TestRTGBase, TestCursorMarkWithoutUniqueKey, 
TestSimpleTrackingShardHandler, CloudExitableDirectoryReaderTest, 
CustomCollectionTest, DistribDocExpirationUpdateProcessorTest, 
LeaderInitiatedRecoveryOnCommitTest, MigrateRouteKeyTest, SSLMigrationTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverTest, 
SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, 
SolrXmlInZkTest, TestCryptoKeys, TestDistribDocBasedVersion, 
TestLeaderElectionZkExpiry, TestMiniSolrCloudClusterSSL, 
TriLevelCompositeIdRoutingTest, ExitableDirectoryReaderTest, 
TestImplicitCoreProperties, TestNRTOpen, TestSolrDynamicMBean, TestSolrXml, 
TestSolrConfigHandlerCloud]
   [junit4] Completed on J0 in 60.84s, 1 test, 1 failure <<< FAILURES!

[...truncated 209 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: 477 suites, 1896 tests, 1 error, 1 failure, 58 
ignored (30 assumptions)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to