Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/1996/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseSerialGC (asserts: true)

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

Error Message:
expected:<[]Document is missing ...> but was:<[Error from server at 
http://127.0.0.1:53799/pno/y/collection1: ]Document is missing ...>

Stack Trace:
org.junit.ComparisonFailure: expected:<[]Document is missing ...> but 
was:<[Error from server at http://127.0.0.1:53799/pno/y/collection1: ]Document 
is missing ...>
        at 
__randomizedtesting.SeedInfo.seed([D1827C2132C477C2:5064F239459B17FE]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.RemoteQueryErrorTest.doTest(RemoteQueryErrorTest.java:63)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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)


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

Error Message:
expected:<[Error from server at https://127.0.0.1:50842/collection1: ]Input 
stream list wa...> but was:<[]Input stream list wa...>

Stack Trace:
org.junit.ComparisonFailure: expected:<[Error from server at 
https://127.0.0.1:50842/collection1: ]Input stream list wa...> but was:<[]Input 
stream list wa...>
        at 
__randomizedtesting.SeedInfo.seed([D1827C2132C477C2:5064F239459B17FE]:0)
        at org.junit.Assert.assertEquals(Assert.java:125)
        at org.junit.Assert.assertEquals(Assert.java:147)
        at 
org.apache.solr.cloud.TestModifyConfFiles.doTest(TestModifyConfFiles.java:51)
        at 
org.apache.solr.BaseDistributedSearchTestCase.testDistribSearch(BaseDistributedSearchTestCase.java:869)
        at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:483)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1618)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:827)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:877)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java: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:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:738)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:772)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:783)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:53)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesInvariantRule$1.evaluate(SystemPropertiesInvariantRule.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java: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 9006 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestModifyConfFiles
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/init-core-data-001
   [junit4]   2> 2146298 T6425 oas.SolrTestCaseJ4.buildSSLConfig Randomized ssl 
(true) and clientAuth (false)
   [junit4]   2> 2146299 T6425 
oas.BaseDistributedSearchTestCase.initHostContext Setting hostContext system 
property: /
   [junit4]   2> 2146304 T6425 oas.SolrTestCaseJ4.setUp ###Starting 
testDistribSearch
   [junit4]   2> 2146305 T6425 oasc.ZkTestServer.run STARTING ZK TEST SERVER
   [junit4]   1> client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2146307 T6426 oasc.ZkTestServer$ZKServerMain.runFromConfig 
Starting server
   [junit4]   2> 2146408 T6425 oasc.ZkTestServer.run start zk server on 
port:50823
   [junit4]   2> 2146408 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2146410 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2146423 T6433 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1a8e7f19 
name:ZooKeeperConnection Watcher:127.0.0.1:50823 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146424 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2146424 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2146424 T6425 oascc.SolrZkClient.makePath makePath: /solr
   [junit4]   2> 2146433 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2146436 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2146439 T6436 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28354f2d 
name:ZooKeeperConnection Watcher:127.0.0.1:50823/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146440 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2146440 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2146440 T6425 oascc.SolrZkClient.makePath makePath: 
/collections/collection1
   [junit4]   2> 2146449 T6425 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/shards
   [junit4]   2> 2146456 T6425 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection
   [junit4]   2> 2146462 T6425 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/shards
   [junit4]   2> 2146471 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2146471 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.xml
   [junit4]   2> 2146481 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2146483 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/schema.xml
   [junit4]   2> 2146489 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2146489 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2146495 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2146495 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/stopwords.txt
   [junit4]   2> 2146501 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2146502 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/protwords.txt
   [junit4]   2> 2146509 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2146509 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/currency.xml
   [junit4]   2> 2146517 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2146518 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/enumsConfig.xml
   [junit4]   2> 2146524 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2146525 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/open-exchange-rates.json
   [junit4]   2> 2146533 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2146534 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2146542 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2146542 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/old_synonyms.txt
   [junit4]   2> 2146551 T6425 oasc.AbstractZkTestCase.putConfig put 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2146551 T6425 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/synonyms.txt
   [junit4]   2> 2146563 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2146565 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2146568 T6439 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@589407ec 
name:ZooKeeperConnection Watcher:127.0.0.1:50823/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2146569 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2146569 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2148471 T6425 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2148481 T6425 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2148482 T6425 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50827
   [junit4]   2> 2148484 T6425 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2148485 T6425 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2148486 T6425 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002
   [junit4]   2> 2148486 T6425 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/'
   [junit4]   2> 2148530 T6425 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/solr.xml
   [junit4]   2> 2148566 T6425 oasc.CoreContainer.<init> New CoreContainer 
269167444
   [junit4]   2> 2148567 T6425 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/]
   [junit4]   2> 2148568 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2148569 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2148569 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2148569 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2148569 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2148570 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2148570 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2148570 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2148570 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2148571 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2148574 T6425 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2148577 T6425 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2148577 T6425 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2148578 T6425 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2148578 T6425 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50823/solr
   [junit4]   2> 2148578 T6425 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2148578 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2148580 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2148583 T6451 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@170d4417 
name:ZooKeeperConnection Watcher:127.0.0.1:50823 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2148584 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2148585 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2148591 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2148596 T6454 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@1746d89b 
name:ZooKeeperConnection Watcher:127.0.0.1:50823/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2148597 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2148601 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer/queue
   [junit4]   2> 2148610 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-queue-work
   [junit4]   2> 2148618 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-running
   [junit4]   2> 2148626 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-completed
   [junit4]   2> 2148634 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer/collection-map-failure
   [junit4]   2> 2148644 T6425 oascc.SolrZkClient.makePath makePath: /live_nodes
   [junit4]   2> 2148649 T6425 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50827_
   [junit4]   2> 2148652 T6425 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50827_
   [junit4]   2> 2148661 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer_elect
   [junit4]   2> 2148668 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/election
   [junit4]   2> 2148676 T6425 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2148682 T6425 oasc.OverseerElectionContext.runLeaderProcess I 
am going to be the leader 127.0.0.1:50827_
   [junit4]   2> 2148682 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer_elect/leader
   [junit4]   2> 2148690 T6425 oasc.Overseer.start Overseer 
