You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2015/11/27 09:12:53 UTC

[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2896 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2896/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

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

Error Message:
Could not find a healthy node to handle the request.

Stack Trace:
org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
	at __randomizedtesting.SeedInfo.seed([5519E07D70783381:DD4DDFA7DE845E79]:0)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1084)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testAdminPath(TestSolrConfigHandlerCloud.java:100)
	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:79)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:964)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 10848 lines...]
   [junit4] Suite: org.apache.solr.handler.TestSolrConfigHandlerCloud
   [junit4]   2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/init-core-data-001
   [junit4]   2> 2748680 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[5519E07D70783381]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 2748681 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[5519E07D70783381]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2748684 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2748685 INFO  (Thread-6173) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2748685 INFO  (Thread-6173) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2748786 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.ZkTestServer start zk server on port:53402
   [junit4]   2> 2748787 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2748792 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2748802 INFO  (zkCallback-2351-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70af0283 name:ZooKeeperConnection Watcher:127.0.0.1:53402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2748803 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2748803 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2748803 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 2748807 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2748808 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2748810 INFO  (zkCallback-2352-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@3282e25f name:ZooKeeperConnection Watcher:127.0.0.1:53402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2748810 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2748811 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2748811 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 2748815 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 2748818 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 2748822 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 2748826 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748826 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 2748832 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748832 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 2748836 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748837 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2748840 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748841 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 2748844 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748844 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 2748848 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748848 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 2748852 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748852 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 2748857 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748858 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2748862 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748862 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2748865 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748865 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 2748869 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractZkTestCase 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> 2748869 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 2749365 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1
   [junit4]   2> 2749368 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2749371 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@534beff6{/,null,AVAILABLE}
   [junit4]   2> 2749371 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.ServerConnector Started ServerConnector@3e697832{HTTP/1.1}{127.0.0.1:53410}
   [junit4]   2> 2749371 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.Server Started @2753845ms
   [junit4]   2> 2749371 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/tempDir-001/control/data, hostContext=/, hostPort=53410, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores}
   [junit4]   2> 2749371 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2749372 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001'
   [junit4]   2> 2749372 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2749372 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2749372 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2749373 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2749375 INFO  (zkCallback-2353-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@64da2497 name:ZooKeeperConnection Watcher:127.0.0.1:53402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2749375 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2749375 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2749377 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2749378 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/solr.xml
   [junit4]   2> 2749384 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores
   [junit4]   2> 2749384 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoreContainer New CoreContainer 127513496
   [junit4]   2> 2749384 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001]
   [junit4]   2> 2749384 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/lib
   [junit4]   2> 2749384 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2749387 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2749388 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2749388 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2749388 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53402/solr
   [junit4]   2> 2749388 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2749388 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2749389 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2749391 INFO  (zkCallback-2355-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2fc4eeae name:ZooKeeperConnection Watcher:127.0.0.1:53402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2749392 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2749393 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2749395 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2749411 INFO  (zkCallback-2356-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5d723930 name:ZooKeeperConnection Watcher:127.0.0.1:53402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2749411 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2749413 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 2749418 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 2749433 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 2749438 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 2749442 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 2749449 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 2749453 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 2749455 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 2749458 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 2749460 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53410_
   [junit4]   2> 2749461 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53410_
   [junit4]   2> 2749464 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 2749466 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 2749469 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2749470 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94936196255645700-127.0.0.1:53410_-n_0000000000
   [junit4]   2> 2749470 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:53410_
   [junit4]   2> 2749470 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 2749473 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer Overseer (id=94936196255645700-127.0.0.1:53410_-n_0000000000) starting
   [junit4]   2> 2749477 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 2749490 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 2749491 INFO  (OverseerCollectionConfigSetProcessor-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 2749492 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2749492 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 2749506 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2749506 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2749509 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores
   [junit4]   2> 2749510 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1, collection=control_collection, absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2749510 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.CoresLocator Found core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/
   [junit4]   2> 2749511 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 2749512 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2749512 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53410_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2749513 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2749513 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2749516 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53410",
   [junit4]   2>   "node_name":"127.0.0.1:53410_",
   [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> 2749517 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2749517 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53410",
   [junit4]   2>   "node_name":"127.0.0.1:53410_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2749518 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 2749519 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 2749521 INFO  (zkCallback-2356-thread-2-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2750518 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2750519 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 2750520 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2750520 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 2750521 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2750521 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1'
   [junit4]   2> 2750521 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2750522 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2750525 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2750533 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2750538 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2750548 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2750556 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2750674 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2750682 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2750684 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2750701 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2750704 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2750709 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2750710 WARN  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2750710 WARN  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2750710 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2750712 WARN  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2750712 WARN  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2750714 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2750714 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 2750714 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2750714 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1], dataDir=[null]
   [junit4]   2> 2750714 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@29af58e2
   [junit4]   2> 2750715 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/data
   [junit4]   2> 2750715 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore New index directory detected: old=null new=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/data/index/
   [junit4]   2> 2750715 WARN  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 2750715 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/data/index
   [junit4]   2> 2750715 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=26, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=16.5615234375, floorSegmentMB=1.7080078125, forceMergeDeletesPctAllowed=23.70184599181981, segmentsPerTier=43.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2750716 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6a8c0854 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@90a252d),segFN=segments_1,generation=1}
   [junit4]   2> 2750716 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2750716 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/data/
   [junit4]   2> 2750716 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.DirectoryFactory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 2750719 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 2750719 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 2750720 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 2750720 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2750720 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 2750720 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 2750720 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2750720 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 2750720 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 2750720 WARN  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 2750724 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750725 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750726 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750726 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 2750729 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/update/json/docs,/admin/luke,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/schema,/admin/plugins,/admin/logging,/update/json,/admin/threads,/admin/ping,/update,/admin/file
   [junit4]   2> 2750729 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 2750730 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2750730 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2750731 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 2750731 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 2750731 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=45, maxMergeAtOnceExplicit=23, maxMergedSegmentMB=0.36328125, floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=25.302088017241335, segmentsPerTier=20.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2750731 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@6a8c0854 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@90a252d),segFN=segments_1,generation=1}
   [junit4]   2> 2750732 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 2750732 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@2ca4af88[collection1] main
   [junit4]   2> 2750732 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/control_collection
   [junit4]   2> 2750733 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2750733 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 2750734 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2750734 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 2750734 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2750735 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 2750735 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2750735 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 2750735 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 2750736 INFO  (searcherExecutor-7042-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2ca4af88[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2750736 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 2750736 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 2750736 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 2750736 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1518979142235717632
   [junit4]   2> 2750738 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.u.UpdateLog Took 2.0ms to seed version buckets with highest version 1518979142235717632
   [junit4]   2> 2750738 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 2750739 INFO  (coreLoadExecutor-7041-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 2750740 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:53410 collection:control_collection shard:shard1
   [junit4]   2> 2750742 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 2750749 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/94936196255645700-core_node1-n_0000000000
   [junit4]   2> 2750750 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 2750753 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2750753 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2750753 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:53410/collection1/
   [junit4]   2> 2750753 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2750753 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:53410/collection1/ has no replicas
   [junit4]   2> 2750754 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 2750755 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 2750760 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
   [junit4]   2> 2750764 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:53410/collection1/ shard1
   [junit4]   2> 2750765 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:53410",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 2750871 INFO  (zkCallback-2356-thread-2-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2750919 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController We are http://127.0.0.1:53410/collection1/ and leader is http://127.0.0.1:53410/collection1/
   [junit4]   2> 2750919 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:53410
   [junit4]   2> 2750919 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2750919 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 2750919 INFO  (coreZkRegister-7035-thread-1-processing-n:127.0.0.1:53410_ x:collection1 s:shard1 c:control_collection r:core_node1) [n:127.0.0.1:53410_ c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2750923 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53410",
   [junit4]   2>   "node_name":"127.0.0.1:53410_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 2750924 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53410",
   [junit4]   2>   "node_name":"127.0.0.1:53410_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2751017 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2751018 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2751020 INFO  (zkCallback-2358-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@29142d4b name:ZooKeeperConnection Watcher:127.0.0.1:53402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2751021 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2751021 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2751021 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2751027 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 2751027 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 2751027 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2751028 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2751030 INFO  (zkCallback-2359-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@e7f3f82 name:ZooKeeperConnection Watcher:127.0.0.1:53402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2751030 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2751030 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2751031 INFO  (zkCallback-2358-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2751031 INFO  (zkCallback-2356-thread-2-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2751036 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"create",
   [junit4]   2>   "name":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "stateFormat":"2"} current state version: 3
   [junit4]   2> 2751037 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 2751142 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/collection1/state.json
   [junit4]   2> 2752238 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores/collection1
   [junit4]   2> 2752240 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001
   [junit4]   2> 2752241 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 2752257 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4cd373ee{/,null,AVAILABLE}
   [junit4]   2> 2752258 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.ServerConnector Started ServerConnector@6351d08f{HTTP/1.1}{127.0.0.1:53416}
   [junit4]   2> 2752258 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.e.j.s.Server Started @2756732ms
   [junit4]   2> 2752258 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=53416, coreRootDirectory=/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.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores}
   [junit4]   2> 2752258 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): sun.misc.Launcher$AppClassLoader@74a14482
   [junit4]   2> 2752259 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001'
   [junit4]   2> 2752259 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2752259 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2752261 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2752262 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2752264 INFO  (zkCallback-2360-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@722548c8 name:ZooKeeperConnection Watcher:127.0.0.1:53402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2752264 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2752264 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2752266 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 2752266 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/solr.xml
   [junit4]   2> 2752275 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoresLocator Config-defined core root directory: /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.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores
   [junit4]   2> 2752276 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoreContainer New CoreContainer 814551681
   [junit4]   2> 2752276 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001]
   [junit4]   2> 2752276 WARN  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.CoreContainer Couldn't add files from /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/lib to classpath: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/lib
   [junit4]   2> 2752276 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,useRetries : false,
   [junit4]   2> 2752280 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 2752281 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 2752282 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 2752282 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:53402/solr
   [junit4]   2> 2752282 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 2752282 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 2752283 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2752285 INFO  (zkCallback-2362-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2c5e1409 name:ZooKeeperConnection Watcher:127.0.0.1:53402 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2752286 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2752287 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 2752290 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2752292 INFO  (zkCallback-2363-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@69144304 name:ZooKeeperConnection Watcher:127.0.0.1:53402/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 2752292 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2752302 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 2753316 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53416_
   [junit4]   2> 2753317 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:53416_
   [junit4]   2> 2753319 INFO  (zkCallback-2363-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2753319 INFO  (zkCallback-2358-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2753319 INFO  (zkCallback-2356-thread-1-processing-n:127.0.0.1:53410_) [n:127.0.0.1:53410_    ] o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live nodes size: 1)
   [junit4]   2> 2753321 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2753322 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/94936196255645705-127.0.0.1:53416_-n_0000000001
   [junit4]   2> 2753324 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/94936196255645700-127.0.0.1:53410_-n_0000000000 to know if I could be the leader
   [junit4]   2> 2753333 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 2753333 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 2753334 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.CoresLocator Looking for core definitions underneath /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.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores
   [junit4]   2> 2753335 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.SolrCore Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, instanceDir=/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.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores/collection1, collection=collection1, absoluteInstDir=/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.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores/collection1/, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 2753335 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.CoresLocator Found core collection1 in /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.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores/collection1/
   [junit4]   2> 2753335 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 2753337 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.s.SolrDispatchFilter user.dir=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2753337 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53416_    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 2753338 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 2753338 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 2753342 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ZkController Registering watch for collection collection1
   [junit4]   2> 2753342 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader addZkWatch collection1
   [junit4]   2> 2753342 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53416",
   [junit4]   2>   "node_name":"127.0.0.1:53416_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 3
   [junit4]   2> 2753343 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Add data for collection1 ver 0 
   [junit4]   2> 2753343 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 2753343 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:53416",
   [junit4]   2>   "node_name":"127.0.0.1:53416_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 2753343 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ReplicaMutator Collection already exists with numShards=2
   [junit4]   2> 2753343 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 2753345 INFO  (OverseerStateUpdate-94936196255645700-127.0.0.1:53410_-n_0000000000) [n:127.0.0.1:53410_    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/collection1/state.json version: 0
   [junit4]   2> 2753346 INFO  (zkCallback-2363-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_    ] o.a.s.c.c.ZkStateReader A cluster state change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json for collection collection1 has occurred - updating... (live nodes size: 2)
   [junit4]   2> 2753347 INFO  (zkCallback-2363-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_    ] o.a.s.c.c.ZkStateReader Updating data for collection1 from 0 to 1 
   [junit4]   2> 2754344 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 2754344 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 2754347 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 2754347 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 2754349 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 specified config exists in ZooKeeper
   [junit4]   2> 2754349 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores/collection1'
   [junit4]   2> 2754349 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 2754349 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 2754352 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 2754358 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 2754362 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.0.0
   [junit4]   2> 2754371 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 2754376 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 2754453 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 2754459 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 2754460 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 2754474 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2754476 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 2754479 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2754480 WARN  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2754481 WARN  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2754481 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 2754482 WARN  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 2754482 WARN  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 2754485 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0
   [junit4]   2> 2754485 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1   x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 2754485 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 2754485 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001/shard-1-001/cores/collection1], dataDir=[null]
   [junit4]   2> 2754485 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@29af58e2
   [junit4]   2> 2754486 INFO  (coreLoadExecutor-7052-thread-1-processing-n:127.0.0.1:53416_) [n:127.0.0.1:53416_ c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for /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.handler.TestSolrConfig

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

andler@1efaef96{/,null,UNAVAILABLE}
   [junit4]   2> 2836258 INFO  (TEST-TestSolrConfigHandlerCloud.test-seed#[5519E07D70783381]) [n:127.0.0.1:53443_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53402 53402
   [junit4]   2> 2836283 INFO  (Thread-6173) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:53402 53402
   [junit4]   2> 2837761 WARN  (Thread-6173) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	124	/solr/configs/conf1
   [junit4]   2> 	11	/solr/aliases.json
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	11	/solr/collections
   [junit4]   2> 	9	/solr/live_nodes
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrConfigHandlerCloud -Dtests.method=test -Dtests.seed=5519E07D70783381 -Dtests.slow=true -Dtests.locale=el -Dtests.timezone=US/Arizona -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   89.1s J0 | TestSolrConfigHandlerCloud.test <<<
   [junit4]    > Throwable #1: org.apache.solr.common.SolrException: Could not find a healthy node to handle the request.
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5519E07D70783381:DD4DDFA7DE845E79]:0)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1084)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:870)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:953)
   [junit4]    > 	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:806)
   [junit4]    > 	at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.testAdminPath(TestSolrConfigHandlerCloud.java:100)
   [junit4]    > 	at org.apache.solr.handler.TestSolrConfigHandlerCloud.test(TestSolrConfigHandlerCloud.java:79)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:964)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:939)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 2837769 INFO  (SUITE-TestSolrConfigHandlerCloud-seed#[5519E07D70783381]-worker) [n:127.0.0.1:53443_ c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build/solr-core/test/J0/temp/solr.handler.TestSolrConfigHandlerCloud_5519E07D70783381-001
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarityProvider(queryNorm=false,coord=yes): {}, locale=el, timezone=US/Arizona
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=250246760,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [BufferStoreTest, TestJsonRequest, SimplePostToolTest, RestartWhileUpdatingTest, TestFreeTextSuggestions, TestSchemaNameResource, DirectUpdateHandlerTest, BasicDistributedZkTest, TestDistributedMissingSort, TestExclusionRuleCollectionAccess, SampleTest, ClusterStateUpdateTest, TestLuceneMatchVersion, MigrateRouteKeyTest, TestDFRSimilarityFactory, ResponseHeaderTest, TestDocBasedVersionConstraints, AddBlockUpdateTest, TestMiniSolrCloudClusterBase, TestOverriddenPrefixQueryForCustomFieldType, TestRandomDVFaceting, ChangedSchemaMergeTest, TestQuerySenderNoQuery, TestPostingsSolrHighlighter, JavabinLoaderTest, DistributedSpellCheckComponentTest, FullHLLTest, ZkCLITest, TestRemoveLastDynamicCopyField, DocValuesTest, TestMinMaxOnMultiValuedField, HdfsWriteToMultipleCollectionsTest, TestStressLucene, TestFastLRUCache, TestHashPartitioner, DistributedDebugComponentTest, TestRestManager, CollectionTooManyReplicasTest, SolrCloudExampleTest, TestComponentsName, RecoveryZkTest, DistanceUnitsTest, MoreLikeThisHandlerTest, StatelessScriptUpdateProcessorFactoryTest, TestUpdate, TestMergePolicyConfig, HdfsCollectionsAPIDistributedZkTest, FacetPivotSmallTest, URLClassifyProcessorTest, SOLR749Test, TestCustomDocTransformer, PeerSyncTest, TestRemoteStreaming, TestOrdValues, CoreAdminCreateDiscoverTest, SyncSliceTest, TestGroupingSearch, CollectionStateFormat2Test, IndexBasedSpellCheckerTest, ExplicitHLLTest, SolrIndexConfigTest, TestDistribIDF, TestStressReorder, TestSimpleQParserPlugin, TestAuthorizationFramework, TestSolrConfigHandler, TestRequestStatusCollectionAPI, TestSolrQueryParserDefaultOperatorResource, TestFunctionQuery, TestIBSimilarityFactory, TestDynamicLoading, MergeStrategyTest, BigEndianAscendingWordSerializerTest, UnloadDistributedZkTest, SoftAutoCommitTest, TestQueryWrapperFilter, HighlighterTest, CollectionsAPIAsyncDistributedZkTest, CdcrRequestHandlerTest, PathHierarchyTokenizerFactoryTest, TestRandomRequestDistribution, DistributedFacetPivotSmallAdvancedTest, AnalyticsMergeStrategyTest, SmileWriterTest, BitVectorTest, TestLMDirichletSimilarityFactory, ShardRoutingTest, TestPhraseSuggestions, TestLeaderElectionZkExpiry, TestHashQParserPlugin, TestCoreContainer, DistributedFacetPivotLargeTest, TestLeaderInitiatedRecoveryThread, MultiThreadedOCPTest, JsonLoaderTest, JSONWriterTest, TestArbitraryIndexDir, ScriptEngineTest, TestMissingGroups, ActionThrottleTest, DateRangeFieldTest, TestConfigReload, TestScoreJoinQPNoScore, OverseerTest, TestSolrXml, XmlUpdateRequestHandlerTest, TestLazyCores, AliasIntegrationTest, TestSolrConfigHandlerConcurrent, ConcurrentDeleteAndCreateCollectionTest, TestCSVLoader, DistributedQueryElevationComponentTest, TestReplicationHandler, UpdateParamsTest, TestDocSet, TestCryptoKeys, TestAnalyzedSuggestions, SegmentsInfoRequestHandlerTest, TestCollectionAPI, InfoHandlerTest, ReplicationFactorTest, TestHdfsUpdateLog, RankQueryTest, HdfsSyncSliceTest, PingRequestHandlerTest, HdfsRecoverLeaseTest, CurrencyFieldXmlFileTest, LeaderInitiatedRecoveryOnCommitTest, DocValuesMultiTest, IgnoreCommitOptimizeUpdateProcessorFactoryTest, TestSortingResponseWriter, TestDocumentBuilder, TestImplicitCoreProperties, TestObjectReleaseTracker, DirectSolrSpellCheckerTest, AnalysisAfterCoreReloadTest, TestSort, BasicDistributedZk2Test, CollectionsAPIDistributedZkTest, TestRandomFaceting, LeaderElectionTest, TestZkChroot, TestDistributedSearch, TestSolrDeletionPolicy2, TestSearchPerf, NumericFieldsTest, TestElisionMultitermQuery, TestConfig, NotRequiredUniqueKeyTest, SynonymTokenizerTest, TestSweetSpotSimilarityFactory, TestJmxMonitoredMap, TestFastOutputStream, ChaosMonkeyNothingIsSafeTest, CdcrReplicationHandlerTest, CdcrVersionReplicationTest, CollectionReloadTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteReplicaTest, DistributedVersionInfoTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerTaskQueueTest, SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, SimpleCollectionCreateDeleteTest, TestAuthenticationFramework, TestRequestForwarding, TestSolrCloudWithKerberosAlt, TriLevelCompositeIdRoutingTest, HdfsBasicDistributedZk2Test, HdfsBasicDistributedZkTest, HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest, HdfsUnloadDistributedZkTest, StressHdfsTest, TestClusterStateMutator, ZkStateReaderTest, ZkStateWriterTest, TestReqParamsAPI, TestRestoreCore, TestSolrConfigHandlerCloud]
   [junit4] Completed [473/562] on J0 in 89.12s, 1 test, 1 error <<< FAILURES!

[...truncated 308 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:775: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:719: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/build.xml:233: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/solr/common-build.xml:516: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1432: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:987: There were test failures: 562 suites (8 ignored), 2228 tests, 1 error, 111 ignored (67 assumptions) [seed: 5519E07D70783381]

Total time: 77 minutes 1 second
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any



[JENKINS] Lucene-Solr-trunk-MacOSX (64bit/jdk1.8.0) - Build # 2897 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-trunk-MacOSX/2897/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.lucene.search.TestDimensionalRangeQuery.testRandomBinaryMedium

Error Message:
maxMBSortInHeap=2.584116930802515 only allows for maxPointsSortInHeap=1672, but this is less than maxPointsInLeafNode=1759; either increase maxMBSortInHeap or decrease maxPointsInLeafNode

Stack Trace:
java.lang.IllegalArgumentException: maxMBSortInHeap=2.584116930802515 only allows for maxPointsSortInHeap=1672, but this is less than maxPointsInLeafNode=1759; either increase maxMBSortInHeap or decrease maxPointsInLeafNode
	at __randomizedtesting.SeedInfo.seed([ACF6331F77922765:DBDBB45FA33E52B2]:0)
	at org.apache.lucene.util.bkd.BKDWriter.<init>(BKDWriter.java:160)
	at org.apache.lucene.codecs.lucene60.Lucene60DimensionalWriter.writeField(Lucene60DimensionalWriter.java:88)
	at org.apache.lucene.index.DimensionalValuesWriter.flush(DimensionalValuesWriter.java:68)
	at org.apache.lucene.index.DefaultIndexingChain.writeDimensionalValues(DefaultIndexingChain.java:146)
	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:96)
	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:425)
	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:502)
	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:614)
	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3099)
	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3074)
	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3053)
	at org.apache.lucene.index.RandomIndexWriter.maybeFlushOrCommit(RandomIndexWriter.java:183)
	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:173)
	at org.apache.lucene.search.TestDimensionalRangeQuery.verifyBinary(TestDimensionalRangeQuery.java:470)
	at org.apache.lucene.search.TestDimensionalRangeQuery.doTestRandomBinary(TestDimensionalRangeQuery.java:415)
	at org.apache.lucene.search.TestDimensionalRangeQuery.testRandomBinaryMedium(TestDimensionalRangeQuery.java:375)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:497)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:49)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:46)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:42)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	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:367)
	at java.lang.Thread.run(Thread.java:745)




