Build: https://builds.apache.org/job/Lucene-Solr-Tests-5.x-Java7/3349/

1 tests failed.
REGRESSION:  org.apache.solr.cloud.BasicDistributedZk2Test.test

Error Message:
Server refused connection at: http://127.0.0.1:51729/collection1

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
http://127.0.0.1:51729/collection1
        at 
__randomizedtesting.SeedInfo.seed([34998BB20EEBF41E:BCCDB468A01799E6]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:567)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
        at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
        at 
org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:365)
        at 
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:98)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1627)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:836)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:872)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:886)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
        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:365)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:798)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:458)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:845)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$3.evaluate(RandomizedRunner.java:747)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$4.evaluate(RandomizedRunner.java:781)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:792)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java: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:39)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:39)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:54)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:65)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:55)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:365)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.net.ConnectException: Connection refused
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
        at java.net.Socket.connect(Socket.java:579)
        at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
        ... 48 more




Build Log:
[...truncated 10462 lines...]
   [junit4] Suite: org.apache.solr.cloud.BasicDistributedZk2Test
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/init-core-data-001
   [junit4]   2> 1186421 INFO  
(SUITE-BasicDistributedZk2Test-seed#[34998BB20EEBF41E]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1186425 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1186425 INFO  (Thread-2555) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1186425 INFO  (Thread-2555) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1186525 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:47547
   [junit4]   2> 1186525 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1186526 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1186529 INFO  (zkCallback-1297-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@14cd7c69 
name:ZooKeeperConnection Watcher:127.0.0.1:47547 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1186529 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1186529 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1186529 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1186533 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1186533 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1186534 INFO  (zkCallback-1298-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@61fc4bf9 
name:ZooKeeperConnection Watcher:127.0.0.1:47547/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1186534 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1186535 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1186535 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1186537 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1186539 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1186540 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1186541 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1186542 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1186554 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1186554 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1186556 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1186556 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1186558 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1186558 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1186560 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1186560 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1186561 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1186562 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1186563 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1186563 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1186565 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1186565 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1186567 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1186567 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1186569 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1186569 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1186571 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1186571 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1186861 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1
   [junit4]   2> 1186863 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1186864 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@43066dd4{/,null,AVAILABLE}
   [junit4]   2> 1186866 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@3af360ed{HTTP/1.1}{127.0.0.1:59235}
   [junit4]   2> 1186866 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.Server Started @1189815ms
   [junit4]   2> 1186866 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/, hostPort=59235, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores,
 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/tempDir-001/control/data}
   [junit4]   2> 1186866 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0add57
   [junit4]   2> 1186866 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/'
   [junit4]   2> 1186882 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/solr.xml
   [junit4]   2> 1186896 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores
   [junit4]   2> 1186896 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 798270588
   [junit4]   2> 1186896 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/]
   [junit4]   2> 1186897 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/lib
   [junit4]   2> 1186897 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/lib).
   [junit4]   2> 1186905 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
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> 1186906 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1186907 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1186907 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1186907 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47547/solr
   [junit4]   2> 1186907 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1186907 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1186908 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1186909 INFO  (zkCallback-1300-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@23a9d9ba 
name:ZooKeeperConnection Watcher:127.0.0.1:47547 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1186910 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1186910 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1186912 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1186913 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7cb86dfa 
name:ZooKeeperConnection Watcher:127.0.0.1:47547/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1186913 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1186915 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1186916 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1186918 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1186919 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1186921 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1186924 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1186929 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1186935 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1186936 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:59235_
   [junit4]   2> 1186937 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:59235_
   [junit4]   2> 1186938 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1186939 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1186940 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1186941 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/94176082739855363-127.0.0.1:59235_-n_0000000000
   [junit4]   2> 1186941 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:59235_
   [junit4]   2> 1186942 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1186943 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.Overseer Overseer 
(id=94176082739855363-127.0.0.1:59235_-n_0000000000) starting
   [junit4]   2> 1186944 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1186949 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1186950 INFO  
(OverseerCollectionProcessor-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.OverseerCollectionProcessor Process current 
queue of collection creations
   [junit4]   2> 1186950 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1186950 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1186953 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1186954 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1186955 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.CoresLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores
   [junit4]   2> 1186956 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.SolrCore Created CoreDescriptor: {collection=control_collection, 
config=solrconfig.xml, dataDir=data/, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1,
 shard=, loadOnStartup=true, configSetProperties=configsetprops.json, 
name=collection1, schema=schema.xml, transient=false, coreNodeName=, 
absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/}
   [junit4]   2> 1186956 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/
   [junit4]   2> 1186956 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1186957 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1186957 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1186958 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.ZkController 
look for our core node name
   [junit4]   2> 1186960 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 1186961 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1186961 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:59235_ 
   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1186961 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "node_name":"127.0.0.1:59235_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "base_url":"http://127.0.0.1:59235";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"} current state version: 0
   [junit4]   2> 1186962 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 
message={
   [junit4]   2>   "node_name":"127.0.0.1:59235_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "base_url":"http://127.0.0.1:59235";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1186962 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
control_collection
   [junit4]   2> 1186962 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard1
   [junit4]   2> 1186963 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] 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> 1186964 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 1
   [junit4]   2> 1187959 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.ZkController 
waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1187959 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Check for collection zkNode:control_collection
   [junit4]   2> 1187960 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1187960 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 1187960 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 1187961 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/'
   [junit4]   2> 1187977 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.Config loaded 
config solrconfig.xml with version 0 
   [junit4]   2> 1187984 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1187997 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.3.0
   [junit4]   2> 1188026 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1188028 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1188034 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1188282 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1188290 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
default search field in schema is text
   [junit4]   2> 1188292 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.s.IndexSchema 
unique key field: id
   [junit4]   2> 1188301 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1188304 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1188307 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1188307 WARN  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1188308 WARN  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1188308 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1188308 WARN  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1188309 WARN  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1188310 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties
   [junit4]   2> org.apache.solr.core.SolrResourceNotFoundException: Can't find 
resource 'configsetprops.json' in classpath or '/configs/conf1', 
cwd=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2>        at 
org.apache.solr.cloud.ZkSolrResourceLoader.openResource(ZkSolrResourceLoader.java:97)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetProperties.readFromResourceLoader(ConfigSetProperties.java:49)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.createConfigSetProperties(ConfigSetService.java:114)
   [junit4]   2>        at 
org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:76)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.create(CoreContainer.java:667)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:396)
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:387)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:262)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:156)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1188310 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
control_collection
   [junit4]   2> 1188310 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1188310 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 1188311 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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@7235fcce
   [junit4]   2> 1188311 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/data
   [junit4]   2> 1188311 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore New index directory detected: old=null 