(id=92972794483638276-127.0.0.1:50827_-n_0000000000) starting
   [junit4]   2> 2148699 T6425 oascc.SolrZkClient.makePath makePath: 
/overseer/queue-work
   [junit4]   2> 2148730 T6425 oasc.OverseerAutoReplicaFailoverThread.<init> 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2148731 T6456 oasc.OverseerCollectionProcessor.run Process 
current queue of collection creations
   [junit4]   2> 2148734 T6425 oascc.SolrZkClient.makePath makePath: 
/clusterstate.json
   [junit4]   2> 2148743 T6425 oascc.SolrZkClient.makePath makePath: 
/aliases.json
   [junit4]   2> 2148748 T6425 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2148767 T6458 oasc.ZkController.publish publishing 
core=collection1 state=down collection=control_collection
   [junit4]   2> 2148767 T6458 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2148768 T6455 oasc.Overseer$ClusterStateUpdater.run Starting 
to work on the main queue
   [junit4]   2> 2148770 T6458 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2148781 T6455 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 0, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50827";,
   [junit4]   2>          "node_name":"127.0.0.1:50827_",
   [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> 2148784 T6455 oasco.ReplicaMutator.updateState Update state 
numShards=1 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50827";,
   [junit4]   2>          "node_name":"127.0.0.1:50827_",
   [junit4]   2>          "numShards":"1",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2148785 T6455 oasco.ClusterStateMutator.createCollection 
building a new cName: control_collection
   [junit4]   2> 2148785 T6455 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 2148787 T6454 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> 2148794 T6459 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2149771 T6458 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2149771 T6458 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:control_collection
   [junit4]   2> 2149774 T6458 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2149774 T6458 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2149778 T6458 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2149779 T6458 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/collection1/'
   [junit4]   2> 2149782 T6458 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2149782 T6458 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2149783 T6458 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/collection1/lib/README'
 to classloader
   [junit4]   2> 2149821 T6458 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2149826 T6458 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2149845 T6458 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2149858 T6458 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2149862 T6458 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2149866 T6458 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2150000 T6458 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2150007 T6458 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2150008 T6458 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2150036 T6458 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2150041 T6458 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2150046 T6458 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2150050 T6458 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2150050 T6458 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2150050 T6458 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2150053 T6458 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2150053 T6458 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2150054 T6458 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection control_collection
   [junit4]   2> 2150054 T6458 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2150054 T6458 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-002/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/control/data/
   [junit4]   2> 2150054 T6458 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d4a66d4
   [junit4]   2> 2150055 T6458 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/control/data
   [junit4]   2> 2150055 T6458 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/control/data/index/
   [junit4]   2> 2150055 T6458 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/control/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2150056 T6458 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/control/data/index
   [junit4]   2> 2150056 T6458 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.42821189248892455]
   [junit4]   2> 2150057 T6458 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@59786218 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78006981),segFN=segments_1,generation=1}
   [junit4]   2> 2150057 T6458 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2150061 T6458 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2150061 T6458 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2150062 T6458 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2150062 T6458 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2150063 T6458 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2150063 T6458 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2150063 T6458 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2150063 T6458 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2150063 T6458 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2150065 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2150065 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2150065 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2150066 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2150066 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2150067 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2150067 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2150068 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2150069 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2150073 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2150073 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2150074 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2150074 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2150075 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2150075 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2150076 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2150076 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2150076 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2150077 T6458 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2150084 T6458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2150086 T6458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2150089 T6458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2150090 T6458 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2150095 T6458 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2150095 T6458 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2150099 T6458 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=90.19921875, 
floorSegmentMB=0.314453125, forceMergeDeletesPctAllowed=25.177949344952268, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21894290059771873
   [junit4]   2> 2150099 T6458 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@59786218 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@78006981),segFN=segments_1,generation=1}
   [junit4]   2> 2150099 T6458 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2150100 T6458 oass.SolrIndexSearcher.<init> Opening 
Searcher@36e3c84b[collection1] main
   [junit4]   2> 2150100 T6458 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/control_collection
   [junit4]   2> 2150101 T6458 oascc.ZkStateReader.readConfigName 
path=/collections/control_collection configName=conf1 specified config exists 
in ZooKeeper
   [junit4]   2> 2150103 T6458 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2150104 T6458 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2150104 T6458 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2150104 T6458 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2150106 T6458 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream No data found 
for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2150106 T6458 oasr.ManagedResourceStorage.load Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2150107 T6458 oascc.SolrZkClient.makePath makePath: 
/configs/conf1/_rest_managed.json
   [junit4]   2> 2150113 T6458 
oasr.ManagedResourceStorage$ZooKeeperStorageIO$1.close Wrote 38 bytes to new 
znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2150113 T6458 oasr.ManagedResourceStorage$JsonStorage.store 
Saved JSON object to path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2150114 T6458 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2150114 T6458 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2150114 T6458 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2150115 T6460 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@36e3c84b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2150117 T6463 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:50827 collection:control_collection 
shard:shard1
   [junit4]   2> 2150119 T6425 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2150120 T6425 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2150125 T6463 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2150128 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2150134 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2150142 T6466 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@58bd3af5 
name:ZooKeeperConnection Watcher:127.0.0.1:50823/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150142 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2150143 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2150144 T6425 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2150149 T6425 oasc.ChaosMonkey.monkeyLog monkey: init - expire 
sessions:false cause connection loss:false
   [junit4]   2> 2150150 T6425 oasc.AbstractFullDistribZkTestBase.createJettys 
Creating collection1 with stateFormat=2
   [junit4]   2> 2150150 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2150153 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2150157 T6463 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard1
   [junit4]   2> 2150160 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2150163 T6455 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> 2150168 T6469 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3d6bc856 
