Build: http://jenkins.thetaphi.de/job/Lucene-Solr-5.x-MacOSX/2627/
Java: 64bit/jdk1.7.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

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

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

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=6426, name=collection0, state=RUNNABLE, 
group=TGRP-CollectionsAPIDistributedZkTest]
Caused by: 
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error 
from server at https://127.0.0.1:56103/gl_sfk/l: collection already exists: 
awholynewstresscollection_collection0_0
        at __randomizedtesting.SeedInfo.seed([D8256A65DFB8FA90]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:560)
        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.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:372)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:325)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1086)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:857)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:800)
        at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1220)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1574)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createCollection(AbstractFullDistribZkTestBase.java:1595)
        at 
org.apache.solr.cloud.CollectionsAPIDistributedZkTest$1CollectionThread.run(CollectionsAPIDistributedZkTest.java:888)


FAILED:  org.apache.solr.security.BasicAuthIntegrationTest.testBasics

Error Message:
No match for authentication.enabled = true, full response = {   
"responseHeader":{     "status":0,     "QTime":0},   
"authentication.enabled":false,   "authentication":{     
"class":"solr.BasicAuthPlugin",     
"credentials":{"solr":"orwp2Ghgj39lmnrZOTm7Qtre1VqHFDfwAEzr0ApbN3Y= 
Ju5osoAqOX8iafhWpPP01E5P+sg8tK8tHON7rCYZRRw="}}} 

Stack Trace:
java.lang.AssertionError: No match for authentication.enabled = true, full 
response = {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "authentication.enabled":false,
  "authentication":{
    "class":"solr.BasicAuthPlugin",
    "credentials":{"solr":"orwp2Ghgj39lmnrZOTm7Qtre1VqHFDfwAEzr0ApbN3Y= 
Ju5osoAqOX8iafhWpPP01E5P+sg8tK8tHON7rCYZRRw="}}}

        at 
__randomizedtesting.SeedInfo.seed([D8256A65DFB8FA90:E5FDC449E756A4E0]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.verifySecurityStatus(BasicAuthIntegrationTest.java:160)
        at 
org.apache.solr.security.BasicAuthIntegrationTest.doExtraTests(BasicAuthIntegrationTest.java:99)
        at 
org.apache.solr.cloud.TestMiniSolrCloudCluster.testCollectionCreateSearchDelete(TestMiniSolrCloudCluster.java:208)
        at 
org.apache.solr.cloud.TestMiniSolrCloudCluster.testBasics(TestMiniSolrCloudCluster.java:87)
        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 
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)




Build Log:
[...truncated 10253 lines...]
   [junit4] Suite: org.apache.solr.cloud.CollectionsAPIDistributedZkTest
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/init-core-data-001
   [junit4]   2> 1111352 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[D8256A65DFB8FA90]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false)
   [junit4]   2> 1111352 INFO  
(SUITE-CollectionsAPIDistributedZkTest-seed#[D8256A65DFB8FA90]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/gl_sfk/l
   [junit4]   2> 1111358 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1111373 INFO  (Thread-2012) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1111373 INFO  (Thread-2012) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1111474 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:56094
   [junit4]   2> 1111474 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1111476 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111488 INFO  (zkCallback-936-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4609b6b9 
name:ZooKeeperConnection Watcher:127.0.0.1:56094 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1111488 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111488 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1111488 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1111492 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1111493 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111496 INFO  (zkCallback-937-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7cb02202 
name:ZooKeeperConnection Watcher:127.0.0.1:56094/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1111496 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111496 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1111496 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1111513 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1111526 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1111532 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1111541 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1111542 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1111565 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1111565 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1111571 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1111571 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: 
/configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1111584 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1111584 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1111590 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1111591 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1111595 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1111595 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1111606 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1111607 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1111610 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1111610 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1111613 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1111613 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1111616 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1111616 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1111619 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1111620 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1111626 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1111627 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1111629 INFO  (zkCallback-938-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6fcdf64a 
name:ZooKeeperConnection Watcher:127.0.0.1:56094/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1111629 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1111629 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1112065 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1
   [junit4]   2> 1112068 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1112073 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73018ab{/gl_sfk/l,null,AVAILABLE}
   [junit4]   2> 1112077 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@66a3863c{SSL-http/1.1}{127.0.0.1:56098}
   [junit4]   2> 1112077 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.Server Started @1116799ms
   [junit4]   2> 1112078 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/tempDir-001/control/data,
 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores,
 hostPort=56098, hostContext=/gl_sfk/l}
   [junit4]   2> 1112078 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@5f57402b
   [junit4]   2> 1112078 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/'
   [junit4]   2> 1112112 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1112113 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112115 INFO  (zkCallback-939-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@227a565a 
name:ZooKeeperConnection Watcher:127.0.0.1:56094/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1112115 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112116 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1112120 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1112121 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/solr.xml
   [junit4]   2> 1112141 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores
   [junit4]   2> 1112142 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 516987131
   [junit4]   2> 1112142 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/]
   [junit4]   2> 1112142 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/lib
   [junit4]   2> 1112142 WARN  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/lib).
   [junit4]   2> 1112150 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
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> 1112155 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1112156 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1112157 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1112157 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56094/solr
   [junit4]   2> 1112157 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1112157 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1112158 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1112160 INFO  (zkCallback-941-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@79b382b5 
name:ZooKeeperConnection Watcher:127.0.0.1:56094 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1112160 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1112160 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1112176 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 1112178 INFO  
(zkCallback-942-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1c4637ac 
name:ZooKeeperConnection Watcher:127.0.0.1:56094/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1112178 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 1112181 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue
   [junit4]   2> 1112188 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-queue-work
   [junit4]   2> 1112201 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-running
   [junit4]   2> 1112205 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-completed
   [junit4]   2> 1112209 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/collection-map-failure
   [junit4]   2> 1112215 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1112218 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/aliases.json
   [junit4]   2> 1112221 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/clusterstate.json
   [junit4]   2> 1112224 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/security.json
   [junit4]   2> 1112226 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:56098_gl_sfk%2Fl
   [junit4]   2> 1112227 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:56098_gl_sfk%2Fl
   [junit4]   2> 1112231 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect
   [junit4]   2> 1112233 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/election
   [junit4]   2> 1112236 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1112237 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000
   [junit4]   2> 1112239 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:56098_gl_sfk%2Fl
   [junit4]   2> 1112239 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer_elect/leader
   [junit4]   2> 1112242 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.Overseer Overseer 
(id=94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) starting
   [junit4]   2> 1112245 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/overseer/queue-work
   [junit4]   2> 1112257 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.OverseerAutoReplicaFailoverThread 
Starting OverseerAutoReplicaFailoverThread 
autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=10000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1112258 INFO  
(OverseerCollectionConfigSetProcessor-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000)
 [n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.OverseerTaskProcessor Process 
current queue of overseer operations
   [junit4]   2> 1112258 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.ZkStateReader Updating cluster 
state from ZooKeeper... 
   [junit4]   2> 1112259 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.Overseer Starting to work on the 
main queue
   [junit4]   2> 1112278 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 1112279 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.CoreContainer No authentication 
plugin used.
   [junit4]   2> 1112286 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.CoresLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores
   [junit4]   2> 1112287 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{configSetProperties=configsetprops.json, 
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/,
 dataDir=data/, collection=control_collection, transient=false, coreNodeName=, 
loadOnStartup=true, shard=, name=collection1, 
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1,
 config=solrconfig.xml, schema=schema.xml}
   [junit4]   2> 1112287 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.CoresLocator Found core collection1 
in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/
   [junit4]   2> 1112288 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1112294 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1112294 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 1112298 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1112298 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1112301 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "base_url":"https://127.0.0.1:56098/gl_sfk/l";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:56098_gl_sfk%2Fl"} current state 
version: 0
   [junit4]   2> 1112301 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1112303 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=1 message={
   [junit4]   2>   "base_url":"https://127.0.0.1:56098/gl_sfk/l";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:56098_gl_sfk%2Fl"}
   [junit4]   2> 1112304 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: control_collection
   [junit4]   2> 1112305 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard1
   [junit4]   2> 1112308 INFO  
(zkCallback-942-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] 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> 1113303 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1113304 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1113305 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1113305 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config 
from:/collections/control_collection
   [junit4]   2> 1113306 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/control_collection configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 1113306 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/'
   [junit4]   2> 1113322 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1113334 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1113346 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1113372 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.Config Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1113373 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1113379 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1113615 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1113624 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1113625 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1113655 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1113658 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1113661 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1113663 WARN  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1113663 WARN  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1113663 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from 
open-exchange-rates.json
   [junit4]   2> 1113665 WARN  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Unknown key IMPORTANT NOTE
   [junit4]   2> 1113665 WARN  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Expected key, got STRING
   [junit4]   2> 1113667 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default 
properties: Can't find resource 'configsetprops.json' in classpath or 
'/configs/conf1', 
cwd=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1113667 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1113667 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1113667 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/],
 dataDir=[null]
   [junit4]   2> 1113668 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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@217b10dd
   [junit4]   2> 1113668 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/data
   [junit4]   2> 1113668 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore New index directory detected: old=null 
new=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1113668 WARN  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Solr index directory 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/data/index'
 doesn't exist. Creating new index...
   [junit4]   2> 1113669 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CachingDirectoryFactory return new directory for 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/data/index
   [junit4]   2> 1113669 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=21, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.4828401307480278]
   [junit4]   2> 1113670 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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@494bce4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fd481de),segFN=segments_1,generation=1}
   [junit4]   2> 1113670 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1113670 INFO  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Looking for old index directories to cleanup 
for core collection1 in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/data/
   [junit4]   2> 1113671 WARN  
(OldIndexDirectoryCleanupThreadForCore-collection1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.DirectoryFactory 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/control-001/cores/collection1/data/
 does not point to a valid data directory; skipping clean-up of old index 
directories.
   [junit4]   2> 1113674 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1113674 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "dedupe"
   [junit4]   2> 1113674 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1113674 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain creating 
updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1113674 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.p.UpdateRequestProcessorChain inserting 
DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1113674 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113675 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113675 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113675 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113682 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1113683 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1113684 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1113685 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1113689 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers Registered paths: 
/admin/plugins,/config,/admin/mbeans,/admin/segments,/admin/luke,/admin/system,/update/json/docs,/admin/logging,/update/csv,/replication,/admin/properties,/admin/threads,/update/json,/schema,/update,/admin/file,/admin/ping,standard,/get
   [junit4]   2> 1113691 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113694 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113695 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113696 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Hard AutoCommit: disabled
   [junit4]   2> 1113696 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore Soft AutoCommit: disabled
   [junit4]   2> 1113700 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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=25, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=76.7021484375, 
floorSegmentMB=1.6171875, forceMergeDeletesPctAllowed=29.294287257108696, 
segmentsPerTier=48.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1113700 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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@494bce4a 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@fd481de),segFN=segments_1,generation=1}
   [junit4]   2> 1113700 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore newest commit generation = 1
   [junit4]   2> 1113701 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening Searcher@44f5cbc7[collection1] 
main
   [junit4]   2> 1113701 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113703 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113703 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113704 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 1113704 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1113704 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113705 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113705 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113705 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1113705 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1113706 INFO  
(searcherExecutor-3046-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@44f5cbc7[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1113706 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113706 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113706 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113706 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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 1510649304533958656
   [junit4]   2> 1113708 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with 
highest version 1510649304533958656
   [junit4]   2> 1113708 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1113709 INFO  
(coreLoadExecutor-3045-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1113710 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController Register replica - core:collection1 
address:https://127.0.0.1:56098/gl_sfk/l collection:control_collection 
shard:shard1
   [junit4]   2> 1113712 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113719 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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/94415581380608005-core_node1-n_0000000000
   [junit4]   2> 1113720 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Running the leader process 
for shard shard1
   [junit4]   2> 1113725 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1113726 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113726 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:56098/gl_sfk/l/collection1/
   [junit4]   2> 1113726 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1113726 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:56098/gl_sfk/l/collection1/ has no replicas
   [junit4]   2> 1113726 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:56098/gl_sfk/l/collection1/ shard1
   [junit4]   2> 1113726 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] 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> 1113726 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.c.SolrZkClient makePath: 
/collections/control_collection/leaders/shard1
   [junit4]   2> 1113747 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] 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":"https://127.0.0.1:56098/gl_sfk/l";,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1113805 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1113806 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1113808 INFO  (zkCallback-944-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@11e5fab5 
name:ZooKeeperConnection Watcher:127.0.0.1:56094/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1113809 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1113809 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1113809 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1113814 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1113853 INFO  (zkCallback-944-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> 1113856 INFO  
(zkCallback-942-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] 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> 1113900 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController We are 
https://127.0.0.1:56098/gl_sfk/l/collection1/ and leader is 
https://127.0.0.1:56098/gl_sfk/l/collection1/
   [junit4]   2> 1113900 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController No LogReplay needed for core=collection1 
baseURL=https://127.0.0.1:56098/gl_sfk/l
   [junit4]   2> 1113900 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1113901 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1113901 INFO  
(coreZkRegister-3039-thread-1-processing-s:shard1 x:collection1 
c:control_collection n:127.0.0.1:56098_gl_sfk%2Fl r:core_node1) 
[n:127.0.0.1:56098_gl_sfk%2Fl 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> 1113905 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "base_url":"https://127.0.0.1:56098/gl_sfk/l";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:56098_gl_sfk%2Fl"} current state 
version: 2
   [junit4]   2> 1113907 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=2 message={
   [junit4]   2>   "base_url":"https://127.0.0.1:56098/gl_sfk/l";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:56098_gl_sfk%2Fl"}
   [junit4]   2> 1114013 INFO  (zkCallback-944-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> 1114013 INFO  
(zkCallback-942-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] 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> 1124118 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores/collection1
   [junit4]   2> 1124120 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001
   [junit4]   2> 1124121 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.Server jetty-9.2.13.v20150730
   [junit4]   2> 1124126 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1b7ceed0{/gl_sfk/l,null,AVAILABLE}
   [junit4]   2> 1124130 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@2722a7c9{SSL-http/1.1}{127.0.0.1:56103}
   [junit4]   2> 1124131 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.e.j.s.Server Started @1128853ms
   [junit4]   2> 1124131 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostPort=56103, 
hostContext=/gl_sfk/l, 
solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores}
   [junit4]   2> 1124131 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
sun.misc.Launcher$AppClassLoader@5f57402b
   [junit4]   2> 1124132 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/'
   [junit4]   2> 1124164 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1124165 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1124167 INFO  (zkCallback-945-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5df48dd4 
name:ZooKeeperConnection Watcher:127.0.0.1:56094/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1124168 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1124168 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1124184 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1124185 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/solr.xml
   [junit4]   2> 1127392 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoresLocator Config-defined core root directory: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores
   [junit4]   2> 1127392 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1507100231
   [junit4]   2> 1127392 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoreContainer Loading cores into CoreContainer 
[instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/]
   [junit4]   2> 1127392 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.CoreContainer loading shared library: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/lib
   [junit4]   2> 1127393 WARN  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.SolrResourceLoader Can't find (or read) directory to add to 
classloader: lib (resolved as: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/lib).
   [junit4]   2> 1127402 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
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> 1127406 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1127408 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1127408 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1127408 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:56094/solr
   [junit4]   2> 1127408 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1127409 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1127410 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1127412 INFO  (zkCallback-947-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@1d9d752 name:ZooKeeperConnection 
Watcher:127.0.0.1:56094 got event WatchedEvent state:SyncConnected type:None 
path:null path:null type:None
   [junit4]   2> 1127413 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1127413 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1127418 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.c.ConnectionManager Waiting for 
client to connect to ZooKeeper
   [junit4]   2> 1127420 INFO  
(zkCallback-948-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@34525422 
name:ZooKeeperConnection Watcher:127.0.0.1:56094/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1127420 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.c.ConnectionManager Client is 
connected to ZooKeeper
   [junit4]   2> 1127448 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.c.ZkStateReader Updating cluster 
state from ZooKeeper... 
   [junit4]   2> 1128462 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:56103_gl_sfk%2Fl
   [junit4]   2> 1128463 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.c.SolrZkClient makePath: 
/live_nodes/127.0.0.1:56103_gl_sfk%2Fl
   [junit4]   2> 1128482 INFO  
(zkCallback-942-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.ZkStateReader A live node change: 
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has 
occurred - updating... (live nodes size: 1)
   [junit4]   2> 1128482 INFO  (zkCallback-944-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A live node change: WatchedEvent state:SyncConnected 
type:NodeChildrenChanged path:/live_nodes, has occurred - updating... (live 
nodes size: 1)
   [junit4]   2> 1128482 INFO  
(zkCallback-948-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.c.ZkStateReader A live node change: 
WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes, has 
occurred - updating... (live nodes size: 1)
   [junit4]   2> 1128485 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1128486 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.LeaderElector Joined leadership 
election with path: 
/overseer_elect/election/94415581380608009-127.0.0.1:56103_gl_sfk%2Fl-n_0000000001
   [junit4]   2> 1128488 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.LeaderElector Watching path 
/overseer_elect/election/94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000
 to know if I could be the leader
   [junit4]   2> 1128521 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.CoreContainer Security conf doesn't 
exist. Skipping setup for authorization module.
   [junit4]   2> 1128521 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.CoreContainer No authentication 
plugin used.
   [junit4]   2> 1128524 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.CoresLocator Looking for core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores
   [junit4]   2> 1128527 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.SolrCore Created CoreDescriptor: 
{transient=false, collection=collection1, 
configSetProperties=configsetprops.json, loadOnStartup=true, shard=, 
instanceDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores/collection1,
 dataDir=data/, 
absoluteInstDir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores/collection1/,
 name=collection1, coreNodeName=, schema=schema.xml, config=solrconfig.xml}
   [junit4]   2> 1128527 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.CoresLocator Found core collection1 
in 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores/collection1/
   [junit4]   2> 1128527 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.CoresLocator Found 1 core definitions
   [junit4]   2> 1128529 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.s.SolrDispatchFilter 
user.dir=/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1
   [junit4]   2> 1128530 INFO  
(TEST-CollectionsAPIDistributedZkTest.test-seed#[D8256A65DFB8FA90]) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.s.SolrDispatchFilter 
SolrDispatchFilter.init() done
   [junit4]   2> 1128530 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1128531 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.ZkController numShards not found on descriptor - reading it from system 
property
   [junit4]   2> 1128534 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1128534 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.Overseer processMessage: queueSize: 
1, message = {
   [junit4]   2>   "base_url":"https://127.0.0.1:56103/gl_sfk/l";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:56103_gl_sfk%2Fl"} current state 
version: 3
   [junit4]   2> 1128536 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.o.ReplicaMutator Update state 
numShards=2 message={
   [junit4]   2>   "base_url":"https://127.0.0.1:56103/gl_sfk/l";,
   [junit4]   2>   "operation":"state",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "node_name":"127.0.0.1:56103_gl_sfk%2Fl"}
   [junit4]   2> 1128536 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.o.ClusterStateMutator building a new 
cName: collection1
   [junit4]   2> 1128536 INFO  
(OverseerStateUpdate-94415581380608005-127.0.0.1:56098_gl_sfk%2Fl-n_0000000000) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.o.ReplicaMutator Assigning new node 
to shard shard=shard2
   [junit4]   2> 1128538 INFO  
(zkCallback-942-thread-1-processing-n:127.0.0.1:56098_gl_sfk%2Fl) 
[n:127.0.0.1:56098_gl_sfk%2Fl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1128538 INFO  (zkCallback-944-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: 2)
   [junit4]   2> 1128538 INFO  
(zkCallback-948-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl    ] o.a.s.c.c.ZkStateReader A cluster state 
change: WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/clusterstate.json, has occurred - updating... (live nodes size: 2)
   [junit4]   2> 1129536 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1129536 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1129537 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1129537 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader Load collection config from:/collections/collection1
   [junit4]   2> 1129538 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.c.ZkStateReader path=/collections/collection1 configName=conf1 
specified config exists in ZooKeeper
   [junit4]   2> 1129539 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: 
'/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/../../../../../../../../../Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.CollectionsAPIDistributedZkTest_D8256A65DFB8FA90-001/shard-1-001/cores/collection1/'
   [junit4]   2> 1129568 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] o.a.s.c.Config 
loaded config solrconfig.xml with version 0 
   [junit4]   2> 1129576 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] o.a.s.c.SolrConfig 
current version of requestparams : -1
   [junit4]   2> 1129588 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 5.4.0
   [junit4]   2> 1129619 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] o.a.s.c.Config 
Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1129621 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.s.IndexSchema Reading Solr Schema from /configs/conf1/schema.xml
   [junit4]   2> 1129629 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1129908 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.s.OpenExchangeRatesOrgProvider Initialized with 
rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1129925 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1129926 INFO  
(coreLoadExecutor-3056-thread-1-processing-n:127.0.0.1:56103_gl_sfk%2Fl) 
[n:127.0.0.1:56103_gl_sfk%2Fl c:collection1   x:collection1] 
o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1129951 INFO  (coreLoadExecutor-3056-thread-1-proce

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


   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2048)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:821)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1372)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.execute(ExecutorUtil.java:193)
   [junit4]   2>        at 
java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:110)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3.process(SolrZkClient.java:261)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.processEvent(ClientCnxn.java:522)
   [junit4]   2>        at 
org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:498)
   [junit4]   2> 1483596 INFO  (jetty-launcher-1274-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@514b19b4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1485091 WARN  
(zkCallback-1292-thread-2-processing-n:127.0.0.1:56792_solr) 
[n:127.0.0.1:56792_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK
   [junit4]   2> 1485091 WARN  
(zkCallback-1293-thread-1-processing-n:127.0.0.1:56790_solr) 
[n:127.0.0.1:56790_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK
   [junit4]   2> 1485091 WARN  
(zkCallback-1291-thread-1-processing-n:127.0.0.1:56789_solr) 
[n:127.0.0.1:56789_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK
   [junit4]   2> 1485092 WARN  
(zkCallback-1292-thread-1-processing-n:127.0.0.1:56792_solr) 
[n:127.0.0.1:56792_solr    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, 
but Solr cannot talk to ZK
   [junit4]   2> 1485092 INFO  (jetty-launcher-1274-thread-4) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@17cdae8a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1485094 INFO  (jetty-launcher-1274-thread-3) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5d786d13{/solr,null,UNAVAILABLE}
   [junit4]   2> 1485095 WARN  
(zkCallback-1294-thread-1-processing-n:127.0.0.1:56788_solr) 
[n:127.0.0.1:56788_solr    ] o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.zookeeper.KeeperException$SessionExpiredException: 
KeeperErrorCode = Session expired for /overseer_elect/election
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getChildren(ZooKeeper.java:1472)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:328)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$6.execute(SolrZkClient.java:325)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:61)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getChildren(SolrZkClient.java:325)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:95)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:390)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$3$1.run(SolrZkClient.java:264)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   [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:210)
   [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> 1485098 INFO  (jetty-launcher-1274-thread-5) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@5d555638{/solr,null,UNAVAILABLE}
   [junit4]   2> 1485098 INFO  (jetty-launcher-1274-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@7d8fb488{/solr,null,UNAVAILABLE}
   [junit4]   2> 1485102 INFO  
(TEST-BasicAuthIntegrationTest.testCollectionCreateWithoutCoresThenDelete-seed#[D8256A65DFB8FA90])
 [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:56786 56786
   [junit4]   2> 1485172 INFO  (Thread-2760) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:56786 56786
   [junit4]   2> 1486462 WARN  (Thread-2760) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        6       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/collections
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.security.BasicAuthIntegrationTest_D8256A65DFB8FA90-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene53): 
{multiDefault=FST50, 
intDefault=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
timestamp=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_i_dv=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
range_facet_l=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
_version_=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
id=PostingsFormat(name=Asserting), 
range_facet_l_dv=PostingsFormat(name=Asserting)}, 
docValues:{timestamp=DocValuesFormat(name=Asserting), 
range_facet_i_dv=DocValuesFormat(name=Asserting), 
range_facet_l_dv=DocValuesFormat(name=Memory)}, 
sim=RandomSimilarityProvider(queryNorm=true,coord=no): {}, locale=lt, 
timezone=America/Indiana/Tell_City
   [junit4]   2> NOTE: Mac OS X 10.8.5 x86_64/Oracle Corporation 1.7.0_80 
(64-bit)/cpus=3,threads=1,free=87742448,total=349396992
   [junit4]   2> NOTE: All tests run in this JVM: [TestDFRSimilarityFactory, 
ReturnFieldsTest, HdfsBasicDistributedZk2Test, TestFieldTypeResource, 
TestDistribDocBasedVersion, TestDynamicLoading, TestConfigSetImmutable, 
TestImplicitCoreProperties, SolrIndexConfigTest, PrimitiveFieldTypeTest, 
AnalysisErrorHandlingTest, CoreAdminRequestStatusTest, TestDistributedSearch, 
AnalyticsQueryTest, TestMinMaxOnMultiValuedField, OverseerTaskQueueTest, 
TestConfig, TestWordDelimiterFilterFactory, 
HdfsCollectionsAPIDistributedZkTest, TestRemoteStreaming, SimpleFacetsTest, 
SpatialRPTFieldTypeTest, TestMergePolicyConfig, 
LeaderFailoverAfterPartitionTest, TestFunctionQuery, SystemInfoHandlerTest, 
TestMiniSolrCloudCluster, TestConfigReload, TestMaxScoreQueryParser, 
MoreLikeThisHandlerTest, TestBulkSchemaAPI, DisMaxRequestHandlerTest, 
TestManagedSchemaFieldResource, TestGroupingSearch, 
TestPartialUpdateDeduplication, TestNamedUpdateProcessors, TestSearchPerf, 
TestDocBasedVersionConstraints, HdfsChaosMonkeySafeLeaderTest, 
ZkStateReaderTest, TestReloadAndDeleteDocs, ZkCLITest, TestFieldResource, 
TestCoreContainer, TestDocSet, TestSolr4Spatial2, SimplePostToolTest, 
HdfsSyncSliceTest, DeleteLastCustomShardedReplicaTest, 
TestSerializedLuceneMatchVersion, CloudExitableDirectoryReaderTest, 
UpdateParamsTest, TestFieldTypeCollectionResource, TestConfigSets, 
TestFieldCollectionResource, TestCopyFieldCollectionResource, 
JavabinLoaderTest, UnloadDistributedZkTest, TestPostingsSolrHighlighter, 
SimpleCollectionCreateDeleteTest, ChaosMonkeyNothingIsSafeTest, 
DistanceUnitsTest, DistributedQueryElevationComponentTest, HardAutoCommitTest, 
TestManagedStopFilterFactory, TestLRUCache, TestTrieFacet, TestRTGBase, 
TestIBSimilarityFactory, DistributedQueryComponentOptimizationTest, 
TestLeaderElectionZkExpiry, TestRestoreCore, TestAnalyzedSuggestions, 
RegexBoostProcessorTest, PluginInfoTest, TestReloadDeadlock, ZkControllerTest, 
MultiThreadedOCPTest, HLLSerializationTest, TestComplexPhraseQParserPlugin, 
TestSolrConfigHandlerConcurrent, TestLazyCores, SuggestComponentTest, 
TestComponentsName, DOMUtilTest, TestNRTOpen, DirectUpdateHandlerTest, 
TestSimpleTrackingShardHandler, DistributedMLTComponentTest, 
TestRuleBasedAuthorizationPlugin, TestJsonRequest, 
TestRemoveLastDynamicCopyField, TestSurroundQueryParser, JSONWriterTest, 
TestSolrCloudWithKerberosAlt, BasicAuthIntegrationTest]
   [junit4] Completed [199/536] on J0 in 64.96s, 7 tests, 1 failure <<< 
FAILURES!

[...truncated 1047 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:785: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:729: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/build.xml:59: The following 
error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/build.xml:233: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/solr/common-build.xml:524: The 
following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1452: 
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-5.x-MacOSX/lucene/common-build.xml:1006: 
There were test failures: 536 suites, 2128 tests, 1 error, 1 failure, 75 
ignored (33 assumptions)

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


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

Reply via email to