new=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1188311 WARN  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [collection1] Solr index directory 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1188312 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CachingDirectoryFactory return new directory for 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/data/index
   [junit4]   2> 1188312 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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=28, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=94.4580078125, 
floorSegmentMB=1.369140625, forceMergeDeletesPctAllowed=9.857487869341016, 
segmentsPerTier=21.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 1188313 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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@43205b2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7013eb44),segFN=segments_1,generation=1}
   [junit4]   2> 1188313 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1188313 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59235_ 
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 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/data/
   [junit4]   2> 1188314 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.DirectoryFactory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1188318 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"nodistrib"
   [junit4]   2> 1188318 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"dedupe"
   [junit4]   2> 1188318 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1188318 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain 
"stored_sig"
   [junit4]   2> 1188318 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1188318 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188319 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188319 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188319 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188322 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1188323 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1188325 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1188326 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1188329 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers Registered paths: 
/update/csv,/config,/admin/file,/replication,/admin/threads,/admin/segments,/admin/mbeans,/admin/properties,/admin/ping,/admin/plugins,/admin/logging,/update/json/docs,/update,/admin/luke,/admin/system,/schema,/get,/update/json,standard
   [junit4]   2> 1188331 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188342 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188343 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188343 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1188344 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1188344 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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=48, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=94.8603515625, 