name:ZooKeeperConnection Watcher:127.0.0.1:50823/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2150168 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2150168 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2150169 T6463 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2150170 T6463 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1461 name=collection1 
org.apache.solr.core.SolrCore@347e830b url=https://127.0.0.1:50827/collection1 
node=127.0.0.1:50827_ C1461_STATE=coll:control_collection core:collection1 
props:{core=collection1, base_url=https://127.0.0.1:50827, 
node_name=127.0.0.1:50827_, state=down}
   [junit4]   2> 2150170 T6463 C1461 P50827 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:50827/collection1/
   [junit4]   2> 2150170 T6463 C1461 P50827 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2150171 T6463 C1461 P50827 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:50827/collection1/ has no replicas
   [junit4]   2> 2150171 T6463 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:50827/collection1/ shard1
   [junit4]   2> 2150171 T6463 oascc.SolrZkClient.makePath makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 2150173 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2150175 T6455 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: 1
   [junit4]   2> 2150175 T6455 oasco.ClusterStateMutator.createCollection 
building a new cName: collection1
   [junit4]   2> 2150178 T6466 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> 2150178 T6454 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> 2150195 T6459 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2150199 T6455 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":"https://127.0.0.1:50827";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 2
   [junit4]   2> 2150200 T6455 oasco.ZkStateWriter.writePendingUpdates going to 
create_collection /collections/collection1/state.json
   [junit4]   2> 2150202 T6466 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> 2150313 T6466 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> 2150353 T6463 oasc.ZkController.register We are 
https://127.0.0.1:50827/collection1/ and leader is 
https://127.0.0.1:50827/collection1/
   [junit4]   2> 2150353 T6463 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:50827
   [junit4]   2> 2150353 T6463 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2150354 T6463 oasc.ZkController.publish publishing 
core=collection1 state=active collection=control_collection
   [junit4]   2> 2150354 T6463 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2150359 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2150365 T6455 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":"https://127.0.0.1:50827";,
   [junit4]   2>          "node_name":"127.0.0.1:50827_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"} current state version: 4
   [junit4]   2> 2150368 T6455 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":"https://127.0.0.1:50827";,
   [junit4]   2>          "node_name":"127.0.0.1:50827_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard1",
   [junit4]   2>          "collection":"control_collection",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2150476 T6466 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> 2150476 T6454 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> 2152094 T6425 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 1
   [junit4]   2> 2152095 T6425 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2152101 T6425 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2152103 T6425 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50832
   [junit4]   2> 2152107 T6425 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2152109 T6425 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2152109 T6425 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003
   [junit4]   2> 2152110 T6425 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/'
   [junit4]   2> 2152151 T6425 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/solr.xml
   [junit4]   2> 2152168 T6425 oasc.CoreContainer.<init> New CoreContainer 
1122677627
   [junit4]   2> 2152168 T6425 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/]
   [junit4]   2> 2152168 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2152169 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2152169 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2152169 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2152169 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2152170 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2152170 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2152170 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2152171 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2152171 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2152173 T6425 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2152175 T6425 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2152176 T6425 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2152176 T6425 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2152177 T6425 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50823/solr
   [junit4]   2> 2152177 T6425 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2152177 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2152180 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2152183 T6481 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@398251ba 
name:ZooKeeperConnection Watcher:127.0.0.1:50823 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2152184 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2152185 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2152192 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2152194 T6484 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@28d86f3e 
name:ZooKeeperConnection Watcher:127.0.0.1:50823/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2152195 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2152218 T6425 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2153238 T6425 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50832_
   [junit4]   2> 2153241 T6425 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50832_
   [junit4]   2> 2153259 T6425 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2153273 T6485 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2153273 T6485 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2153277 T6485 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2153277 T6485 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2153278 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2153280 T6455 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50832";,
   [junit4]   2>          "node_name":"127.0.0.1:50832_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 2153281 T6455 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50832";,
   [junit4]   2>          "node_name":"127.0.0.1:50832_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2153282 T6455 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=2
   [junit4]   2> 2153282 T6455 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard2
   [junit4]   2> 2153284 T6455 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2153285 T6485 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2153290 T6485 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 1 
   [junit4]   2> 2153290 T6485 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2153291 T6485 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2153291 T6485 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2153292 T6485 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2153292 T6485 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2153295 T6485 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2153295 T6485 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/collection1/'
   [junit4]   2> 2153296 T6485 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2153297 T6485 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2153297 T6485 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/collection1/lib/README'
 to classloader
   [junit4]   2> 2153331 T6485 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2153339 T6485 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2153357 T6485 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2153385 T6485 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2153389 T6485 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2153396 T6485 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2153542 T6485 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2153548 T6485 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2153549 T6485 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2153569 T6485 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2153576 T6485 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2153581 T6485 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2153584 T6485 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2153585 T6485 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2153585 T6485 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2153588 T6485 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2153588 T6485 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2153588 T6485 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2153589 T6485 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2153589 T6485 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-003/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty1/
   [junit4]   2> 2153589 T6485 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d4a66d4
   [junit4]   2> 2153590 T6485 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty1
   [junit4]   2> 2153590 T6485 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty1/index/
   [junit4]   2> 2153590 T6485 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty1/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2153591 T6485 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty1/index
   [junit4]   2> 2153591 T6485 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.42821189248892455]
   [junit4]   2> 2153592 T6485 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@68b4d68d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4faf3378),segFN=segments_1,generation=1}
   [junit4]   2> 2153592 T6485 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2153596 T6485 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2153596 T6485 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2153597 T6485 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2153597 T6485 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2153598 T6485 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2153598 T6485 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2153599 T6485 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2153599 T6485 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2153599 T6485 oasc.SolrCore.loadUpdateProcessorChains no 
updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2153600 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /update: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2153600 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2153601 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /update/csv: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2153601 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /update/json/docs: org.apache.solr.handler.UpdateRequestHandler
   [junit4]   2> 2153602 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /config: org.apache.solr.handler.SolrConfigHandler
   [junit4]   2> 2153602 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /schema: org.apache.solr.handler.SchemaHandler
   [junit4]   2> 2153603 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /replication: org.apache.solr.handler.ReplicationHandler
   [junit4]   2> 2153604 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /get: org.apache.solr.handler.RealTimeGetHandler
   [junit4]   2> 2153605 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/luke: org.apache.solr.handler.admin.LukeRequestHandler
   [junit4]   2> 2153607 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/system: org.apache.solr.handler.admin.SystemInfoHandler
   [junit4]   2> 2153608 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/mbeans: org.apache.solr.handler.admin.SolrInfoMBeanHandler
   [junit4]   2> 2153609 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/plugins: org.apache.solr.handler.admin.PluginInfoHandler
   [junit4]   2> 2153610 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/threads: org.apache.solr.handler.admin.ThreadDumpHandler
   [junit4]   2> 2153610 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/properties: 
