Build: https://builds.apache.org/job/Lucene-Solr-Tests-6.x/595/

2 tests failed.
FAILED:  org.apache.solr.core.TestDynamicLoading.testDynamicLoading

Error Message:
Could not get expected value  'X val' for path 'x' full output: {   
"responseHeader":{     "status":0,     "QTime":0},   "params":{"wt":"json"},   
"context":{     "webapp":"/xi/pw",     "path":"/test1",     
"httpMethod":"GET"},   
"class":"org.apache.solr.core.BlobStoreTestRequestHandler",   "x":null},  from 
server:  null

Stack Trace:
java.lang.AssertionError: Could not get expected value  'X val' for path 'x' 
full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "params":{"wt":"json"},
  "context":{
    "webapp":"/xi/pw",
    "path":"/test1",
    "httpMethod":"GET"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":null},  from server:  null
        at 
__randomizedtesting.SeedInfo.seed([2226B1F0BB424122:FA6B9CA74C9FE482]: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:535)
        at 
org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:232)
        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:992)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:967)
        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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)


FAILED:  org.apache.solr.schema.TestManagedSchemaThreadSafety.testThreadSafety

Error Message:
java.lang.RuntimeException: org.apache.solr.common.SolrException: Error 
attempting to access /configs/managed-config/managed-schema

Stack Trace:
java.util.concurrent.ExecutionException: java.lang.RuntimeException: 
org.apache.solr.common.SolrException: Error attempting to access 
/configs/managed-config/managed-schema
        at 
__randomizedtesting.SeedInfo.seed([2226B1F0BB424122:B86CA5A868DDF3D4]:0)
        at java.util.concurrent.FutureTask.report(FutureTask.java:122)
        at java.util.concurrent.FutureTask.get(FutureTask.java:192)
        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety.testThreadSafety(TestManagedSchemaThreadSafety.java:126)
        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 
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:367)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
        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:367)
        at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.RuntimeException: org.apache.solr.common.SolrException: 
Error attempting to access /configs/managed-config/managed-schema
        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:159)
        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        ... 1 more
Caused by: org.apache.solr.common.SolrException: Error attempting to access 
/configs/managed-config/managed-schema
        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:141)
        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:156)
        ... 6 more
Caused by: org.apache.zookeeper.KeeperException$ConnectionLossException: 
KeeperErrorCode = ConnectionLoss for /configs/managed-config/managed-schema
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
        at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety$SuspendingZkClient.getData(TestManagedSchemaThreadSafety.java:74)
        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
        ... 7 more




