Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4089/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.TestDistributedSearch.test

Error Message:
Expected to find shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded  at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
  at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
  at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
  at java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)  at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)  at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
  at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) 
 at java.lang.Thread.run(Thread.java:748) ,time=1}

Stack Trace:
java.lang.AssertionError: Expected to find shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
,time=1}
        at 
__randomizedtesting.SeedInfo.seed([3918DC1B6351AFA1:B14CE3C1CDADC259]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1186)
        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1127)
        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:987)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  
'org.apache.solr.core.BlobStoreTestRequestHandler' for path 
'overlay/requestHandler/\/test1/class' full output: {   "responseHeader":{     
"status":0,     "QTime":0},   "overlay":{     "znodeVersion":0,     
"runtimeLib":{"colltest":{         "name":"colltest",         "version":1}}}},  
from server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  
'org.apache.solr.core.BlobStoreTestRequestHandler' for path 
'overlay/requestHandler/\/test1/class' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "overlay":{
    "znodeVersion":0,
    "runtimeLib":{"colltest":{
        "name":"colltest",
        "version":1}}}},  from server:  null
        at 
__randomizedtesting.SeedInfo.seed([3918DC1B6351AFA1:E155F14C948C0A01]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:556)
        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:97)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1713)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:916)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
        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:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 11106 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/init-core-data-001
   [junit4]   2> 268914 WARN  