org.apache.solr.handler.admin.PropertiesRequestHandler
   [junit4]   2> 2153611 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/logging: org.apache.solr.handler.admin.LoggingHandler
   [junit4]   2> 2153612 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/ping: org.apache.solr.handler.PingRequestHandler
   [junit4]   2> 2153612 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created standard: solr.StandardRequestHandler
   [junit4]   2> 2153613 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/file: solr.admin.ShowFileRequestHandler
   [junit4]   2> 2153614 T6485 oasc.RequestHandlers.initHandlersFromConfig 
created /admin/fileedit: solr.admin.EditFileRequestHandler
   [junit4]   2> 2153627 T6485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2153629 T6485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2153630 T6485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2153631 T6485 oashl.XMLLoader.init xsltCacheLifetimeSeconds=60
   [junit4]   2> 2153635 T6485 oasu.CommitTracker.<init> Hard AutoCommit: 
disabled
   [junit4]   2> 2153635 T6485 oasu.CommitTracker.<init> Soft AutoCommit: 
disabled
   [junit4]   2> 2153636 T6485 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=37, maxMergeAtOnceExplicit=49, maxMergedSegmentMB=90.19921875, 
floorSegmentMB=0.314453125, forceMergeDeletesPctAllowed=25.177949344952268, 
segmentsPerTier=45.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.21894290059771873
   [junit4]   2> 2153636 T6485 oasc.SolrDeletionPolicy.onInit 
SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@68b4d68d 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@4faf3378),segFN=segments_1,generation=1}
   [junit4]   2> 2153636 T6485 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2153637 T6485 oass.SolrIndexSearcher.<init> Opening 
Searcher@35e2a19b[collection1] main
   [junit4]   2> 2153637 T6485 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2153640 T6485 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2153640 T6485 oasr.ManagedResourceStorage.newStorageIO Setting 
up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2153642 T6485 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.configure Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2153642 T6485 oasr.RestManager.init Initializing RestManager 
with initArgs: {}
   [junit4]   2> 2153643 T6485 oasr.ManagedResourceStorage.load Reading 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2153646 T6485 
oasr.ManagedResourceStorage$ZooKeeperStorageIO.openInputStream Read 38 bytes 
from znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2153646 T6485 oasr.ManagedResourceStorage.load Loaded 
LinkedHashMap at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2153646 T6485 oasr.ManagedResource.reloadFromStorage Loaded 
initArgs {} for /rest/managed
   [junit4]   2> 2153646 T6485 oasr.RestManager.init Initializing 0 registered 
ManagedResources
   [junit4]   2> 2153647 T6485 oash.ReplicationHandler.inform Commits will be 
reserved for  10000
   [junit4]   2> 2153647 T6486 oasc.SolrCore.registerSearcher [collection1] 
Registered new searcher Searcher@35e2a19b[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2153648 T6485 oasc.CoreContainer.registerCore registering 
core: collection1
   [junit4]   2> 2153650 T6489 oasc.ZkController.register Register replica - 
core:collection1 address:https://127.0.0.1:50832 collection:collection1 
shard:shard2
   [junit4]   2> 2153651 T6425 oass.SolrDispatchFilter.init 
user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2153652 T6425 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init() done
   [junit4]   2> 2153653 T6489 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leader_elect/shard2/election
   [junit4]   2> 2153670 T6489 oasc.ShardLeaderElectionContext.runLeaderProcess 
Running the leader process for shard shard2
   [junit4]   2> 2153675 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2153677 T6489 
oasc.ShardLeaderElectionContext.waitForReplicasToComeUp Enough replicas found 
to continue.
   [junit4]   2> 2153677 T6489 oasc.ShardLeaderElectionContext.runLeaderProcess 
I may be the new leader - try and sync
   [junit4]   2> ASYNC  NEW_CORE C1462 name=collection1 
org.apache.solr.core.SolrCore@54120356 url=https://127.0.0.1:50832/collection1 
node=127.0.0.1:50832_ C1462_STATE=coll:collection1 core:collection1 
props:{core=collection1, base_url=https://127.0.0.1:50832, 
node_name=127.0.0.1:50832_, state=down}
   [junit4]   2> 2153678 T6489 C1462 P50832 oasc.SyncStrategy.sync Sync 
replicas to https://127.0.0.1:50832/collection1/
   [junit4]   2> 2153679 T6489 C1462 P50832 oasc.SyncStrategy.syncReplicas Sync 
Success - now sync replicas to me
   [junit4]   2> 2153679 T6489 C1462 P50832 oasc.SyncStrategy.syncToMe 
https://127.0.0.1:50832/collection1/ has no replicas
   [junit4]   2> 2153680 T6489 oasc.ShardLeaderElectionContext.runLeaderProcess 
I am the new leader: https://127.0.0.1:50832/collection1/ shard2
   [junit4]   2> 2153680 T6489 oascc.SolrZkClient.makePath makePath: 
/collections/collection1/leaders/shard2
   [junit4]   2> 2153681 T6455 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1"} current state version: 5
   [junit4]   2> 2153683 T6455 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 1
   [junit4]   2> 2153687 T6484 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2153690 T6484 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 2 
   [junit4]   2> 2153696 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2153698 T6455 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "operation":"leader",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "base_url":"https://127.0.0.1:50832";,
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "state":"active"} current state version: 5
   [junit4]   2> 2153699 T6455 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 2
   [junit4]   2> 2153703 T6484 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2153707 T6484 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 3 
   [junit4]   2> 2153751 T6489 oasc.ZkController.register We are 
https://127.0.0.1:50832/collection1/ and leader is 
https://127.0.0.1:50832/collection1/
   [junit4]   2> 2153752 T6489 oasc.ZkController.register No LogReplay needed 