floorSegmentMB=2.091796875, forceMergeDeletesPctAllowed=8.560294439073946, 
segmentsPerTier=36.0, maxCFSSegmentSizeMB=0.4794921875, noCFSRatio=0.0
   [junit4]   2> 1188345 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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@43205b2 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7013eb44),segFN=segments_1,generation=1}
   [junit4]   2> 1188345 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1188345 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening Searcher@686fdf3c[collection1] main
   [junit4]   2> 1188345 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188346 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188346 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188346 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1188347 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1188347 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188347 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188347 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188347 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1188348 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1188348 INFO  
(searcherExecutor-2894-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@686fdf3c[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1188348 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188349 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188349 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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> 1188349 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ 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 1506817325853048832
   [junit4]   2> 1188351 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Took 2 ms to seed version buckets with highest version 
1506817325853048832
   [junit4]   2> 1188351 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1188352 INFO  
(coreLoadExecutor-2893-thread-1-processing-n:127.0.0.1:59235_) 
[n:127.0.0.1:59235_ c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1188352 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
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:59235 
collection:control_collection shard:shard1
   [junit4]   2> 1188353 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
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> 1188356 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
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/94176082739855363-core_node1-n_0000000000
   [junit4]   2> 1188357 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Running the leader process for shard shard1
   [junit4]   2> 1188358 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 1188359 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1188359 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
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> 1188359 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:59235/collection1/
   [junit4]   2> 1188359 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 1188359 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:59235/collection1/ has no replicas
   [junit4]   2> 1188359 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] 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> 1188359 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
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:59235/collection1/ shard1
   [junit4]   2> 1188360 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1188363 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 1188364 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] 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:59235";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1188463 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1188464 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1188465 INFO  (zkCallback-1303-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@8809e05 name:ZooKeeperConnection 
Watcher:127.0.0.1:47547/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1188465 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1188466 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1188466 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1188467 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] 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> 1188469 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 2
   [junit4]   2> 1188471 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1188471 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 1188471 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1188472 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1188473 INFO  (zkCallback-1304-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@45a684de 
name:ZooKeeperConnection Watcher:127.0.0.1:47547/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1188473 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1188473 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1188475 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 1188476 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] 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: 2
   [junit4]   2> 1188477 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ClusterStateMutator building a new cName: 
collection1
   [junit4]   2> 1188514 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
We are http://127.0.0.1:59235/collection1/ and leader is 
http://127.0.0.1:59235/collection1/
   [junit4]   2> 1188514 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
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:59235
   [junit4]   2> 1188514 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 1188515 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
publishing state=active
   [junit4]   2> 1188515 INFO  