Build Log:
[...truncated 12405 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/init-core-data-001
   [junit4]   2> 1647798 INFO  
(SUITE-TestDynamicLoading-seed#[2226B1F0BB424122]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1647798 INFO  
(SUITE-TestDynamicLoading-seed#[2226B1F0BB424122]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /xi/pw
   [junit4]   2> 1647804 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1647804 INFO  (Thread-3782) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1647804 INFO  (Thread-3782) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1647904 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44982
   [junit4]   2> 1647922 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 1647923 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 1647924 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1647925 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 1647926 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 1647927 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 1647928 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1647929 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1647929 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1647930 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1647931 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 1648016 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores/collection1
   [junit4]   2> 1648017 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1648018 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3db9ceec{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1648021 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@512a1e72{SSL,[ssl, 
http/1.1]}{127.0.0.1:45611}
   [junit4]   2> 1648021 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server Started @1651843ms
   [junit4]   2> 1648021 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/control/data,
 hostContext=/xi/pw, hostPort=45611, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores}
   [junit4]   2> 1648021 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1648021 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1648022 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1648022 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1648022 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-11T01:47:43.485Z
   [junit4]   2> 1648036 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1648036 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/solr.xml
   [junit4]   2> 1648040 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1648041 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1648050 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:45611_xi%2Fpw
   [junit4]   2> 1648051 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.Overseer Overseer 
(id=97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) starting
   [junit4]   2> 1648059 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45611_xi%2Fpw
   [junit4]   2> 1648062 INFO  
(zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1648124 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores
   [junit4]   2> 1648124 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1648128 INFO  
(OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1648138 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1648150 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1648244 WARN  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema [collection1] default search field in schema is text. 
WARNING: Deprecated, please use 'df' on request instead.
   [junit4]   2> 1648246 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1648254 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection   x:collection1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from 
collection control_collection
   [junit4]   2> 1648255 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/control-001/cores/collection1/data/]
   [junit4]   2> 1648255 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr 
mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1648255 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, 
floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1648261 WARN  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler 
{type = requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1648267 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1648267 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= 
defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 1648268 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1648268 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1648268 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1648268 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6729528a[collection1] main]
   [junit4]   2> 1648269 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO 
with znodeBase: /configs/conf1
   [junit4]   2> 1648270 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.r.ManagedResourceStorage Loaded null at path 
_rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1648270 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1648270 INFO  
(coreLoadExecutor-7385-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent 
updates, using new clock 1553382363609694208
   [junit4]   2> 1648272 INFO  
(searcherExecutor-7386-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher 
Searcher@6729528a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1648279 INFO  
(coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to 
continue.
   [junit4]   2> 1648279 INFO  
(coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw 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> 1648280 INFO  
(coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45611/xi/pw/collection1/
   [junit4]   2> 1648280 INFO  
(coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1648280 INFO  
(coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.SyncStrategy https://127.0.0.1:45611/xi/pw/collection1/ 
has no replicas
   [junit4]   2> 1648283 INFO  
(coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45611/xi/pw/collection1/ shard1
   [junit4]   2> 1648433 INFO  
(coreZkRegister-7378-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw 
x:collection1 s:shard1 c:control_collection r:core_node1) 
[n:127.0.0.1:45611_xi%2Fpw c:control_collection s:shard1 r:core_node1 
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1648635 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1648640 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44982/solr ready
   [junit4]   2> 1648640 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 1648715 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores/collection1
   [junit4]   2> 1648715 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001
   [junit4]   2> 1648717 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1648720 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@679d8900{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1648722 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@11efe18b{SSL,[ssl, 
http/1.1]}{127.0.0.1:50195}
   [junit4]   2> 1648722 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server Started @1652544ms
   [junit4]   2> 1648722 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=50195, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores}
   [junit4]   2> 1648722 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1648722 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1648722 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1648722 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1648722 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-11T01:47:44.185Z
   [junit4]   2> 1648731 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1648731 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/solr.xml
   [junit4]   2> 1648736 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1648737 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1648743 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1648753 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:50195_xi%2Fpw
   [junit4]   2> 1648756 INFO  
(zkCallback-2788-thread-3-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1648756 INFO  (zkCallback-2792-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1648776 INFO  
(zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (1) -> (2)
   [junit4]   2> 1648826 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores
   [junit4]   2> 1648826 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1648828 INFO  
(OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1649839 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1649850 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1649935 WARN  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1649937 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1649950 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1649950 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1649951 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1649951 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, 
floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1649954 WARN  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1649961 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1649961 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1649962 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1649962 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1649962 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1649962 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@5edf2ba5[collection1] main]
   [junit4]   2> 1649963 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1649963 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1649963 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1649963 INFO  
(coreLoadExecutor-7396-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553382365384933376
   [junit4]   2> 1649966 INFO  
(searcherExecutor-7397-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@5edf2ba5[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1649968 INFO  
(coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1649968 INFO  
(coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
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> 1649968 INFO  
(coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync 
replicas to https://127.0.0.1:50195/xi/pw/collection1/
   [junit4]   2> 1649968 INFO  
(coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1649968 INFO  
(coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:50195/xi/pw/collection1/ has no replicas
   [junit4]   2> 1649971 INFO  
(coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
c:collection1 s:shard2 r:core_node1 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:50195/xi/pw/collection1/ shard2
   [junit4]   2> 1650122 INFO  
(coreZkRegister-7391-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node1) [n:127.0.0.1:50195_xi%2Fpw 
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 1650432 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores/collection1
   [junit4]   2> 1650433 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001
   [junit4]   2> 1650434 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1650435 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3623f22e{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1650436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4e9da4e7{SSL,[ssl, 
http/1.1]}{127.0.0.1:43218}
   [junit4]   2> 1650436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server Started @1654258ms
   [junit4]   2> 1650436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=43218, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores}
   [junit4]   2> 1650436 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1650437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1650437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1650437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1650437 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-11T01:47:45.900Z
   [junit4]   2> 1650439 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1650439 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/solr.xml
   [junit4]   2> 1650447 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1650448 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1650453 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1650455 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43218_xi%2Fpw
   [junit4]   2> 1650457 INFO  
(zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1650457 INFO  (zkCallback-2792-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1650457 INFO  
(zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1650473 INFO  
(zkCallback-2803-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (2) -> (3)
   [junit4]   2> 1650511 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores
   [junit4]   2> 1650511 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1650513 INFO  
(OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1651520 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1651532 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1651657 WARN  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1651659 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1651667 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1651667 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-2-001/cores/collection1/data/]
   [junit4]   2> 1651667 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1651668 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, 
floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1651671 WARN  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1651677 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1651677 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1651677 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1651677 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1651678 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1651678 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@52102a2a[collection1] main]
   [junit4]   2> 1651678 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1651679 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1651679 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1651679 INFO  
(coreLoadExecutor-7407-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553382367184289792
   [junit4]   2> 1651682 INFO  
(searcherExecutor-7408-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@52102a2a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1651685 INFO  
(coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1651685 INFO  
(coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
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> 1651685 INFO  
(coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync 
replicas to https://127.0.0.1:43218/xi/pw/collection1/
   [junit4]   2> 1651685 INFO  
(coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy Sync 
Success - now sync replicas to me
   [junit4]   2> 1651685 INFO  
(coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.SyncStrategy 
https://127.0.0.1:43218/xi/pw/collection1/ has no replicas
   [junit4]   2> 1651687 INFO  
(coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
c:collection1 s:shard1 r:core_node2 x:collection1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:43218/xi/pw/collection1/ shard1
   [junit4]   2> 1651792 INFO  
(coreZkRegister-7402-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node2) [n:127.0.0.1:43218_xi%2Fpw 
c:collection1 s:shard1 r:core_node2 x:collection1] o.a.s.c.ZkController I am 
the leader, no recovery necessary
   [junit4]   2> 1652095 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores/collection1
   [junit4]   2> 1652096 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001
   [junit4]   2> 1652097 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1652098 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2d40d433{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1652099 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@13e8ca72{SSL,[ssl, 
http/1.1]}{127.0.0.1:42005}
   [junit4]   2> 1652099 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server Started @1655921ms
   [junit4]   2> 1652099 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=42005, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores}
   [junit4]   2> 1652100 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1652100 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1652100 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1652100 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1652100 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-11T01:47:47.563Z
   [junit4]   2> 1652103 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1652103 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/solr.xml
   [junit4]   2> 1652131 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1652131 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1652137 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 1652139 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42005_xi%2Fpw
   [junit4]   2> 1652140 INFO  
(zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1652140 INFO  (zkCallback-2792-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1652140 INFO  
(zkCallback-2803-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1652141 INFO  
(zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1652150 INFO  
(zkCallback-2809-thread-2-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (3) -> (4)
   [junit4]   2> 1652189 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores
   [junit4]   2> 1652190 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1652191 INFO  
(OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard2
   [junit4]   2> 1653208 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1653234 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1653851 WARN  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1653853 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1653860 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1653860 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-3-001/cores/collection1/data/]
   [junit4]   2> 1653861 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1653861 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, 
floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1653865 WARN  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1653872 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1653872 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1653872 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1653872 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1653872 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1653873 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@4dd79257[collection1] main]
   [junit4]   2> 1653874 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1653874 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1653874 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1653875 INFO  
(searcherExecutor-7419-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@4dd79257[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1653875 INFO  
(coreLoadExecutor-7418-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw c:collection1 s:shard2 r:core_node3 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553382369486962688
   [junit4]   2> 1653879 INFO  
(coreZkRegister-7413-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController Core 
needs to recover:collection1
   [junit4]   2> 1653880 INFO  
(updateExecutor-2806-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 1653880 INFO  
(recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1653880 INFO  
(recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 1653880 INFO  
(recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 1653880 INFO  
(recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
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> 1653880 INFO  
(recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[https://127.0.0.1:50195/xi/pw/collection1/] and I am 
[https://127.0.0.1:42005/xi/pw/collection1/]
   [junit4]   2> 1653884 INFO  
(recoveryExecutor-2807-thread-1-processing-n:127.0.0.1:42005_xi%2Fpw 
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:42005_xi%2Fpw 
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy 
Sending prep recovery command to [https://127.0.0.1:50195/xi/pw]; 
[WaitForState: 
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42005_xi%252Fpw&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 1653954 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw 
   ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, 
state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw 
   ] o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1 
(shard2 of collection1) have state: recovering
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw 
   ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): 
collection=collection1, shard=shard2, thisCore=collection1, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:42005_xi%2Fpw, 
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps: 
core_node3:{"core":"collection1","base_url":"https://127.0.0.1:42005/xi/pw","node_name":"127.0.0.1:42005_xi%2Fpw","state":"recovering"}
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw 
   ] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: 
recovering, checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 1653955 INFO  (qtp1720012265-15748) [n:127.0.0.1:50195_xi%2Fpw 
   ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:42005_xi%252Fpw&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 1654401 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.SolrTestCaseJ4 Writing core.properties file to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores/collection1
   [junit4]   2> 1654401 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001
   [junit4]   2> 1654402 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server jetty-9.3.14.v20161028
   [junit4]   2> 1654403 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1d8f13fc{/xi/pw,null,AVAILABLE}
   [junit4]   2> 1654405 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@525358e8{SSL,[ssl, 
http/1.1]}{127.0.0.1:57875}
   [junit4]   2> 1654405 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.e.j.s.Server Started @1658227ms
   [junit4]   2> 1654405 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/xi/pw, hostPort=57875, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores}
   [junit4]   2> 1654406 ERROR 
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1654406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
6.4.0
   [junit4]   2> 1654406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1654406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1654406 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2016-12-11T01:47:49.869Z
   [junit4]   2> 1654409 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 1654409 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/solr.xml
   [junit4]   2> 1654413 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
socketTimeout=340000&connTimeout=45000&retry=true
   [junit4]   2> 1654415 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44982/solr
   [junit4]   2> 1654436 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 1654439 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57875_xi%2Fpw
   [junit4]   2> 1654440 INFO  
(zkCallback-2809-thread-2-processing-n:127.0.0.1:42005_xi%2Fpw) 
[n:127.0.0.1:42005_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1654440 INFO  
(zkCallback-2803-thread-1-processing-n:127.0.0.1:43218_xi%2Fpw) 
[n:127.0.0.1:43218_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1654440 INFO  
(zkCallback-2788-thread-1-processing-n:127.0.0.1:45611_xi%2Fpw) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1654440 INFO  (zkCallback-2792-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1654441 INFO  
(zkCallback-2797-thread-1-processing-n:127.0.0.1:50195_xi%2Fpw) 
[n:127.0.0.1:50195_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1654441 INFO  
(zkCallback-2816-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (4) -> (5)
   [junit4]   2> 1654475 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores
   [junit4]   2> 1654475 INFO  
(TEST-TestDynamicLoading.testDynamicLoading-seed#[2226B1F0BB424122]) 
[n:127.0.0.1:57875_xi%2Fpw    ] o.a.s.c.CorePropertiesLocator Cores are: 
[collection1]
   [junit4]   2> 1654476 INFO  
(OverseerStateUpdate-97086397695131653-127.0.0.1:45611_xi%2Fpw-n_0000000000) 
[n:127.0.0.1:45611_xi%2Fpw    ] o.a.s.c.o.ReplicaMutator Assigning new node to 
shard shard=shard1
   [junit4]   2> 1655487 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 6.4.0
   [junit4]   2> 1655503 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] Schema name=test
   [junit4]   2> 1655615 WARN  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
[collection1] default search field in schema is text. WARNING: Deprecated, 
please use 'df' on request instead.
   [junit4]   2> 1655617 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 1655628 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1   x:collection1] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1655629 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores/collection1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_2226B1F0BB424122-001/shard-4-001/cores/collection1/data/]
   [junit4]   2> 1655629 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX 
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@7e756ed3
   [junit4]   2> 1655630 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=29, maxMergeAtOnceExplicit=20, maxMergedSegmentMB=29.24609375, 
floorSegmentMB=1.26953125, forceMergeDeletesPctAllowed=5.325961163857907, 
segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1655633 WARN  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 1655641 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 1655641 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1655642 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1655642 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1655642 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: 
minMergeSize=1000, mergeFactor=48, maxMergeSize=9223372036854775807, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.0]
   [junit4]   2> 1655642 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.s.SolrIndexSearcher Opening [Searcher@6a05a51a[collection1] main]
   [junit4]   2> 1655644 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 1655644 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1655644 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1655646 INFO  
(searcherExecutor-7430-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.SolrCore 
[collection1] Registered new searcher Searcher@6a05a51a[collection1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1655646 INFO  
(coreLoadExecutor-7429-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw) 
[n:127.0.0.1:57875_xi%2Fpw c:collection1 s:shard1 r:core_node4 x:collection1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1553382371343990784
   [junit4]   2> 1655651 INFO  
(coreZkRegister-7424-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.ZkController Core 
needs to recover:collection1
   [junit4]   2> 1655652 INFO  
(updateExecutor-2813-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.DefaultSolrCoreState 
Running recovery
   [junit4]   2> 1655652 INFO  
(recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy 
Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 1655652 INFO  
(recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy 
###### startupVersions=[[]]
   [junit4]   2> 1655652 INFO  
(recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy 
Begin buffering updates. core=[collection1]
   [junit4]   2> 1655652 INFO  
(recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.u.UpdateLog Starting 
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 1655652 INFO  
(recoveryExecutor-2814-thread-1-processing-n:127.0.0.1:57875_xi%2Fpw 
x:collection1 s:shard1 c:collection1 r:core_node4) [n:127.0.0.1:57875_xi%2Fpw 
c:collection1 s:shard1 r:core_node4 x:collection1] o.a.s.c.RecoveryStrategy 
Publishing state of core [collection1] as recovering, leader is 
[https://127.0.0.1

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

figs/managed-config/managed-schema
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
   [junit4]   2>        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]   2>        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]   2>        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety$SuspendingZkClient.getData(TestManagedSchemaThreadSafety.java:74)
   [junit4]   2>        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
   [junit4]   2>        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:156)
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]   2>        at java.lang.Thread.run(Thread.java:745)
   [junit4]   2> 1759333 INFO  
(TEST-TestManagedSchemaThreadSafety.testThreadSafety-seed#[2226B1F0BB424122]) [ 
   ] o.a.s.SolrTestCaseJ4 ###Ending testThreadSafety
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestManagedSchemaThreadSafety -Dtests.method=testThreadSafety 
-Dtests.seed=2226B1F0BB424122 -Dtests.multiplier=2 -Dtests.slow=true 
-Dtests.locale=ar -Dtests.timezone=Europe/Uzhgorod -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   3.29s J2 | TestManagedSchemaThreadSafety.testThreadSafety 
<<<
   [junit4]    > Throwable #1: java.util.concurrent.ExecutionException: 
java.lang.RuntimeException: org.apache.solr.common.SolrException: Error 
attempting to access /configs/managed-config/managed-schema
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([2226B1F0BB424122:B86CA5A868DDF3D4]:0)
   [junit4]    >        at 
java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]    >        at 
java.util.concurrent.FutureTask.get(FutureTask.java:192)
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety.testThreadSafety(TestManagedSchemaThreadSafety.java:126)
   [junit4]    >        at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.RuntimeException: 
org.apache.solr.common.SolrException: Error attempting to access 
/configs/managed-config/managed-schema
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:159)
   [junit4]    >        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
   [junit4]    >        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]    >        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
   [junit4]    >        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
   [junit4]    >        ... 1 more
   [junit4]    > Caused by: org.apache.solr.common.SolrException: Error 
attempting to access /configs/managed-config/managed-schema
   [junit4]    >        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:141)
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety.lambda$indexSchemaLoader$0(TestManagedSchemaThreadSafety.java:156)
   [junit4]    >        ... 6 more
   [junit4]    > Caused by: 
org.apache.zookeeper.KeeperException$ConnectionLossException: KeeperErrorCode = 
ConnectionLoss for /configs/managed-config/managed-schema
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:99)
   [junit4]    >        at 
org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
   [junit4]    >        at 
org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1155)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:356)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:353)
   [junit4]    >        at 
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
   [junit4]    >        at 
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:353)
   [junit4]    >        at 
org.apache.solr.schema.TestManagedSchemaThreadSafety$SuspendingZkClient.getData(TestManagedSchemaThreadSafety.java:74)
   [junit4]    >        at 
org.apache.solr.schema.ManagedIndexSchemaFactory.create(ManagedIndexSchemaFactory.java:126)
   [junit4]    >        ... 7 more
   [junit4]   2> 1759336 INFO  
(SUITE-TestManagedSchemaThreadSafety-seed#[2226B1F0BB424122]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39256 39256
   [junit4]   2> 1759437 INFO  (Thread-3800) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39256 39256
   [junit4]   2> 1759438 INFO  
(SUITE-TestManagedSchemaThreadSafety-seed#[2226B1F0BB424122]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-6.x/solr/build/solr-core/test/J2/temp/solr.schema.TestManagedSchemaThreadSafety_2226B1F0BB424122-001
   [junit4]   2> Dec 11, 2016 1:49:33 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=ar, 
timezone=Europe/Uzhgorod
   [junit4]   2> NOTE: Linux 3.13.0-85-generic amd64/Oracle Corporation 
1.8.0_102 (64-bit)/cpus=4,threads=1,free=334963408,total=530055168
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldTypeResource, 
TestSolrConfigHandlerConcurrent, TestRebalanceLeaders, SpatialRPTFieldTypeTest, 
SegmentsInfoRequestHandlerTest, ResponseLogComponentTest, 
SaslZkACLProviderTest, TestSolrQueryParser, ConnectionReuseTest, 
SimpleFacetsTest, TestLeaderInitiatedRecoveryThread, 
AddSchemaFieldsUpdateProcessorFactoryTest, AnalyticsMergeStrategyTest, 
TestNumericTerms32, TestIndexSearcher, TestInitQParser, LukeRequestHandlerTest, 
CollectionsAPISolrJTest, SolrCoreCheckLockOnStartupTest, 
HighlighterMaxOffsetTest, SpellPossibilityIteratorTest, SuggestComponentTest, 
TestPerFieldSimilarityClassic, FullSolrCloudDistribCmdsTest, RecoveryZkTest, 
AddBlockUpdateTest, TestSchemaSimilarityResource, MinimalSchemaTest, 
TestCollationField, TestSolrDeletionPolicy1, DistribCursorPagingTest, 
SolrPluginUtilsTest, TestHdfsCloudBackupRestore, DirectoryFactoryTest, 
TestManagedSchema, SOLR749Test, BooleanFieldTest, TestFieldCacheSanityChecker, 
TestBulkSchemaAPI, CircularListTest, PKIAuthenticationIntegrationTest, 
UpdateParamsTest, TestTolerantUpdateProcessorCloud, TestDFRSimilarityFactory, 
LeaderFailoverAfterPartitionTest, TestDocTermOrds, TestBlobHandler, 
TestCollectionAPI, SuggesterTSTTest, WrapperMergePolicyFactoryTest, 
QueryResultKeyTest, PingRequestHandlerTest, TestCloudDeleteByQuery, 
DistributedExpandComponentTest, BigEndianAscendingWordSerializerTest, 
OpenExchangeRatesOrgProviderTest, TestMiniSolrCloudCluster, SuggesterWFSTTest, 
HdfsWriteToMultipleCollectionsTest, DocValuesMultiTest, TestRecovery, 
TestLFUCache, TestJavabinTupleStreamParser, TestJmxMonitoredMap, 
TestOnReconnectListenerSupport, SharedFSAutoReplicaFailoverUtilsTest, 
TestExceedMaxTermLength, ZkStateReaderTest, HdfsThreadLeakTest, 
BlockJoinFacetDistribTest, LeaderInitiatedRecoveryOnShardRestartTest, 
ConnectionManagerTest, TestPhraseSuggestions, TestCoreDiscovery, OverseerTest, 
TestMergePolicyConfig, DistributedSuggestComponentTest, SmileWriterTest, 
BadIndexSchemaTest, DOMUtilTest, TestExportWriter, UnloadDistributedZkTest, 
StatelessScriptUpdateProcessorFactoryTest, TestOrdValues, CdcrBootstrapTest, 
TestReload, TestSizeLimitedDistributedMap, SolrCloudExampleTest, 
BasicDistributedZk2Test, RequestHandlersTest, 
DocExpirationUpdateProcessorFactoryTest, TestSolrJ, TestManagedResource, 
DistributedFacetPivotLongTailTest, TestPostingsSolrHighlighter, 
TestFieldCacheVsDocValues, TestNRTOpen, TestSolrCloudSnapshots, 
TimeZoneUtilsTest, RestartWhileUpdatingTest, ForceLeaderTest, 
TestSchemaManager, CoreAdminHandlerTest, SuggesterTest, 
TestAnalyzedSuggestions, TermVectorComponentDistributedTest, 
CollectionStateFormat2Test, CollectionsAPIAsyncDistributedZkTest, 
DistribJoinFromCollectionTest, DistributedVersionInfoTest, 
LeaderInitiatedRecoveryOnCommitTest, MultiThreadedOCPTest, OverseerRolesTest, 
RemoteQueryErrorTest, ReplicationFactorTest, SSLMigrationTest, 
SimpleCollectionCreateDeleteTest, SolrXmlInZkTest, TestClusterProperties, 
TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, 
TestLocalFSCloudBackupRestore, TestRequestStatusCollectionAPI, 
TestStressLiveNodes, TestImplicitCoreProperties, TestReloadAndDeleteDocs, 
TestSolrConfigHandler, TestSolrDynamicMBean, RequestLoggingTest, 
TestHdfsBackupRestoreCore, TestSQLHandler, TestExpandComponent, 
TestTrackingShardHandlerFactory, TestDefaultSearchFieldResource, 
TestDynamicFieldCollectionResource, TestDynamicFieldResource, 
TestFieldResource, TestSchemaNameResource, TestSolrQueryParserResource, 
TestManagedStopFilterFactory, TestCloudManagedSchema, TestManagedSchemaAPI, 
TestManagedSchemaThreadSafety]
   [junit4] Completed [576/660 (2!)] on J2 in 3.83s, 1 test, 1 error <<< 
FAILURES!

[...truncated 62653 lines...]


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

Reply via email to