for core=collection1 baseURL=https://127.0.0.1:50832
   [junit4]   2> 2153753 T6489 oasc.ZkController.checkRecovery I am the leader, 
no recovery necessary
   [junit4]   2> 2153753 T6489 oasc.ZkController.publish publishing 
core=collection1 state=active collection=collection1
   [junit4]   2> 2153754 T6489 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2153766 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2153768 T6455 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":"https://127.0.0.1:50832";,
   [junit4]   2>          "node_name":"127.0.0.1:50832_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 2153770 T6455 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":"https://127.0.0.1:50832";,
   [junit4]   2>          "node_name":"127.0.0.1:50832_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"active",
   [junit4]   2>          "shard":"shard2",
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2153772 T6455 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 3
   [junit4]   2> 2153774 T6484 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2153777 T6489 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2153781 T6484 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2155508 T6425 oasc.AbstractFullDistribZkTestBase.createJettys 
create jetty 2
   [junit4]   2> 2155510 T6425 oejs.Server.doStart jetty-8.1.10.v20130312
   [junit4]   2> 2155519 T6425 oejus.SslContextFactory.doStart Enabled 
Protocols [SSLv2Hello, SSLv3, TLSv1, TLSv1.1, TLSv1.2] of [SSLv2Hello, SSLv3, 
TLSv1, TLSv1.1, TLSv1.2]
   [junit4]   2> 2155520 T6425 oejs.AbstractConnector.doStart Started 
SslSelectChannelConnector@127.0.0.1:50835
   [junit4]   2> 2155523 T6425 oass.SolrDispatchFilter.init 
SolrDispatchFilter.init()
   [junit4]   2> 2155523 T6425 oasc.SolrResourceLoader.locateSolrHome JNDI not 
configured for solr (NoInitialContextEx)
   [junit4]   2> 2155524 T6425 oasc.SolrResourceLoader.locateSolrHome using 
system property solr.solr.home: 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004
   [junit4]   2> 2155524 T6425 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/'
   [junit4]   2> 2155591 T6425 oasc.ConfigSolr.fromFile Loading container 
configuration from 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/solr.xml
   [junit4]   2> 2155609 T6425 oasc.CoreContainer.<init> New CoreContainer 
2116484073
   [junit4]   2> 2155609 T6425 oasc.CoreContainer.load Loading cores into 
CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/]
   [junit4]   2> 2155610 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting socketTimeout to: 90000
   [junit4]   2> 2155610 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting urlScheme to: 
   [junit4]   2> 2155610 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting connTimeout to: 15000
   [junit4]   2> 2155610 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnectionsPerHost to: 20
   [junit4]   2> 2155611 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxConnections to: 10000
   [junit4]   2> 2155611 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting corePoolSize to: 0
   [junit4]   2> 2155612 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maximumPoolSize to: 2147483647
   [junit4]   2> 2155612 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting maxThreadIdleTime to: 5
   [junit4]   2> 2155612 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting sizeOfQueue to: -1
   [junit4]   2> 2155612 T6425 oashc.HttpShardHandlerFactory.getParameter 
Setting fairnessPolicy to: false
   [junit4]   2> 2155614 T6425 oasu.UpdateShardHandler.<init> Creating 
UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=false
   [junit4]   2> 2155616 T6425 oasl.LogWatcher.createWatcher SLF4J impl is 
org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2155616 T6425 oasl.LogWatcher.newRegisteredLogWatcher 
Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2155617 T6425 oasc.CoreContainer.load Host Name: 127.0.0.1
   [junit4]   2> 2155617 T6425 oasc.ZkContainer.initZooKeeper Zookeeper 
client=127.0.0.1:50823/solr
   [junit4]   2> 2155618 T6425 oasc.ZkController.checkChrootPath zkHost 
includes chroot
   [junit4]   2> 2155618 T6425 
oascc.SolrZkClient.createZkCredentialsToAddAutomatically Using default 
ZkCredentialsProvider
   [junit4]   2> 2155620 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2155623 T6501 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@705ed56 name:ZooKeeperConnection 
Watcher:127.0.0.1:50823 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 2155625 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2155625 T6425 oascc.SolrZkClient.createZkACLProvider Using 
default ZkACLProvider
   [junit4]   2> 2155631 T6425 oascc.ConnectionManager.waitForConnected Waiting 
for client to connect to ZooKeeper
   [junit4]   2> 2155634 T6504 oascc.ConnectionManager.process Watcher 
org.apache.solr.common.cloud.ConnectionManager@3470f2fd 
name:ZooKeeperConnection Watcher:127.0.0.1:50823/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2155635 T6425 oascc.ConnectionManager.waitForConnected Client 
is connected to ZooKeeper
   [junit4]   2> 2155661 T6425 
oascc.ZkStateReader.createClusterStateWatchersAndUpdate Updating cluster state 
from ZooKeeper... 
   [junit4]   2> 2156682 T6425 oasc.ZkController.createEphemeralLiveNode 
Register node as live in ZooKeeper:/live_nodes/127.0.0.1:50835_
   [junit4]   2> 2156686 T6425 oascc.SolrZkClient.makePath makePath: 
/live_nodes/127.0.0.1:50835_
   [junit4]   2> 2156704 T6425 oasc.Overseer.close Overseer (id=null) closing
   [junit4]   2> 2156728 T6505 oasc.ZkController.publish publishing 
core=collection1 state=down collection=collection1
   [junit4]   2> 2156728 T6505 oasc.ZkController.publish numShards not found on 
descriptor - reading it from system property
   [junit4]   2> 2156734 T6454 oasc.DistributedQueue$LatchWatcher.process 
NodeChildrenChanged fired on path /overseer/queue state SyncConnected
   [junit4]   2> 2156737 T6505 oasc.ZkController.preRegister Registering watch 
for external collection collection1
   [junit4]   2> 2156738 T6505 oascc.ZkStateReader.addZkWatch addZkWatch 
collection1
   [junit4]   2> 2156738 T6455 oasc.Overseer$ClusterStateUpdater.run 