Build Log:
[...truncated 745 lines...]
   [junit4] Suite: org.apache.lucene.search.TestDimensionalRangeQuery
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestDimensionalRangeQuery -Dtests.method=testRandomBinaryMedium -Dtests.seed=ACF6331F77922765 -Dtests.slow=true -Dtests.locale=de -Dtests.timezone=Europe/Moscow -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.10s J1 | TestDimensionalRangeQuery.testRandomBinaryMedium <<<
   [junit4]    > Throwable #1: java.lang.IllegalArgumentException: maxMBSortInHeap=2.584116930802515 only allows for maxPointsSortInHeap=1672, but this is less than maxPointsInLeafNode=1759; either increase maxMBSortInHeap or decrease maxPointsInLeafNode
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([ACF6331F77922765:DBDBB45FA33E52B2]:0)
   [junit4]    > 	at org.apache.lucene.util.bkd.BKDWriter.<init>(BKDWriter.java:160)
   [junit4]    > 	at org.apache.lucene.codecs.lucene60.Lucene60DimensionalWriter.writeField(Lucene60DimensionalWriter.java:88)
   [junit4]    > 	at org.apache.lucene.index.DimensionalValuesWriter.flush(DimensionalValuesWriter.java:68)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.writeDimensionalValues(DefaultIndexingChain.java:146)
   [junit4]    > 	at org.apache.lucene.index.DefaultIndexingChain.flush(DefaultIndexingChain.java:96)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriterPerThread.flush(DocumentsWriterPerThread.java:425)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.doFlush(DocumentsWriter.java:502)
   [junit4]    > 	at org.apache.lucene.index.DocumentsWriter.flushAllThreads(DocumentsWriter.java:614)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3099)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3074)
   [junit4]    > 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3053)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.maybeFlushOrCommit(RandomIndexWriter.java:183)
   [junit4]    > 	at org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:173)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery.verifyBinary(TestDimensionalRangeQuery.java:470)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery.doTestRandomBinary(TestDimensionalRangeQuery.java:415)
   [junit4]    > 	at org.apache.lucene.search.TestDimensionalRangeQuery.testRandomBinaryMedium(TestDimensionalRangeQuery.java:375)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4] IGNOR/A 0.00s J1 | TestDimensionalRangeQuery.testRandomLongsBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4] IGNOR/A 0.01s J1 | TestDimensionalRangeQuery.testRandomBinaryBig
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=RandomSimilarityProvider(queryNorm=true,coord=yes): {}, locale=de, timezone=Europe/Moscow
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.8.0_66 (64-bit)/cpus=3,threads=1,free=58582440,total=127496192
   [junit4]   2> NOTE: All tests run in this JVM: [TestBooleanOr, TestMultiMMap, TestBufferedChecksum, FiniteStringsIteratorTest, TestNumericRangeQuery64, TestBooleanQueryVisitSubscorers, TestDocValuesRewriteMethod, TestSegmentMerger, TestParallelLeafReader, TestCrash, TestDimensionalValues, TestSort, TestLucene50SegmentInfoFormat, TestScoreCachingWrappingScorer, TestLucene53NormsFormat, TestDocValues, TestMultiThreadTermVectors, TestStressIndexing, TestFieldValueQuery, TestDocumentWriter, TestDirectoryReader, TestLevenshteinAutomata, TestNRTReaderCleanup, TestBoostQuery, TestNewestSegment, TestSearchAfter, TestReaderWrapperDVTypeCheck, TestMixedCodecs, TestDuelingCodecsAtNight, TestStressAdvance, TestTimeLimitingCollector, TestReaderClosed, TestMultiPhraseQuery, TestBooleanCoord, TestLongPostings, TestNeedsScores, TestDocCount, TestBinaryTerms, TestIOUtils, TestPriorityQueue, TestBytesRefArray, Test2BPositions, TestPrefixRandom, Test4GBStoredFields, TestDeterminism, TestFrequencyTrackingRingBuffer, TestNRTCachingDirectory, TestPerSegmentDeletes, TestPackedInts, TestAutomaton, TestDocInverterPerFieldErrorInfo, FuzzyTermOnShortTermsTest, TestSloppyPhraseQuery, TestDimensionalRangeQuery]
   [junit4] Completed [120/401] on J1 in 4.82s, 17 tests, 1 error, 2 skipped <<< FAILURES!

[...truncated 922 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:775: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:719: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/build.xml:59: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/build.xml:50: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:1432: The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-trunk-MacOSX/lucene/common-build.xml:987: There were test failures: 401 suites (1 ignored), 3305 tests, 1 error, 56 ignored (52 assumptions) [seed: ACF6331F77922765]

Total time: 5 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any