(SUITE-TestDynamicLoading-seed#[3918DC1B6351AFA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=6 numCloses=6
   [junit4]   2> 268914 INFO  
(SUITE-TestDynamicLoading-seed#[3918DC1B6351AFA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields
   [junit4]   2> 268917 INFO  
(SUITE-TestDynamicLoading-seed#[3918DC1B6351AFA1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) 
w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 268917 INFO  
(SUITE-TestDynamicLoading-seed#[3918DC1B6351AFA1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /gi_/x
   [junit4]   2> 268919 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 268919 INFO  (Thread-580) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 268919 INFO  (Thread-580) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 268922 ERROR (Thread-580) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 269029 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:54023
   [junit4]   2> 269073 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 269077 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 269079 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 269081 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 269083 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 269086 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 269088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 269091 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 269093 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 269095 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 269098 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 269101 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 269361 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/control-001/cores/collection1
   [junit4]   2> 269365 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 269367 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@31e7d906{/gi_/x,null,AVAILABLE}
   [junit4]   2> 269368 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@7907d756{HTTP/1.1,[http/1.1]}{127.0.0.1:54026}
   [junit4]   2> 269368 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server Started @273347ms
   [junit4]   2> 269368 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/gi_/x, hostPort=54026, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/control-001/cores}
   [junit4]   2> 269368 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 269369 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 269369 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 269369 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 269369 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T01:09:08.544Z
   [junit4]   2> 269373 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 269373 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/control-001/solr.xml
   [junit4]   2> 269384 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 269392 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54023/solr
   [junit4]   2> 269434 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 269436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:54026_gi_%2Fx
   [junit4]   2> 269438 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.Overseer Overseer 
(id=98167747254419460-127.0.0.1:54026_gi_%2Fx-n_0000000000) starting
   [junit4]   2> 269452 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54026_gi_%2Fx
   [junit4]   2> 269455 INFO  
(zkCallback-460-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 269529 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 269535 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 269535 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 269537 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/control-001/cores
   [junit4]   2> 269537 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 269538 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 269541 INFO  
(OverseerStateUpdate-98167747254419460-127.0.0.1:54026_gi_%2Fx-n_0000000000) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 270563 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 270578 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 270674 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 270696 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection, trusted=true
   [junit4]   2> 270696 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.core_node1' (registry 
'solr.core.control_collection.shard1.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 270696 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 270696 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/control-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/control-001/cores/collection1/data/]
   [junit4]   2> 270698 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=5.8896484375, 
floorSegmentMB=1.4140625, forceMergeDeletesPctAllowed=14.92553698740939, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 270700 WARN  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 270752 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 270752 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 270753 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 270753 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 270753 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=64.1650390625, 
floorSegmentMB=1.9306640625, forceMergeDeletesPctAllowed=5.99953385999077, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 270753 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@e433c9[collection1] main]
   [junit4]   2> 270757 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 270758 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 270758 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 270758 INFO  
(coreLoadExecutor-1413-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx c:control_collection   x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1570683957996945408
   [junit4]   2> 270759 INFO  
(searcherExecutor-1414-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection   x:collection1] o.a.s.c.SolrCore [collection1] Registered 
new searcher Searcher@e433c9[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 270767 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 270767 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
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> 270767 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:54026/gi_/x/collection1/
   [junit4]   2> 270767 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 270767 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:54026/gi_/x/collection1/ has no replicas
   [junit4]   2> 270767 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 270772 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection s:shard1 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:54026/gi_/x/collection1/ shard1
   [junit4]   2> 270946 INFO  
(coreZkRegister-1406-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx 
x:collection1 c:control_collection) [n:127.0.0.1:54026_gi_%2Fx 
c:control_collection s:shard1 r:core_node1 x:collection1] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 271086 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 271088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54023/solr ready
   [junit4]   2> 271088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 271088 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
   [junit4]   2> 271330 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-1-001/cores/collection1
   [junit4]   2> 271331 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-1-001
 of type NRT
   [junit4]   2> 271339 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 271341 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3e22529d{/gi_/x,null,AVAILABLE}
   [junit4]   2> 271342 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@49c184a6{HTTP/1.1,[http/1.1]}{127.0.0.1:54032}
   [junit4]   2> 271342 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server Started @275321ms
   [junit4]   2> 271342 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/gi_/x, 
hostPort=54032, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-1-001/cores}
   [junit4]   2> 271342 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 271342 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 271342 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 271343 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 271343 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T01:09:10.518Z
   [junit4]   2> 271348 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 271348 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-1-001/solr.xml
   [junit4]   2> 271353 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 271357 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54023/solr
   [junit4]   2> 271377 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 271381 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 271385 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54032_gi_%2Fx
   [junit4]   2> 271387 INFO  (zkCallback-464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 271387 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 271388 INFO  
(zkCallback-460-thread-1-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 271481 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 271484 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 271484 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 271486 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-1-001/cores
   [junit4]   2> 271486 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 271487 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 271490 INFO  
(OverseerStateUpdate-98167747254419460-127.0.0.1:54026_gi_%2Fx-n_0000000000) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 271603 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 272517 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 272532 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 272634 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 272653 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 272654 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.core_node1' (registry 
'solr.core.collection1.shard2.core_node1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 272654 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 272654 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-1-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 272655 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=5.8896484375, 
floorSegmentMB=1.4140625, forceMergeDeletesPctAllowed=14.92553698740939, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 272658 WARN  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 272758 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 272758 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 272759 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 272759 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 272760 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=64.1650390625, 
floorSegmentMB=1.9306640625, forceMergeDeletesPctAllowed=5.99953385999077, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 272760 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@1c5ccd31[collection1] main]
   [junit4]   2> 272762 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 272763 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 272763 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 272764 INFO  
(searcherExecutor-1425-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@1c5ccd31[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 272764 INFO  
(coreLoadExecutor-1424-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570683960100388864
   [junit4]   2> 272773 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 272773 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 272773 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:54032/gi_/x/collection1/
   [junit4]   2> 272773 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 272773 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:54032/gi_/x/collection1/ has no replicas
   [junit4]   2> 272773 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 272779 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:54032/gi_/x/collection1/ shard2
   [junit4]   2> 272891 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 272942 INFO  
(coreZkRegister-1419-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54032_gi_%2Fx c:collection1 s:shard2 
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 273048 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 273262 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-2-001/cores/collection1
   [junit4]   2> 273264 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-2-001
 of type NRT
   [junit4]   2> 273264 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 273265 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@48283cb8{/gi_/x,null,AVAILABLE}
   [junit4]   2> 273266 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@79f9d7dd{HTTP/1.1,[http/1.1]}{127.0.0.1:54041}
   [junit4]   2> 273266 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server Started @277245ms
   [junit4]   2> 273266 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/gi_/x, hostPort=54041, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-2-001/cores}
   [junit4]   2> 273266 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 273266 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 273266 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 273266 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 273266 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T01:09:12.441Z
   [junit4]   2> 273277 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 273277 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-2-001/solr.xml
   [junit4]   2> 273283 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 273285 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54023/solr
   [junit4]   2> 273302 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 273306 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 273309 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54041_gi_%2Fx
   [junit4]   2> 273318 INFO  
(zkCallback-460-thread-2-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 273318 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 273318 INFO  (zkCallback-464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 273319 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 273393 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 273400 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 273400 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 273402 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-2-001/cores
   [junit4]   2> 273402 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 273404 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 273407 INFO  
(OverseerStateUpdate-98167747254419460-127.0.0.1:54026_gi_%2Fx-n_0000000000) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 273522 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 273522 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 274437 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 274452 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 274594 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 274615 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 274615 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.core_node2' (registry 
'solr.core.collection1.shard1.core_node2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 274615 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 274615 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-2-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 274616 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=5.8896484375, 
floorSegmentMB=1.4140625, forceMergeDeletesPctAllowed=14.92553698740939, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 274619 WARN  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 274667 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 274667 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 274673 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 274673 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 274674 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=64.1650390625, 
floorSegmentMB=1.9306640625, forceMergeDeletesPctAllowed=5.99953385999077, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 274674 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@77a47278[collection1] main]
   [junit4]   2> 274676 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 274676 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 274677 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 274677 INFO  
(searcherExecutor-1436-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@77a47278[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 274677 INFO  
(coreLoadExecutor-1435-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570683962106314752
   [junit4]   2> 274688 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas 
found to continue.
   [junit4]   2> 274688 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new 
leader - try and sync
   [junit4]   2> 274688 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:54041/gi_/x/collection1/
   [junit4]   2> 274688 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 274688 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
http://127.0.0.1:54041/gi_/x/collection1/ has no replicas
   [junit4]   2> 274688 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 274694 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new 
leader: http://127.0.0.1:54041/gi_/x/collection1/ shard1
   [junit4]   2> 274809 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 274809 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 274862 INFO  
(coreZkRegister-1430-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54041_gi_%2Fx c:collection1 s:shard1 
r:core_node2 x:collection1] o.a.s.c.ZkController I am the leader, no recovery 
necessary
   [junit4]   2> 274969 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 274969 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 275203 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-3-001/cores/collection1
   [junit4]   2> 275204 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-3-001
 of type NRT
   [junit4]   2> 275204 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 275206 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5b7d6fb0{/gi_/x,null,AVAILABLE}
   [junit4]   2> 275206 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@369d89a2{HTTP/1.1,[http/1.1]}{127.0.0.1:54049}
   [junit4]   2> 275206 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server Started @279185ms
   [junit4]   2> 275206 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/gi_/x, 
hostPort=54049, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-3-001/cores}
   [junit4]   2> 275206 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 275207 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 275207 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 275207 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 275207 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T01:09:14.382Z
   [junit4]   2> 275210 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 275210 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-3-001/solr.xml
   [junit4]   2> 275222 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 275226 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54023/solr
   [junit4]   2> 275242 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 275246 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 275250 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54049_gi_%2Fx
   [junit4]   2> 275253 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 275254 INFO  (zkCallback-464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 275254 INFO  
(zkCallback-460-thread-2-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 275253 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 275255 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 275314 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 275320 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 275321 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 275322 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-3-001/cores
   [junit4]   2> 275322 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 275324 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 275325 INFO  
(OverseerStateUpdate-98167747254419460-127.0.0.1:54026_gi_%2Fx-n_0000000000) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 275439 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 275439 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 275439 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 276354 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 276368 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 276472 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 276493 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 276494 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.core_node3' (registry 
'solr.core.collection1.shard2.core_node3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22
   [junit4]   2> 276494 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 276494 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.c.SolrCore 
[[collection1] ] Opening new SolrCore at 
[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-3-001/cores/collection1],
 
dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 276496 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=5.8896484375, 
floorSegmentMB=1.4140625, forceMergeDeletesPctAllowed=14.92553698740939, 
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 276501 WARN  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 276549 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 276549 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 276550 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 276550 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 276551 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=44, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=64.1650390625, 
floorSegmentMB=1.9306640625, forceMergeDeletesPctAllowed=5.99953385999077, 
segmentsPerTier=40.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 276551 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@594627ce[collection1] main]
   [junit4]   2> 276553 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 276553 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 276554 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 276554 INFO  
(coreLoadExecutor-1446-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx c:collection1   x:collection1] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1570683964074491904
   [junit4]   2> 276555 INFO  
(searcherExecutor-1447-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54049_gi_%2Fx c:collection1   
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@594627ce[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 276559 INFO  
(coreZkRegister-1441-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 c:collection1) [n:127.0.0.1:54049_gi_%2Fx c:collection1 s:shard2 
r:core_node3 x:collection1] o.a.s.c.ZkController Core needs to 
recover:collection1
   [junit4]   2> 276559 INFO  
(updateExecutor-479-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx x:collection1 
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:54049_gi_%2Fx c:collection1 
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 276559 INFO  
(recoveryExecutor-480-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:54049_gi_%2Fx 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 276560 INFO  
(recoveryExecutor-480-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:54049_gi_%2Fx 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 276560 INFO  
(recoveryExecutor-480-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:54049_gi_%2Fx 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 276560 INFO  
(recoveryExecutor-480-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:54049_gi_%2Fx 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 276560 INFO  
(recoveryExecutor-480-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:54049_gi_%2Fx 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[http://127.0.0.1:54032/gi_/x/collection1/] and I am 
[http://127.0.0.1:54049/gi_/x/collection1/]
   [junit4]   2> 276565 INFO  
(recoveryExecutor-480-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:54049_gi_%2Fx 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [http://127.0.0.1:54032/gi_/x]; [WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:54049_gi_%252Fx&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 276568 INFO  (qtp1441917983-2968) [n:127.0.0.1:54032_gi_%2Fx   
 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true, 
maxTime: 183 s
   [junit4]   2> 276568 INFO  (qtp1441917983-2968) [n:127.0.0.1:54032_gi_%2Fx   
 ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=collection1, shard=shard2, thisCore=collection1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=down, localState=active, nodeName=127.0.0.1:54049_gi_%2Fx, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:54049/gi_/x","node_name":"127.0.0.1:54049_gi_%2Fx","state":"down","type":"NRT"}
   [junit4]   2> 276676 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 276676 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 276676 INFO  
(zkCallback-470-thread-1-processing-n:127.0.0.1:54032_gi_%2Fx) 
[n:127.0.0.1:54032_gi_%2Fx    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [4])
   [junit4]   2> 277224 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-4-001/cores/collection1
   [junit4]   2> 277227 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-4-001
 of type NRT
   [junit4]   2> 277228 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 277238 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6ee5ac5c{/gi_/x,null,AVAILABLE}
   [junit4]   2> 277238 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@41024f72{HTTP/1.1,[http/1.1]}{127.0.0.1:54055}
   [junit4]   2> 277238 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.Server Started @281217ms
   [junit4]   2> 277238 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/tempDir-001/jetty4,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/gi_/x, 
hostPort=54055, 
coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-4-001/cores}
   [junit4]   2> 277239 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 277239 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.0.0
   [junit4]   2> 277239 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 277239 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 277239 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-06-20T01:09:16.414Z
   [junit4]   2> 277243 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 277243 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_3918DC1B6351AFA1-001/shard-4-001/solr.xml
   [junit4]   2> 277251 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@3119fc22, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 277256 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54023/solr
   [junit4]   2> 277278 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54055_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 277282 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54055_gi_%2Fx    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 277285 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[3918DC1B6351AFA1]) 
[n:127.0.0.1:54055_gi_%2Fx    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:54055_gi_%2Fx
   [junit4]   2> 277288 INFO  
(zkCallback-476-thread-1-processing-n:127.0.0.1:54041_gi_%2Fx) 
[n:127.0.0.1:54041_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 277289 INFO  
(zkCallback-460-thread-2-processing-n:127.0.0.1:54026_gi_%2Fx) 
[n:127.0.0.1:54026_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 277289 INFO  
(zkCallback-482-thread-1-processing-n:127.0.0.1:54049_gi_%2Fx) 
[n:127.0.0.1:54049_gi_%2Fx    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 277289 INFO  (z

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

[junit4]   2> 1712530 INFO  (coreCloseExecutor-5417-thread-1) [    
x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@275e6a00
   [junit4]   2> 1712532 INFO  (coreCloseExecutor-5417-thread-1) [    
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.collection1, tag=660498944
   [junit4]   2> 1712533 INFO  
(TEST-TestDistributedSearch.test-seed#[3918DC1B6351AFA1]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6c3d7b40{/,null,UNAVAILABLE}
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestDistributedSearch -Dtests.method=test 
-Dtests.seed=3918DC1B6351AFA1 -Dtests.slow=true -Dtests.locale=ar-TN 
-Dtests.timezone=America/Shiprock -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 44.1s J1 | TestDistributedSearch.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Expected to find 
shardAddress in the up shard info: 
{error=org.apache.solr.client.solrj.SolrServerException: Time allowed to handle 
this request exceeded,trace=org.apache.solr.client.solrj.SolrServerException: 
Time allowed to handle this request exceeded
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:436)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandlerFactory.makeLoadBalancedRequest(HttpShardHandlerFactory.java:273)
   [junit4]    >        at 
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:175)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > ,time=1}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([3918DC1B6351AFA1:B14CE3C1CDADC259]:0)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.comparePartialResponses(TestDistributedSearch.java:1186)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.queryPartialResults(TestDistributedSearch.java:1127)
   [junit4]    >        at 
org.apache.solr.TestDistributedSearch.test(TestDistributedSearch.java:987)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsRepeatStatement.callStatement(BaseDistributedSearchTestCase.java:1011)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J1/temp/solr.TestDistributedSearch_3918DC1B6351AFA1-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{severity=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
other_tl1=PostingsFormat(name=Memory), 
foo_sev_enum=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
SubjectTerms_mfacet=PostingsFormat(name=Memory), 
a_n_tdt=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
multiDefault=Lucene50(blocksize=128), n_td1=PostingsFormat(name=Memory), 
b_n_tdt=PostingsFormat(name=Memory), 
n_ti1=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 
rnd_b=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 n_tl1=PostingsFormat(name=Memory), 
a_s=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
oddField_s=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 n_tf1=Lucene50(blocksize=128), lowerfilt1and2=Lucene50(blocksize=128), 
a_t=Lucene50(blocksize=128), 
foo_b=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
n_tdt1=PostingsFormat(name=Memory), id_i1=PostingsFormat(name=Memory), 
lowerfilt=Lucene50(blocksize=128), 
id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 text=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct), 
foo_sev_enum=DocValuesFormat(name=Memory), n_l1=DocValuesFormat(name=Lucene70), 
intDefault=DocValuesFormat(name=Lucene70), 
n_dt1=DocValuesFormat(name=Lucene70), n_d1=DocValuesFormat(name=Lucene70), 
range_facet_l=DocValuesFormat(name=Lucene70), 
n_f1=DocValuesFormat(name=Lucene70), _version_=DocValuesFormat(name=Lucene70), 
foo_d=DocValuesFormat(name=Direct), 
range_facet_i_dv=DocValuesFormat(name=Lucene70), 
foo_f=DocValuesFormat(name=Memory), intDvoDefault=DocValuesFormat(name=Direct), 
timestamp=DocValuesFormat(name=Lucene70), 
a_i_p=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=973, 
maxMBSortInHeap=6.217039746139266, sim=RandomSimilarity(queryNorm=true): {}, 
locale=ar-TN, timezone=America/Shiprock
   [junit4]   2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 1.8.0_131 
(64-bit)/cpus=3,threads=1,free=195845856,total=426229760
   [junit4]   2> NOTE: All tests run in this JVM: [TestUniqueKeyFieldResource, 
TestManagedResourceStorage, HdfsDirectoryTest, TestCloudPivotFacet, 
LeaderInitiatedRecoveryOnCommitTest, TestFieldCacheSortRandom, 
TestSchemaVersionResource, TestScoreJoinQPScore, TestSolrQueryResponse, 
CoreAdminCreateDiscoverTest, CoreAdminHandlerTest, TestReplicaProperties, 
TestSchemalessBufferedUpdates, CloneFieldUpdateProcessorFactoryTest, 
TolerantUpdateProcessorTest, TestSmileRequest, TestPolicyCloud, 
SuggesterWFSTTest, HdfsBasicDistributedZkTest, TestRecoveryHdfs, 
TestQuerySenderListener, SliceStateTest, PreAnalyzedFieldTest, 
QueryParsingTest, SuggesterTest, BasicDistributedZk2Test, 
BasicFunctionalityTest, TestClassicSimilarityFactory, TestBulkSchemaAPI, 
TestCoreDiscovery, HdfsNNFailoverTest, TestPKIAuthenticationPlugin, 
TestLRUCache, URLClassifyProcessorTest, DataDrivenBlockJoinTest, 
RollingRestartTest, ShardRoutingCustomTest, FullHLLTest, SmileWriterTest, 
TestPayloadCheckQParserPlugin, SolrCoreMetricManagerTest, 
CSVRequestHandlerTest, EchoParamsTest, ReplicaListTransformerTest, 
VMParamsZkACLAndCredentialsProvidersTest, 
DistributedQueryComponentOptimizationTest, TestDynamicLoading, 
StatsComponentTest, CoreMergeIndexesAdminHandlerTest, 
TestFieldCacheWithThreads, WordBreakSolrSpellCheckerTest, 
TestFieldTypeResource, TestDistributedMissingSort, 
HdfsWriteToMultipleCollectionsTest, HighlighterConfigTest, 
ExitableDirectoryReaderTest, TestIntervalFaceting, NotRequiredUniqueKeyTest, 
TestSolrCloudSnapshots, TestCopyFieldCollectionResource, 
TestSQLHandlerNonCloud, ChaosMonkeyNothingIsSafeTest, SystemInfoHandlerTest, 
TlogReplayBufferedWhileIndexingTest, CdcrRequestHandlerTest, 
TestOnReconnectListenerSupport, DeleteLastCustomShardedReplicaTest, 
TestReversedWildcardFilterFactory, TestCustomSort, SolrInfoBeanTest, 
CdcrReplicationDistributedZkTest, UtilsToolTest, CacheHeaderTest, 
TestFastWriter, TestCloudRecovery, AddSchemaFieldsUpdateProcessorFactoryTest, 
TestSolrCoreProperties, StatsReloadRaceTest, TestNumericTerms32, 
TestCoreAdminApis, TestPointFields, SortByFunctionTest, TestConfig, 
SuggesterTSTTest, TestSubQueryTransformer, TestSolrCloudWithKerberosAlt, 
TestAddFieldRealTimeGet, RequestLoggingTest, TestUseDocValuesAsStored2, 
TestUnifiedSolrHighlighter, CustomCollectionTest, 
CollectionsAPIAsyncDistributedZkTest, TestSchemaResource, TestConfigOverlay, 
HdfsSyncSliceTest, FileBasedSpellCheckerTest, TestQueryTypes, 
TermVectorComponentTest, TestSegmentSorting, TestNoOpRegenerator, 
TestRealTimeGet, TestOmitPositions, QueryResultKeyTest, 
CloudExitableDirectoryReaderTest, TestFileDictionaryLookup, 
TestDynamicFieldResource, TestMissingGroups, AssignTest, TestBadConfig, 
RequestHandlersTest, ConnectionManagerTest, RegexBoostProcessorTest, 
SolrMetricReporterTest, DistributedExpandComponentTest, 
TestSolrDeletionPolicy2, AtomicUpdatesTest, 
HdfsTlogReplayBufferedWhileIndexingTest, ConjunctionSolrSpellCheckerTest, 
NodeMutatorTest, SolrGangliaReporterTest, SolrCoreCheckLockOnStartupTest, 
TestDocumentBuilder, TestConfigReload, TestCodecSupport, 
TestCustomDocTransformer, TestConfigSetProperties, 
DistributedFacetPivotSmallAdvancedTest, DirectUpdateHandlerOptimizeTest, 
RemoteQueryErrorTest, LargeFieldTest, TestExactStatsCache, 
HttpSolrCallGetCoreTest, ConvertedLegacyTest, HdfsChaosMonkeySafeLeaderTest, 
TestStandardQParsers, TestXmlQParserPlugin, TestCollectionAPIs, TestReload, 
DistributedTermsComponentTest, TestMacros, SolrCloudReportersTest, 
TestFastLRUCache, TestManagedSynonymFilterFactory, MigrateRouteKeyTest, 
TestCorePropertiesReload, TestAnalyzeInfixSuggestions, BlobRepositoryCloudTest, 
TestSearchPerf, AnalysisErrorHandlingTest, TestNumericRangeQuery32, 
BJQParserTest, TestSimpleTrackingShardHandler, SaslZkACLProviderTest, 
FullSolrCloudDistribCmdsTest, SignatureUpdateProcessorFactoryTest, 
CurrencyFieldOpenExchangeTest, SubstringBytesRefFilterTest, JavabinLoaderTest, 
TestHighFrequencyDictionaryFactory, OpenCloseCoreStressTest, 
OverriddenZkACLAndCredentialsProvidersTest, TestLeaderElectionWithEmptyReplica, 
ResponseLogComponentTest, TestLeaderInitiatedRecoveryThread, BitVectorTest, 
TestDistribIDF, TestObjectReleaseTracker, TestTrieFacet, TestStressLiveNodes, 
TestSha256AuthenticationProvider, DistributedQueueTest, CircularListTest, 
TestZkChroot, TestAnalyzedSuggestions, GraphQueryTest, BadCopyFieldTest, 
BasicDistributedZkTest, BasicZkTest, RecoveryZkTest, TestRandomFaceting, 
ZkCLITest, TestDistributedSearch]
   [junit4] Completed [374/725 (2!)] on J1 in 44.10s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 44353 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to