processMessage: queueSize: 1, message = {
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50835";,
   [junit4]   2>          "node_name":"127.0.0.1:50835_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"} current state version: 5
   [junit4]   2> 2156740 T6505 oascc.ZkStateReader.addZkWatch Updating 
collection state at /collections/collection1/state.json from ZooKeeper... 
   [junit4]   2> 2156743 T6455 oasco.ReplicaMutator.updateState Update state 
numShards=2 message={
   [junit4]   2>          "core":"collection1",
   [junit4]   2>          "roles":null,
   [junit4]   2>          "base_url":"https://127.0.0.1:50835";,
   [junit4]   2>          "node_name":"127.0.0.1:50835_",
   [junit4]   2>          "numShards":"2",
   [junit4]   2>          "state":"down",
   [junit4]   2>          "shard":null,
   [junit4]   2>          "collection":"collection1",
   [junit4]   2>          "operation":"state"}
   [junit4]   2> 2156744 T6455 oasco.ReplicaMutator.updateState Collection 
already exists with numShards=2
   [junit4]   2> 2156744 T6455 oasco.ReplicaMutator.updateState Assigning new 
node to shard shard=shard1
   [junit4]   2> 2156746 T6505 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 4 
   [junit4]   2> 2156746 T6505 oasc.ZkController.waitForCoreNodeName look for 
our core node name
   [junit4]   2> 2156746 T6455 oasco.ZkStateWriter.writePendingUpdates going to 
update_collection /collections/collection1/state.json version: 4
   [junit4]   2> 2156749 T6504 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2156749 T6484 oascc.ZkStateReader$7.process A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json, has occurred - updating... 
   [junit4]   2> 2156753 T6484 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 2156759 T6504 oascc.ZkStateReader.updateWatchedCollection 
Updating data for collection1 to ver 5 
   [junit4]   2> 2157747 T6505 oasc.ZkController.waitForShardId waiting to find 
shard id in clusterstate for collection1
   [junit4]   2> 2157748 T6505 oasc.ZkController.createCollectionZkNode Check 
for collection zkNode:collection1
   [junit4]   2> 2157750 T6505 oasc.ZkController.createCollectionZkNode 
Collection zkNode exists
   [junit4]   2> 2157751 T6505 oascc.ZkStateReader.readConfigName Load 
collection config from:/collections/collection1
   [junit4]   2> 2157758 T6505 oascc.ZkStateReader.readConfigName 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 2157759 T6505 oasc.SolrResourceLoader.<init> new 
SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/collection1/'
   [junit4]   2> 2157761 T6505 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/collection1/lib/.svn/'
 to classloader
   [junit4]   2> 2157762 T6505 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/collection1/lib/classes/'
 to classloader
   [junit4]   2> 2157763 T6505 oasc.SolrResourceLoader.replaceClassLoader 
Adding 
'file:/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/collection1/lib/README'
 to classloader
   [junit4]   2> 2157801 T6505 oasc.ZkController.watchZKConfDir watch zkdir 
/configs/conf1
   [junit4]   2> 2157808 T6505 oasc.Config.<init> loaded config solrconfig.xml 
with version 0 
   [junit4]   2> 2157822 T6505 oasc.SolrConfig.<init> Using Lucene 
MatchVersion: 6.0.0
   [junit4]   2> 2157840 T6505 oasc.SolrConfig.<init> Loaded SolrConfig: 
solrconfig.xml
   [junit4]   2> 2157844 T6505 oass.IndexSchema.readSchema Reading Solr Schema 
from /configs/conf1/schema.xml
   [junit4]   2> 2157850 T6505 oass.IndexSchema.readSchema [collection1] Schema 
name=test
   [junit4]   2> 2158000 T6505 oass.OpenExchangeRatesOrgProvider.init 
Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2158007 T6505 oass.IndexSchema.readSchema default search field 
in schema is text
   [junit4]   2> 2158007 T6505 oass.IndexSchema.readSchema unique key field: id
   [junit4]   2> 2158036 T6505 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2158042 T6505 oass.FileExchangeRateProvider.reload Reloading 
exchange rates from file currency.xml
   [junit4]   2> 2158048 T6505 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2158051 T6505 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2158053 T6505 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2158054 T6505 oass.OpenExchangeRatesOrgProvider.reload 
Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2158058 T6505 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Unknown key 
IMPORTANT NOTE
   [junit4]   2> 2158058 T6505 
oass.OpenExchangeRatesOrgProvider$OpenExchangeRates.<init> WARN Expected key, 
got STRING
   [junit4]   2> 2158058 T6505 oasc.CoreContainer.create Creating SolrCore 
'collection1' using configuration from collection collection1
   [junit4]   2> 2158058 T6505 oasc.SolrCore.initDirectoryFactory 
org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2158059 T6505 oasc.SolrCore.<init> [collection1] Opening new 
SolrCore at 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-004/collection1/,
 
dataDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty2/
   [junit4]   2> 2158059 T6505 oasc.JmxMonitoredMap.<init> JMX monitoring is 
enabled. Adding Solr mbeans to JMX Server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3d4a66d4
   [junit4]   2> 2158060 T6505 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty2
   [junit4]   2> 2158060 T6505 oasc.SolrCore.getNewIndexDir New index directory 
detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty2/index/
   [junit4]   2> 2158060 T6505 oasc.SolrCore.initIndex WARN [collection1] Solr 
index directory 
'/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty2/index'
 doesn't exist. Creating new index...
   [junit4]   2> 2158061 T6505 oasc.CachingDirectoryFactory.get return new 
directory for 
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestModifyConfFiles-D1827C2132C477C2-001/tempDir-001/jetty2/index
   [junit4]   2> 2158061 T6505 oasu.RandomMergePolicy.<init> RandomMergePolicy 
wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: 
[LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=12, 
maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, 
calibrateSizeByDeletes=true, maxMergeDocs=2147483647, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.42821189248892455]
   [junit4]   2> 2158062 T6505 oasc.SolrDeletionPolicy.onCommit 
SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2>                
commit{dir=MockDirectoryWrapper(RAMDirectory@4e8df04b 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@b10a65),segFN=segments_1,generation=1}
   [junit4]   2> 2158062 T6505 oasc.SolrDeletionPolicy.updateCommits newest 