(coreZkRegister-2887-thread-1-processing-n:127.0.0.1:59235_ x:collection1 
r:core_node1 c:control_collection s:shard1) [n:127.0.0.1:59235_ 
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> 1188516 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 1188517 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:59235_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "base_url":"http://127.0.0.1:59235";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active"} current state version: 2
   [junit4]   2> 1188517 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "node_name":"127.0.0.1:59235_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "base_url":"http://127.0.0.1:59235";,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"active"}
   [junit4]   2> 1188518 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ZkStateWriter going to create_collection 
/collections/collection1/state.json
   [junit4]   2> 1188519 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] 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> 1188519 INFO  (zkCallback-1303-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> 1188521 INFO  (zkCallback-1303-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 1188521 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 3
   [junit4]   2> 1188624 INFO  (zkCallback-1303-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> 1188624 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] 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> 1188626 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 1188626 INFO  (zkCallback-1303-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated cluster state version to 4
   [junit4]   2> 1188779 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores/collection1
   [junit4]   2> 1188780 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001
   [junit4]   2> 1188781 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.Server jetty-9.2.11.v20150529
   [junit4]   2> 1188782 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3d5c405a{/,null,AVAILABLE}
   [junit4]   2> 1188783 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@1dbb3342{HTTP/1.1}{127.0.0.1:38745}
   [junit4]   2> 1188783 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.e.j.s.Server Started @1191732ms
   [junit4]   2> 1188783 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solrconfig=solrconfig.xml, 
solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/tempDir-001/jetty1,
 hostContext=/, hostPort=38745, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores}
   [junit4]   2> 1188784 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@4e0add57
   [junit4]   2> 1188784 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/'
   [junit4]   2> 1188800 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/solr.xml
   [junit4]   2> 1188815 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores
   [junit4]   2> 1188815 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 394379370
   [junit4]   2> 1188815 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/]
   [junit4]   2> 1188815 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/lib
   [junit4]   2> 1188816 WARN  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/lib).
   [junit4]   2> 1188824 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
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> 1188825 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1188826 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1188826 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1188826 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:47547/solr
   [junit4]   2> 1188826 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1188826 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1188827 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1188828 INFO  (zkCallback-1306-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@19d6d1f0 
name:ZooKeeperConnection Watcher:127.0.0.1:47547 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1188829 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1188829 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1188831 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1188832 INFO  
(zkCallback-1307-thread-1-processing-n:127.0.0.1:38745_) [n:127.0.0.1:38745_    
] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4c8ea8a8 
name:ZooKeeperConnection Watcher:127.0.0.1:47547/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1188833 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1188837 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1189841 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38745_
   [junit4]   2> 1189842 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:38745_
   [junit4]   2> 1189845 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1189846 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/94176082739855367-127.0.0.1:38745_-n_0000000001
   [junit4]   2> 1189846 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94176082739855363-127.0.0.1:59235_-n_0000000000 to 
know if I could be the leader
   [junit4]   2> 1189847 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1189847 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1189848 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.CoresLocator Looking for core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores
   [junit4]   2> 1189849 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.SolrCore Created CoreDescriptor: 
{absoluteInstDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores/collection1/,
 config=solrconfig.xml, transient=false, dataDir=data/, schema=schema.xml, 
collection=collection1, name=collection1, 
configSetProperties=configsetprops.json, shard=, 
instanceDir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores/collection1,
 coreNodeName=, loadOnStartup=true}
   [junit4]   2> 1189849 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.CoresLocator Found core collection1 in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores/collection1/
   [junit4]   2> 1189849 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1189851 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.s.SolrDispatchFilter 
user.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0
   [junit4]   2> 1189851 INFO  
(TEST-BasicDistributedZk2Test.test-seed#[34998BB20EEBF41E]) [n:127.0.0.1:38745_ 
   ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1189852 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.ZkController 
publishing state=down
   [junit4]   2> 1189852 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.ZkController 
numShards not found on descriptor - reading it from system property
   [junit4]   2> 1189853 INFO  
(zkCallback-1301-thread-1-processing-n:127.0.0.1:59235_) [n:127.0.0.1:59235_    
] o.a.s.c.DistributedQueue NodeChildrenChanged fired on path /overseer/queue 
state SyncConnected
   [junit4]   2> 1189853 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.ZkController 
Registering watch for external collection collection1
   [junit4]   2> 1189854 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
addZkWatch collection1
   [junit4]   2> 1189854 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.Overseer processMessage: queueSize: 1, message 
= {
   [junit4]   2>   "node_name":"127.0.0.1:38745_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "base_url":"http://127.0.0.1:38745";,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"} current state version: 4
   [junit4]   2> 1189854 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
Updating collection state at /collections/collection1/state.json from 
ZooKeeper... 
   [junit4]   2> 1189854 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 
message={
   [junit4]   2>   "node_name":"127.0.0.1:38745_",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "base_url":"http://127.0.0.1:38745";,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "state":"down"}
   [junit4]   2> 1189854 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ReplicaMutator Collection already exists 
with numShards=2
   [junit4]   2> 1189855 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard 
shard=shard2
   [junit4]   2> 1189855 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
Updating data for collection1 to ver 0 
   [junit4]   2> 1189855 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.ZkController look 
for our core node name
   [junit4]   2> 1189957 INFO  
(OverseerStateUpdate-94176082739855363-127.0.0.1:59235_-n_0000000000) 
[n:127.0.0.1:59235_    ] o.a.s.c.o.ZkStateWriter going to update_collection 
/collections/collection1/state.json version: 0
   [junit4]   2> 1189958 INFO  
(zkCallback-1307-thread-1-processing-n:127.0.0.1:38745_) [n:127.0.0.1:38745_    
] 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> 1189959 INFO  
(zkCallback-1307-thread-1-processing-n:127.0.0.1:38745_) [n:127.0.0.1:38745_    
] o.a.s.c.c.ZkStateReader Updating data for collection1 to ver 1 
   [junit4]   2> 1190855 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.ZkController waiting 
to find shard id in clusterstate for collection1
   [junit4]   2> 1190856 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.ZkController Check 
for collection zkNode:collection1
   [junit4]   2> 1190856 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.ZkController 
Collection zkNode exists
   [junit4]   2> 1190856 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader Load 
collection config from:/collections/collection1
   [junit4]   2> 1190857 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.c.ZkStateReader 
path=/collections/collection1 configName=conf1 specified config exists in 
ZooKeeper
   [junit4]   2> 1190857 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.SolrResourceLoader 
new SolrResourceLoader for directory: 
'/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1190889 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.Config loaded config 
solrconfig.xml with version 0 
   [junit4]   2> 1190895 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.SolrConfig current 
version of requestparams : -1
   [junit4]   2> 1190908 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.SolrConfig Using 
Lucene MatchVersion: 5.3.0
   [junit4]   2> 1190969 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.c.Config Loaded 
SolrConfig: solrconfig.xml
   [junit4]   2> 1190970 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.s.IndexSchema Reading 
Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1190977 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1191222 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1191231 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.s.IndexSchema default 
search field in schema is text
   [junit4]   2> 1191233 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] o.a.s.s.IndexSchema unique 
key field: id
   [junit4]   2> 1191243 INFO  
(coreLoadExecutor-2904-thread-1-processing-n:127.0.0.1:38745_) 
[n:127.0.0.1:38745_ c:collection1   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1191246 INFO  (coreLoadExecutor-2904-threa

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

tate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        2       
/solr/overseer_elect/election/94176082739855367-127.0.0.1:38745_-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=BasicDistributedZk2Test -Dtests.method=test 
-Dtests.seed=34998BB20EEBF41E -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=es_NI -Dtests.timezone=Indian/Comoro -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   75.3s J0 | BasicDistributedZk2Test.test <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Server refused connection at: 
http://127.0.0.1:51729/collection1
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([34998BB20EEBF41E:BCCDB468A01799E6]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:567)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:234)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:226)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:943)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:958)
   [junit4]    >        at 