commit generation = 1
   [junit4]   2> 2158069 T6505 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2158070 T6505 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 2158070 T6505 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2158070 T6505 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2158071 T6505 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2158072 T6505 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2158072 T6505 oasup.UpdateRequestProcessorChain.init creating 
updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2158072 T6505 oasup.UpdateRequestProcessorChain.init inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain 
"distrib-dup-test-chain-implicit"
   [junit4]   2> 2158073 T6505 oasc.SolrCore.load

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

csPerChunk=274), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
 chunkSize=7292)), sim=DefaultSimilarity, locale=da, timezone=America/Aruba
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_20 
(64-bit)/cpus=2,threads=1,free=117545072,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestSort, 
TestManagedSchemaFieldTypeResource, FastVectorHighlighterTest, 
TestClassNameShortening, CollectionsAPIAsyncDistributedZkTest, 
QueryResultKeyTest, LeaderInitiatedRecoveryOnCommitTest, TestCodecSupport, 
TestSolrDeletionPolicy2, NoCacheHeaderTest, PrimUtilsTest, TestZkChroot, 
SolrXmlInZkTest, TestReload, HdfsDirectoryTest, TestReplicationHandler, 
TestDefaultSearchFieldResource, ZkCLITest, ShowFileRequestHandlerTest, 
SuggestComponentTest, TestArbitraryIndexDir, TestAnalyzeInfixSuggestions, 
IndexSchemaTest, TestFaceting, AnalyticsQueryTest, 
DistributedSpellCheckComponentTest, TestGroupingSearch, SolrIndexConfigTest, 
TestMergePolicyConfig, SynonymTokenizerTest, SoftAutoCommitTest, 
HardAutoCommitTest, MultiThreadedOCPTest, TestFiltering, 
OverseerCollectionProcessorTest, HdfsChaosMonkeySafeLeaderTest, 
TestSolrCoreProperties, DistributedFacetPivotLargeTest, CircularListTest, 
OutOfBoxZkACLAndCredentialsProvidersTest, TestConfigReload, TestSchemaManager, 
TestBinaryField, SpatialFilterTest, SuggesterTest, 
SolrCoreCheckLockOnStartupTest, TestStandardQParsers, 
HdfsUnloadDistributedZkTest, QueryElevationComponentTest, 
DistributedTermsComponentTest, MultiTermTest, TestReplicaProperties, 
TestValueSourceCache, TermVectorComponentDistributedTest, 
TestElisionMultitermQuery, TestCustomSort, PeerSyncTest, SolrIndexSplitterTest, 
TestSolrQueryParser, EnumFieldTest, InfoHandlerTest, 
AddSchemaFieldsUpdateProcessorFactoryTest, TestAtomicUpdateErrorCases, 
TestCursorMarkWithoutUniqueKey, TestDistribDocBasedVersion, ResponseHeaderTest, 
FacetPivotSmallTest, DistributedSuggestComponentTest, TestSolr4Spatial, 
ExternalCollectionsTest, IndexBasedSpellCheckerTest, 
OverriddenZkACLAndCredentialsProvidersTest, PreAnalyzedUpdateProcessorTest, 
JsonLoaderTest, SuggesterFSTTest, TestCollectionAPI, UnloadDistributedZkTest, 
CustomCollectionTest, SchemaVersionSpecificBehaviorTest, TestFieldTypeResource, 
TestInitParams, BadComponentTest, DefaultValueUpdateProcessorTest, 
DateMathParserTest, ChangedSchemaMergeTest, UpdateRequestProcessorFactoryTest, 
TestHighFrequencyDictionaryFactory, TestLazyCores, FileBasedSpellCheckerTest, 
SyncSliceTest, SampleTest, HdfsSyncSliceTest, TestStressReorder, 
TestChildDocTransformer, TestMaxScoreQueryParser, 
FieldMutatingUpdateProcessorTest, TestInfoStreamLogging, TestBlobHandler, 
TestSchemaSimilarityResource, TestFileDictionaryLookup, TestSolrJ, TestTrie, 
ConnectionManagerTest, TestRandomMergePolicy, DeleteInactiveReplicaTest, 
TestRawResponseWriter, TestLFUCache, RequestHandlersTest, 
IndexSchemaRuntimeFieldTest, TestCharFilters, RollingRestartTest, TestNRTOpen, 
ScriptEngineTest, TestReRankQParserPlugin, TestMiniSolrCloudCluster, 
SystemInfoHandlerTest, TestUtils, AtomicUpdatesTest, TestModifyConfFiles, 
SolrInfoMBeanTest, SharedFSAutoReplicaFailoverTest, TestPivotHelperCode, 
TestSolrDynamicMBean, TestIndexSearcher, TestCoreDiscovery, 
StatelessScriptUpdateProcessorFactoryTest, TestDynamicFieldCollectionResource, 
StandardRequestHandlerTest, RecoveryZkTest, StressHdfsTest, TestInitQParser, 
QueryParsingTest, ZkSolrClientTest, OutputWriterTest, ConvertedLegacyTest, 
DistributedExpandComponentTest, TestJoin, SimpleCollectionCreateDeleteTest, 
TestSolr4Spatial2, TestOverriddenPrefixQueryForCustomFieldType, 
AddBlockUpdateTest, TestRealTimeGet, SuggesterWFSTTest, CursorMarkTest, 
TestIBSimilarityFactory, ResourceLoaderTest, TestSolrDeletionPolicy1, 
CacheHeaderTest, TestCloudManagedSchema, TestSchemaNameResource, 
TestSolrConfigHandlerConcurrent, WordBreakSolrSpellCheckerTest, 
DistribDocExpirationUpdateProcessorTest, MoreLikeThisHandlerTest, 
TermVectorComponentTest, TestStressUserVersions, TestRandomFaceting, 
TestFastWriter, TestRecovery, TestExtendedDismaxParser, TestNoOpRegenerator, 
ParsingFieldUpdateProcessorsTest, BadCopyFieldTest, 
TestLMJelinekMercerSimilarityFactory, TestManagedSchemaDynamicFieldResource, 
TestSolrQueryParserResource, TestBM25SimilarityFactory, TestDistributedSearch, 
DocValuesTest, ReturnFieldsTest, TestSuggestSpellingConverter, 
OpenExchangeRatesOrgProviderTest, AssignTest, CachingDirectoryFactoryTest, 
TestCSVLoader, SpellCheckCollatorTest, TestCollapseQParserPlugin, 
TestCollationField, TestManagedResource, TestSolrXml, PrimitiveFieldTypeTest, 
AsyncMigrateRouteKeyTest, DocumentBuilderTest, TestDocumentBuilder, 
UUIDFieldTest, DocExpirationUpdateProcessorFactoryTest, TestCloudSchemaless, 
OpenCloseCoreStressTest, TestPHPSerializedResponseWriter, 
TestSolrQueryParserDefaultOperatorResource, BasicZkTest, TestLRUCache, 
TestFreeTextSuggestions, BinaryUpdateRequestHandlerTest, 
TestPerFieldSimilarity, DistributedFacetPivotWhiteBoxTest, 
TestSimpleQParserPlugin, XmlUpdateRequestHandlerTest, DateFieldTest, 
LegacyHTMLStripCharFilterTest, DocumentAnalysisRequestHandlerTest, 
ShardSplitTest, TestConfig, TestBinaryResponseWriter, BadIndexSchemaTest, 
DirectSolrSpellCheckerTest, EchoParamsTest, TestClusterStateMutator, 
TestUpdate, TestDocSet, TestQuerySenderNoQuery, 
PathHierarchyTokenizerFactoryTest, TestDefaultSimilarityFactory, 
TestStressRecovery, TestSchemaResource, OverseerStatusTest, 
BasicDistributedZkTest, ChaosMonkeySafeLeaderTest, BasicDistributedZk2Test, 
CollectionsAPIDistributedZkTest, OverseerTest, LeaderElectionIntegrationTest, 
ShardRoutingTest, FullSolrCloudDistribCmdsTest, ClusterStateUpdateTest, 
LeaderElectionTest, TestRandomDVFaceting, ShardRoutingCustomTest, 
AutoCommitTest, TestDistributedGrouping, TestHashPartitioner, ZkControllerTest, 
TestStressVersions, TestRangeQuery, TestCoreContainer, SimpleFacetsTest, 
SolrCoreTest, StatsComponentTest, SpellCheckComponentTest, 
SolrCmdDistributorTest, TestFunctionQuery, BasicFunctionalityTest, 
DirectUpdateHandlerTest, TestBadConfig, HighlighterTest, 
CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, 
CurrencyFieldXmlFileTest, SimplePostToolTest, AnalysisAfterCoreReloadTest, 
SignatureUpdateProcessorFactoryTest, CoreAdminHandlerTest, 
SolrRequestParserTest, TestFoldingMultitermQuery, SuggesterTSTTest, 
TestStressLucene, PolyFieldTest, TestPseudoReturnFields, 
TestWordDelimiterFilterFactory, QueryEqualityTest, 
DirectUpdateHandlerOptimizeTest, SortByFunctionTest, TestRemoteStreaming, 
DocValuesMultiTest, DistanceFunctionTest, XsltUpdateRequestHandlerTest, 
DebugComponentTest, TestSurroundQueryParser, LukeRequestHandlerTest, 
DisMaxRequestHandlerTest, TestQueryUtils, TestWriterPerf, 
TestReversedWildcardFilterFactory, TestQueryTypes, TestOmitPositions, 
TermsComponentTest, TestIndexingPerformance, RequiredFieldsTest, 
FieldAnalysisRequestHandlerTest, LoggingHandlerTest, RegexBoostProcessorTest, 
SolrPluginUtilsTest, TestJmxIntegration, JSONWriterTest, TestCSVResponseWriter, 
MBeansHandlerTest, TestAnalyzedSuggestions, 
UniqFieldsUpdateProcessorFactoryTest, TestPartialUpdateDeduplication, 
PingRequestHandlerTest, CSVRequestHandlerTest, TestComponentsName, 
SearchHandlerTest, CoreContainerCoreInitFailuresTest, HighlighterConfigTest, 
SOLR749Test, TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest, 
TestSolrIndexConfig, CopyFieldTest, ResponseLogComponentTest, TestSearchPerf, 
NumericFieldsTest, MinimalSchemaTest, TestFuzzyAnalyzedSuggestions, 
ExternalFileFieldSortTest, TestPostingsSolrHighlighter, 
DirectSolrConnectionTest, NotRequiredUniqueKeyTest, TestLuceneMatchVersion, 
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestXIncludeConfig, 
TestSweetSpotSimilarityFactory, TestDFRSimilarityFactory, 
TestLMDirichletSimilarityFactory, TestJmxMonitoredMap, TimeZoneUtilsTest, 
TestFastOutputStream, URLClassifyProcessorTest, PluginInfoTest, 
TestFastLRUCache, ChaosMonkeyNothingIsSafeTest, PreAnalyzedFieldTest, 
TestSystemIdResolver, SpellingQueryConverterTest, DOMUtilTest, 
RAMDirectoryFactoryTest, ClusterStateTest, ZkNodePropsTest, SliceStateTest, 
FileUtilsTest, TestRTGBase, CursorPagingTest, DistributedIntervalFacetingTest, 
SolrTestCaseJ4Test, TestDistributedMissingSort, TestHighlightDedupGrouping, 
TestTolerantSearch, AliasIntegrationTest, CloudExitableDirectoryReaderTest, 
DeleteReplicaTest, DeleteShardTest, DistribCursorPagingTest, 
DistributedQueueTest, HttpPartitionTest, LeaderFailoverAfterPartitionTest, 
MigrateRouteKeyTest, OverseerRolesTest, RemoteQueryErrorTest]
   [junit4] Completed in 51.19s, 1 test, 1 failure <<< FAILURES!

[...truncated 288 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:519: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:467: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:61: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/extra-targets.xml:39: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:187: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:510: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1349: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:956: 
There were test failures: 452 suites, 1845 tests, 2 failures, 37 ignored (21 
assumptions)

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to