org.apache.solr.cloud.BasicDistributedZk2Test.brindDownShardIndexSomeDocsAndRecover(BasicDistributedZk2Test.java:365)
   [junit4]    >        at 
org.apache.solr.cloud.BasicDistributedZk2Test.test(BasicDistributedZk2Test.java:98)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.net.ConnectException: Connection refused
   [junit4]    >        at java.net.PlainSocketImpl.socketConnect(Native Method)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
   [junit4]    >        at 
java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
   [junit4]    >        at 
java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
   [junit4]    >        at java.net.Socket.connect(Socket.java:579)
   [junit4]    >        at 
org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:117)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:177)
   [junit4]    >        at 
org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:304)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:611)
   [junit4]    >        at 
org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:446)
   [junit4]    >        at 
org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:882)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:465)
   [junit4]    >        ... 48 more
   [junit4]   2> 1261726 INFO  
(SUITE-BasicDistributedZk2Test-seed#[34998BB20EEBF41E]-worker) 
[n:127.0.0.1:47965_ c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build/solr-core/test/J0/temp/solr.cloud.BasicDistributedZk2Test_34998BB20EEBF41E-001
   [junit4]   2> Jul 15, 2015 10:17:36 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{n_dt1=PostingsFormat(name=Direct), n_tl1=PostingsFormat(name=Direct), 
other_tl1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_f=PostingsFormat(name=LuceneFixedGap), n_f1=PostingsFormat(name=Direct), 
n_l1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), rnd_b=FST50, 
multiDefault=PostingsFormat(name=Direct), 
n_tf1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
foo_b=PostingsFormat(name=LuceneFixedGap), foo_d=FST50, range_facet_l_dv=FST50, 
n_d1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
n_td1=PostingsFormat(name=Direct), 
a_t=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
SubjectTerms_mfacet=PostingsFormat(name=LuceneVarGapDocFreqInterval), id=FST50, 
n_tdt1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
oddField_s=PostingsFormat(name=LuceneFixedGap), n_ti1=FST50, 
a_i1=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
text=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{range_facet_i_dv=DocValuesFormat(name=Direct), 
range_facet_l_dv=DocValuesFormat(name=Lucene50), 
timestamp=DocValuesFormat(name=Direct)}, sim=DefaultSimilarity, locale=es_NI, 
timezone=Indian/Comoro
   [junit4]   2> NOTE: Linux 3.13.0-52-generic amd64/Oracle Corporation 
1.7.0_72 (64-bit)/cpus=4,threads=1,free=128472376,total=462946304
   [junit4]   2> NOTE: All tests run in this JVM: 
[OutOfBoxZkACLAndCredentialsProvidersTest, OverseerCollectionProcessorTest, 
ExternalFileFieldSortTest, HdfsDirectoryTest, TestDocBasedVersionConstraints, 
SpellCheckCollatorTest, TestWordDelimiterFilterFactory, AliasIntegrationTest, 
AutoCommitTest, OverseerRolesTest, JsonLoaderTest, TestBlobHandler, 
TestSchemaNameResource, StatsComponentTest, DistributedFacetPivotLargeTest, 
InfoHandlerTest, CurrencyFieldXmlFileTest, TestSortingResponseWriter, 
TestSolrDynamicMBean, SolrRequestParserTest, CopyFieldTest, 
ShowFileRequestHandlerTest, OpenCloseCoreStressTest, 
DefaultValueUpdateProcessorTest, TestFieldCollectionResource, 
TestFieldSortValues, TestConfigSetProperties, TestConfigSets, 
AnalysisErrorHandlingTest, ChaosMonkeySafeLeaderTest, TestReload, 
ActionThrottleTest, LoggingHandlerTest, PolyFieldTest, ZkSolrClientTest, 
FileBasedSpellCheckerTest, CursorMarkTest, StressHdfsTest, 
TestSolrQueryParserDefaultOperatorResource, DateFieldTest, 
TestFieldTypeResource, BlockDirectoryTest, TestUtils, TimeZoneUtilsTest, 
TestCloudManagedSchemaConcurrent, BasicZkTest, AnalysisAfterCoreReloadTest, 
TestDistributedMissingSort, BlockCacheTest, LeaderFailoverAfterPartitionTest, 
SystemInfoHandlerTest, TestFreeTextSuggestions, TestObjectReleaseTracker, 
SuggestComponentTest, TestGroupingSearch, TestCollationFieldDocValues, 
OpenExchangeRatesOrgProviderTest, HdfsCollectionsAPIDistributedZkTest, 
SpellCheckComponentTest, TestRandomDVFaceting, SynonymTokenizerTest, 
TestCSVLoader, RankQueryTest, CursorPagingTest, TestSchemaSimilarityResource, 
ResponseLogComponentTest, TestNoOpRegenerator, ShardRoutingTest, 
TestManagedResource, TestMaxScoreQueryParser, TestSolrQueryParser, 
TestQueryTypes, SearchHandlerTest, TestStressReorder, NotRequiredUniqueKeyTest, 
TestChildDocTransformer, TestReRankQParserPlugin, TestLeaderElectionZkExpiry, 
TestSimpleTrackingShardHandler, TestLRUCache, TestAnalyzeInfixSuggestions, 
CSVRequestHandlerTest, HardAutoCommitTest, CollectionsAPIDistributedZkTest, 
TestCloudSchemaless, TestReplicationHandler, CollectionTooManyReplicasTest, 
BasicDistributedZk2Test]
   [junit4] Completed [271/510] on J0 in 75.84s, 1 test, 1 error <<< FAILURES!

[...truncated 743 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:536: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:484: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/build.xml:61: 
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/extra-targets.xml:39:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/build.xml:230:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/solr/common-build.xml:512:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:1444:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-5.x-Java7/lucene/common-build.xml:999:
 There were test failures: 510 suites, 2019 tests, 1 error, 59 ignored (25 
assumptions)

Total time: 54 minutes 16 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Sending artifact delta relative to Lucene-Solr-Tests-5.x-Java7 #3348
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 304050977 bytes
Compression is 0.0%
Took 52 sec
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure


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

Reply via email to