You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2016/04/17 01:32:34 UTC

[JENKINS-EA] Lucene-Solr-master-Linux (64bit/jdk-9-ea+113) - Build # 16522 - Failure!

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16522/
Java: 64bit/jdk-9-ea+113 -XX:+UseCompressedOops -XX:+UseG1GC -XX:-CompactStrings

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestStressLiveNodes

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
	at __randomizedtesting.SeedInfo.seed([D3B7FF45A530B02E]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a non-public member of class java.lang.reflect.Module accessible
	at sun.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:420)
	at java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
	at java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
	at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
	at java.security.AccessController.doPrivileged(java.base@9-ea/Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
	... 13 more


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":"",     "path":"/test1",     "httpMethod":"GET"},   "class":"org.apache.solr.core.BlobStoreTestRequestHandler",   "x":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":"",
    "path":"/test1",
    "httpMethod":"GET"},
  "class":"org.apache.solr.core.BlobStoreTestRequestHandler",
  "x":null}
	at __randomizedtesting.SeedInfo.seed([D3B7FF45A530B02E:BFAD21252ED158E]: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:458)
	at org.apache.solr.core.TestDynamicLoading.testDynamicLoading(TestDynamicLoading.java:233)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(java.base@9-ea/Method.java:531)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1764)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:871)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:907)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:921)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:367)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:809)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:460)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:880)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:781)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:816)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:827)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java: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(java.base@9-ea/Thread.java:804)




Build Log:
[...truncated 11886 lines...]
   [junit4] Suite: org.apache.solr.core.TestDynamicLoading
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/init-core-data-001
   [junit4]   2> 1095591 INFO  (SUITE-TestDynamicLoading-seed#[D3B7FF45A530B02E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1095592 INFO  (SUITE-TestDynamicLoading-seed#[D3B7FF45A530B02E]-worker) [    ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 1095593 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1095594 INFO  (Thread-2311) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1095594 INFO  (Thread-2311) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1095694 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkTestServer start zk server on port:42974
   [junit4]   2> 1095694 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1095694 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1095706 INFO  (zkCallback-1050-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@70b8787c name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1095707 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1095707 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1095707 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /solr
   [junit4]   2> 1095709 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1095710 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1095710 INFO  (zkCallback-1051-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@30c0bd71 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1095710 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1095710 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1095710 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1
   [junit4]   2> 1095711 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/shards
   [junit4]   2> 1095712 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection
   [junit4]   2> 1095712 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/shards
   [junit4]   2> 1095712 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1095712 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.xml
   [junit4]   2> 1095713 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1095713 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/schema.xml
   [junit4]   2> 1095714 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1095714 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1095715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1095715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/stopwords.txt
   [junit4]   2> 1095715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1095715 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/protwords.txt
   [junit4]   2> 1095716 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1095716 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/currency.xml
   [junit4]   2> 1095716 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1095716 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/enumsConfig.xml
   [junit4]   2> 1095718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1095718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1095718 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1095719 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1095719 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1095719 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/old_synonyms.txt
   [junit4]   2> 1095720 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractZkTestCase put /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1095720 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /configs/conf1/synonyms.txt
   [junit4]   2> 1095786 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1
   [junit4]   2> 1095787 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1095788 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1378c335{/,null,AVAILABLE}
   [junit4]   2> 1095789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.ServerConnector Started ServerConnector@241eda27{HTTP/1.1,[http/1.1]}{127.0.0.1:43614}
   [junit4]   2> 1095789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.Server Started @1098059ms
   [junit4]   2> 1095789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/tempDir-001/control/data, hostContext=/, hostPort=43614, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores}
   [junit4]   2> 1095789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6e3c1e69
   [junit4]   2> 1095789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001'
   [junit4]   2> 1095789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1095789 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1095790 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1095790 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1095791 INFO  (zkCallback-1052-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b60529d name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1095791 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1095792 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1095792 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1095792 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/solr.xml
   [junit4]   2> 1095796 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores
   [junit4]   2> 1095796 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer New CoreContainer 1634039406
   [junit4]   2> 1095796 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001]
   [junit4]   2> 1095796 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/lib
   [junit4]   2> 1095796 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1095798 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1095798 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1095798 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1095798 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42974/solr
   [junit4]   2> 1095798 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1095798 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1095799 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1095799 INFO  (zkCallback-1055-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2a1aa7ed name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1095799 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1095800 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1095800 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$115/1455193154@494601d5
   [junit4]   2> 1095800 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1095801 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ffa1957 name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1095801 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1095802 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1095802 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1095806 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1095807 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1095808 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1095808 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1095809 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1095809 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1095810 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1095810 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1095811 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1095812 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1095812 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1095813 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1095813 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95738182918406148-127.0.0.1:43614_-n_0000000000
   [junit4]   2> 1095813 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:43614_
   [junit4]   2> 1095814 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1095814 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.Overseer Overseer (id=95738182918406148-127.0.0.1:43614_-n_0000000000) starting
   [junit4]   2> 1095815 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1095818 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1095818 INFO  (OverseerCollectionConfigSetProcessor-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 1095818 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43614_
   [junit4]   2> 1095818 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1095819 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:43614_
   [junit4]   2> 1095822 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1095822 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1095822 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1095825 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1095826 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1095826 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores
   [junit4]   2> 1095827 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=control_collection, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1095827 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1
   [junit4]   2> 1095827 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1095828 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1095828 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1095828 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1095828 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1095829 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43614",
   [junit4]   2>   "node_name":"127.0.0.1:43614_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 1095829 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1095829 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43614",
   [junit4]   2>   "node_name":"127.0.0.1:43614_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1095830 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: control_collection
   [junit4]   2> 1095830 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
   [junit4]   2> 1095830 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1096829 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1096830 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:control_collection
   [junit4]   2> 1096830 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1096830 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1096830 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1096830 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1'
   [junit4]   2> 1096830 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1096830 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1096831 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1096834 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1096836 WARN  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1096837 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1096842 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1096845 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1096892 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1096895 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1096896 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1096899 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1096900 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1096901 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1096902 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1096902 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1096902 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection control_collection
   [junit4]   2> 1096902 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1096902 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/]
   [junit4]   2> 1096903 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4eb136c5
   [junit4]   2> 1096961 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data
   [junit4]   2> 1096961 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/index/
   [junit4]   2> 1096961 WARN  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1096961 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/index
   [junit4]   2> 1096961 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1096961 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3e8994e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@284aa9a1),segFN=segments_1,generation=1}
   [junit4]   2> 1096962 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1096962 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/
   [junit4]   2> 1096962 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/control-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1096963 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1096963 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1096963 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1096963 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1096963 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1096963 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1096964 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1096964 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1096964 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1096964 WARN  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1096965 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096965 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096965 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096966 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1096967 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1096967 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1096967 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1096968 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1096968 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1096968 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1096968 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1096968 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@3e8994e6 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@284aa9a1),segFN=segments_1,generation=1}
   [junit4]   2> 1096968 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1096968 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@51ecefbc[collection1] main]
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/control_collection]
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/control_collection] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1096969 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1096970 INFO  (searcherExecutor-2836-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@51ecefbc[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1096970 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1096970 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1096970 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1096970 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531810928137338880
   [junit4]   2> 1096972 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531810928137338880
   [junit4]   2> 1096972 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1096972 INFO  (coreLoadExecutor-2835-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1096972 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:43614 collection:control_collection shard:shard1
   [junit4]   2> 1096973 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leader_elect/shard1/election
   [junit4]   2> 1096973 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/control_collection/leader_elect/shard1/election/95738182918406148-core_node1-n_0000000000
   [junit4]   2> 1096974 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard1 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1096974 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1096974 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1096974 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:43614/collection1/
   [junit4]   2> 1096974 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1096974 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:43614/collection1/ has no replicas
   [junit4]   2> 1096974 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection"} current state version: 1
   [junit4]   2> 1096974 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/control_collection/leaders/shard1
   [junit4]   2> 1096975 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/control_collection/leaders/shard1/leader after winning as /collections/control_collection/leader_elect/shard1/election/95738182918406148-core_node1-n_0000000000
   [junit4]   2> 1097002 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:43614/collection1/ shard1
   [junit4]   2> 1097002 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "base_url":"http://127.0.0.1:43614",
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "state":"active"} current state version: 1
   [junit4]   2> 1097103 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1097152 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ZkController We are http://127.0.0.1:43614/collection1/ and leader is http://127.0.0.1:43614/collection1/
   [junit4]   2> 1097171 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ZkController No LogReplay needed for core=collection1 baseURL=http://127.0.0.1:43614
   [junit4]   2> 1097171 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1097172 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ZkController publishing state=active
   [junit4]   2> 1097172 INFO  (coreZkRegister-2829-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1097172 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43614",
   [junit4]   2>   "node_name":"127.0.0.1:43614_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"} current state version: 2
   [junit4]   2> 1097173 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "core_node_name":"core_node1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:43614",
   [junit4]   2>   "node_name":"127.0.0.1:43614_",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"control_collection",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1097274 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1097329 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:42974/solr
   [junit4]   2> 1097330 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1097330 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1097332 INFO  (zkCallback-1058-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@6003b6bc name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1097332 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1097332 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1097332 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1097333 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1097333 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 1097399 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1
   [junit4]   2> 1097400 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001
   [junit4]   2> 1097400 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1097401 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@44c01d53{/,null,AVAILABLE}
   [junit4]   2> 1097402 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.ServerConnector Started ServerConnector@5b7481c7{HTTP/1.1,[http/1.1]}{127.0.0.1:35951}
   [junit4]   2> 1097403 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.e.j.s.Server Started @1099673ms
   [junit4]   2> 1097403 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/tempDir-001/jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=35951, coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores}
   [junit4]   2> 1097403 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@6e3c1e69
   [junit4]   2> 1097403 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001'
   [junit4]   2> 1097404 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1097404 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1097404 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1097404 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1097405 INFO  (zkCallback-1059-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@642694cc name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1097405 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1097405 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1097406 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1097406 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/solr.xml
   [junit4]   2> 1097410 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores
   [junit4]   2> 1097410 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer New CoreContainer 661729938
   [junit4]   2> 1097410 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001]
   [junit4]   2> 1097410 WARN  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/lib
   [junit4]   2> 1097411 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 1097412 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1097413 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1097413 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1097413 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42974/solr
   [junit4]   2> 1097413 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1097413 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1097413 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1097414 INFO  (zkCallback-1062-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@51019c2f name:ZooKeeperConnection Watcher:127.0.0.1:42974 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1097414 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1097414 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1097414 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$115/1455193154@617107e4
   [junit4]   2> 1097414 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1097415 INFO  (zkCallback-1063-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@280dbcaa name:ZooKeeperConnection Watcher:127.0.0.1:42974/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1097415 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1097417 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1097417 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1097418 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1097418 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95738182918406152-127.0.0.1:35951_-n_0000000001
   [junit4]   2> 1097419 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.LeaderElector Watching path /overseer_elect/election/95738182918406148-127.0.0.1:43614_-n_0000000000 to know if I could be the leader
   [junit4]   2> 1097419 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35951_ as DOWN
   [junit4]   2> 1097420 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:35951_"} current state version: 3
   [junit4]   2> 1097420 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:35951_
   [junit4]   2> 1097521 INFO  (zkCallback-1058-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1097521 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1097521 INFO  (zkCallback-1063-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1098420 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35951_
   [junit4]   2> 1098420 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:35951_
   [junit4]   2> 1098421 INFO  (zkCallback-1063-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1098421 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1098421 INFO  (zkCallback-1058-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1098421 INFO  (zkCallback-1063-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1098421 INFO  (zkCallback-1058-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1098421 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1098425 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 1098425 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1098425 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores
   [junit4]   2> 1098425 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CoreDescriptor Created CoreDescriptor: {name=collection1, config=solrconfig.xml, transient=false, schema=schema.xml, loadOnStartup=true, configSetProperties=configsetprops.json, collection=collection1, coreNodeName=, dataDir=data/, shard=}
   [junit4]   2> 1098425 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Found core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1
   [junit4]   2> 1098426 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.c.CorePropertiesLocator Found 1 core definitions
   [junit4]   2> 1098426 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1098426 INFO  (TEST-TestDynamicLoading.testDynamicLoading-seed#[D3B7FF45A530B02E]) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1098426 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ZkController publishing state=down
   [junit4]   2> 1098426 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ZkController numShards not found on descriptor - reading it from system property
   [junit4]   2> 1098427 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ZkController look for our core node name
   [junit4]   2> 1098427 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35951",
   [junit4]   2>   "node_name":"127.0.0.1:35951_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"} current state version: 4
   [junit4]   2> 1098427 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Update state numShards=2 message={
   [junit4]   2>   "core":"collection1",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:35951",
   [junit4]   2>   "node_name":"127.0.0.1:35951_",
   [junit4]   2>   "numShards":"2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":null,
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 1098427 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.ClusterStateMutator building a new cName: collection1
   [junit4]   2> 1098427 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
   [junit4]   2> 1098528 INFO  (zkCallback-1063-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1098528 INFO  (zkCallback-1056-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1098528 INFO  (zkCallback-1058-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/clusterstate.json], has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1099427 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ZkController waiting to find shard id in clusterstate for collection1
   [junit4]   2> 1099427 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ZkController Check for collection zkNode:collection1
   [junit4]   2> 1099427 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ZkController Collection zkNode exists
   [junit4]   2> 1099427 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1099428 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1099428 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1'
   [junit4]   2> 1099428 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1099428 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 1099429 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.Config loaded config solrconfig.xml with version 0 
   [junit4]   2> 1099432 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrConfig current version of requestparams : -1
   [junit4]   2> 1099434 WARN  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.Config Beginning with Solr 5.5, <mergePolicy> is deprecated, use <mergePolicyFactory> instead.
   [junit4]   2> 1099435 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
   [junit4]   2> 1099440 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrConfig Loaded SolrConfig: solrconfig.xml
   [junit4]   2> 1099444 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1099505 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Initialized with rates=open-exchange-rates.json, refreshInterval=1440.
   [junit4]   2> 1099508 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.IndexSchema default search field in schema is text
   [junit4]   2> 1099510 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.IndexSchema unique key field: id
   [junit4]   2> 1099515 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1099516 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.FileExchangeRateProvider Reloading exchange rates from file currency.xml
   [junit4]   2> 1099517 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1099518 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.OpenExchangeRatesOrgProvider Reloading exchange rates from open-exchange-rates.json
   [junit4]   2> 1099518 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ConfigSetProperties Did not find ConfigSet properties, assuming default properties: Can't find resource 'configsetprops.json' in classpath or '/configs/conf1', cwd=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1099518 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from collection collection1
   [junit4]   2> 1099518 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrCore org.apache.solr.core.MockDirectoryFactory
   [junit4]   2> 1099519 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/]
   [junit4]   2> 1099519 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX Server: com.sun.jmx.mbeanserver.JmxMBeanServer@4eb136c5
   [junit4]   2> 1099519 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data
   [junit4]   2> 1099520 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrCore New index directory detected: old=null new=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/index/
   [junit4]   2> 1099520 WARN  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrCore [collection1] Solr index directory '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/index' doesn't exist. Creating new index...
   [junit4]   2> 1099520 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.CachingDirectoryFactory return new directory for /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/index
   [junit4]   2> 1099520 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=49, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 1099520 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onCommit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@e72a697 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca50d79),segFN=segments_1,generation=1}
   [junit4]   2> 1099520 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1099520 INFO  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.SolrCore Looking for old index directories to cleanup for core collection1 in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/
   [junit4]   2> 1099521 WARN  (OldIndexDirectoryCleanupThreadForCore-collection1) [    ] o.a.s.c.DirectoryFactory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.core.TestDynamicLoading_D3B7FF45A530B02E-001/shard-1-001/cores/collection1/data/ does not point to a valid data directory; skipping clean-up of old index directories.
   [junit4]   2> 1099523 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "nodistrib"
   [junit4]   2> 1099524 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "dedupe"
   [junit4]   2> 1099524 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "dedupe"
   [junit4]   2> 1099524 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1099524 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "stored_sig"
   [junit4]   2> 1099524 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-explicit"
   [junit4]   2> 1099524 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain creating updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1099524 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.p.UpdateRequestProcessorChain inserting DistributedUpdateProcessorFactory into updateRequestProcessorChain "distrib-dup-test-chain-implicit"
   [junit4]   2> 1099525 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrCore no updateRequestProcessorChain defined as default, creating implicit default
   [junit4]   2> 1099525 WARN  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,args = {defaults={a=A,b=B}}}
   [junit4]   2> 1099527 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099528 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099529 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099530 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.h.l.XMLLoader xsltCacheLifetimeSeconds=60
   [junit4]   2> 1099532 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.RequestHandlers Registered paths: /admin/mbeans,standard,/dump,/update/csv,/sql,/update/json/docs,/admin/luke,/export,/admin/segments,/get,/admin/system,/replication,/admin/properties,/config,/stream,/schema,/admin/plugins,/admin/logging,/update/json,/admin/ping,/admin/threads,/update,/admin/file
   [junit4]   2> 1099532 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrCore Using default statsCache cache: org.apache.solr.search.stats.LocalStatsCache
   [junit4]   2> 1099532 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1099532 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1099544 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1099545 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1099546 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=28, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 1099546 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrDeletionPolicy SolrDeletionPolicy.onInit: commits: num=1
   [junit4]   2> 	commit{dir=MockDirectoryWrapper(RAMDirectory@e72a697 lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@1ca50d79),segFN=segments_1,generation=1}
   [junit4]   2> 1099546 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.SolrDeletionPolicy newest commit generation = 1
   [junit4]   2> 1099546 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2c0ff02b[collection1] main]
   [junit4]   2> 1099546 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.c.ZkStateReader Load collection config from: [/collections/collection1]
   [junit4]   2> 1099547 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.c.ZkStateReader path=[/collections/collection1] [configName]=[conf1] specified config exists in ZooKeeper
   [junit4]   2> 1099547 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.r.ManagedResourceStorage Setting up ZooKeeper-based storage for the RestManager with znodeBase: /configs/conf1
   [junit4]   2> 1099547 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 1099547 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.r.RestManager Initializing RestManager with initArgs: {}
   [junit4]   2> 1099547 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.r.ManagedResourceStorage Reading _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1099548 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.r.ManagedResourceStorage No data found for znode /configs/conf1/_rest_managed.json
   [junit4]   2> 1099548 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 1099548 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.r.RestManager Initializing 0 registered ManagedResources
   [junit4]   2> 1099548 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.h.ReplicationHandler Commits will be reserved for  10000
   [junit4]   2> 1099549 INFO  (searcherExecutor-2847-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@2c0ff02b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1099549 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.UpdateLog Looking up max value of version field to seed version buckets
   [junit4]   2> 1099549 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.VersionInfo Refreshing highest value of _version_ for 65536 version buckets from index
   [junit4]   2> 1099549 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.VersionInfo No terms found for _version_, cannot seed version bucket highest value from index
   [junit4]   2> 1099549 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1531810930841616384
   [junit4]   2> 1099551 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.u.UpdateLog Took 1.0ms to seed version buckets with highest version 1531810930841616384
   [junit4]   2> 1099551 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.ZkController watch zkdir /configs/conf1
   [junit4]   2> 1099551 INFO  (coreLoadExecutor-2846-thread-1) [    ] o.a.s.c.CoreContainer registering core: collection1
   [junit4]   2> 1099551 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.ZkController Register replica - core:collection1 address:http://127.0.0.1:35951 collection:collection1 shard:shard2
   [junit4]   2> 1099551 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections/collection1/leader_elect/shard2/election
   [junit4]   2> 1099553 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /collections/collection1/leader_elect/shard2/election/95738182918406152-core_node1-n_0000000000
   [junit4]   2> 1099553 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Running the leader process for shard=shard2 and weAreReplacement=false and leaderVoteWait=10000
   [junit4]   2> 1099553 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1099553 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1099553 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35951/collection1/
   [junit4]   2> 1099553 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 1099553 INFO  (coreZkRegister-2841-thread-1) [    ] o.a.s.c.SyncStrategy http://127.0.0.1:35951/collection1/ has no replicas
   [junit4]   2> 1099554 INFO  (OverseerStateUpdate-95738182918406148-127.0.0.1:43614_-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "o

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

.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (1)
   [junit4]   2> 1657410 INFO  (jetty-launcher-1994-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@27f6a840{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1657410 INFO  (jetty-launcher-1994-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1831585874
   [junit4]   2> 1657410 INFO  (jetty-launcher-1994-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:41158_solr as DOWN
   [junit4]   2> 1657411 INFO  (jetty-launcher-1994-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95738216281079811-127.0.0.1:41158_solr-n_0000000000) closing
   [junit4]   2> 1657411 INFO  (OverseerStateUpdate-95738216281079811-127.0.0.1:41158_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41158_solr
   [junit4]   2> 1657411 INFO  (zkCallback-2000-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1657412 WARN  (zkCallback-2000-thread-2) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 1657412 INFO  (jetty-launcher-1994-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@16f27b16{/solr,null,UNAVAILABLE}
   [junit4]   2> 1657413 INFO  (SUITE-TestStressLiveNodes-seed#[D3B7FF45A530B02E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37570 37570
   [junit4]   2> 1657447 INFO  (Thread-4602) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:37570 37570
   [junit4]   2> 1657448 WARN  (Thread-4602) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 1657448 INFO  (SUITE-TestStressLiveNodes-seed#[D3B7FF45A530B02E]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Apr 16, 2016 11:28:20 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 23 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, locale=naq, timezone=Etc/GMT-8
   [junit4]   2> NOTE: Linux 4.2.0-34-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=163392736,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [TestSearchPerf, TestReversedWildcardFilterFactory, QueryParsingTest, BadIndexSchemaTest, PrimitiveFieldTypeTest, RecoveryZkTest, JavabinLoaderTest, TestDFISimilarityFactory, OverseerTaskQueueTest, CoreAdminCreateDiscoverTest, TestCSVResponseWriter, TestJmxMonitoredMap, FullSolrCloudDistribCmdsTest, RequestLoggingTest, TestSchemaSimilarityResource, TestCustomDocTransformer, UUIDUpdateProcessorFallbackTest, SuggesterTest, HLLUtilTest, TestSolrQueryParser, TestSolrQueryParserDefaultOperatorResource, TestExactSharedStatsCache, TestSortByMinMaxFunction, SSLMigrationTest, TestWriterPerf, TestSQLHandler, TestLeaderInitiatedRecoveryThread, TestSolrJ, TestIndexSearcher, ScriptEngineTest, TestPostingsSolrHighlighter, DirectoryFactoryTest, SuggesterWFSTTest, TestCustomSort, TestUtils, DistributedFacetPivotLongTailTest, CircularListTest, ReplicationFactorTest, TestScoreJoinQPNoScore, LeaderElectionTest, TestHashQParserPlugin, TestIndexingPerformance, TestReRankQParserPlugin, AddBlockUpdateTest, TestFastWriter, HdfsThreadLeakTest, TestElisionMultitermQuery, TestUseDocValuesAsStored, StatelessScriptUpdateProcessorFactoryTest, MultiThreadedOCPTest, TestDefaultSearchFieldResource, TestReload, DistribJoinFromCollectionTest, TestSolr4Spatial2, XmlUpdateRequestHandlerTest, SolrCloudExampleTest, ChangedSchemaMergeTest, ResponseHeaderTest, HardAutoCommitTest, SolrTestCaseJ4Test, SharedFSAutoReplicaFailoverTest, FieldAnalysisRequestHandlerTest, BigEndianAscendingWordDeserializerTest, SolrCoreCheckLockOnStartupTest, TestJsonFacets, SliceStateTest, ShowFileRequestHandlerTest, TestCoreDiscovery, BinaryUpdateRequestHandlerTest, TestSweetSpotSimilarityFactory, RankQueryTest, ConnectionManagerTest, TestMissingGroups, ForceLeaderTest, HdfsWriteToMultipleCollectionsTest, CloudMLTQParserTest, DeleteLastCustomShardedReplicaTest, SuggesterTSTTest, TestSolrDeletionPolicy1, CdcrRequestHandlerTest, TestHdfsUpdateLog, TestBlendedInfixSuggestions, TestFieldTypeResource, SuggestComponentContextFilterQueryTest, TestRTimerTree, CoreAdminHandlerTest, QueryResultKeyTest, TestPKIAuthenticationPlugin, TestFieldCollectionResource, TestRecovery, RequestHandlersTest, UpdateParamsTest, DirectSolrConnectionTest, BasicDistributedZk2Test, UnloadDistributedZkTest, SyncSliceTest, LeaderElectionIntegrationTest, TestReplicationHandler, AutoCommitTest, TestFaceting, TestHashPartitioner, TermVectorComponentDistributedTest, TestStressReorder, DistributedTermsComponentTest, TestCoreContainer, SimpleFacetsTest, StatsComponentTest, BasicFunctionalityTest, TestLazyCores, CurrencyFieldOpenExchangeTest, DistributedQueryElevationComponentTest, CurrencyFieldXmlFileTest, TestExtendedDismaxParser, SolrRequestParserTest, TestFoldingMultitermQuery, TestStressLucene, PolyFieldTest, TestPseudoReturnFields, QueryEqualityTest, SortByFunctionTest, DocValuesMultiTest, DistanceFunctionTest, DebugComponentTest, IndexBasedSpellCheckerTest, DocumentAnalysisRequestHandlerTest, TermsComponentTest, TestValueSourceCache, PathHierarchyTokenizerFactoryTest, RequiredFieldsTest, RegexBoostProcessorTest, TestJmxIntegration, JSONWriterTest, TestAnalyzedSuggestions, TestPartialUpdateDeduplication, PingRequestHandlerTest, HighlighterConfigTest, TestQuerySenderListener, TestSolrIndexConfig, ResponseLogComponentTest, BadComponentTest, TestStressRecovery, DateMathParserTest, TestSuggestSpellingConverter, TestLRUCache, DistributedMLTComponentTest, DistributedIntervalFacetingTest, TestTolerantSearch, TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest, AliasIntegrationTest, CollectionStateFormat2Test, DeleteShardTest, LeaderInitiatedRecoveryOnCommitTest, SimpleCollectionCreateDeleteTest, TestCloudPivotFacet, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestCryptoKeys, TestDownShardTolerantSearch, TestExclusionRuleCollectionAccess, TestMiniSolrCloudClusterBase, TestMiniSolrCloudClusterSSL, TestOnReconnectListenerSupport, TestRandomRequestDistribution, TestRebalanceLeaders, TestSizeLimitedDistributedMap, TestSolrCloudWithKerberosAlt, TestStressLiveNodes]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestStressLiveNodes -Dtests.seed=D3B7FF45A530B02E -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=naq -Dtests.timezone=Etc/GMT-8 -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J2 | TestStressLiveNodes (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D3B7FF45A530B02E]:0)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]    > Caused by: java.lang.IllegalStateException: Unable to access 'private final java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
   [junit4]    > 	... 10 more
   [junit4]    > Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a non-public member of class java.lang.reflect.Module accessible
   [junit4]    > 	at java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
   [junit4]    > 	at java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
   [junit4]    > 	at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
   [junit4]    > 	at java.security.AccessController.doPrivileged(java.base@9-ea/Native Method)
   [junit4]    > 	... 13 more
   [junit4] Completed [480/586 (2!)] on J2 in 53.61s, 1 test, 1 failure <<< FAILURES!

[...truncated 329 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 586 suites (10 ignored), 2359 tests, 1 suite-level error, 1 failure, 116 ignored (70 assumptions) [seed: D3B7FF45A530B02E]

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



[JENKINS-EA] Lucene-Solr-master-Linux (32bit/jdk-9-ea+113) - Build # 16523 - Still Failing!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16523/
Java: 32bit/jdk-9-ea+113 -server -XX:+UseSerialGC -XX:-CompactStrings

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.TestStressLiveNodes

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
	at __randomizedtesting.SeedInfo.seed([F307A832860163B6]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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(java.base@9-ea/Thread.java:804)
Caused by: java.lang.IllegalStateException: Unable to access 'private final java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:602)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 10 more
Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a non-public member of class java.lang.reflect.Module accessible
	at sun.reflect.Reflection.throwInaccessibleObjectException(java.base@9-ea/Reflection.java:420)
	at java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
	at java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
	at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:597)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$3.run(RamUsageEstimator.java:594)
	at java.security.AccessController.doPrivileged(java.base@9-ea/Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:594)
	... 13 more




Build Log:
[...truncated 11122 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressLiveNodes
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_F307A832860163B6-001/init-core-data-001
   [junit4]   2> 429160 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 429161 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 429161 INFO  (Thread-1270) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 429161 INFO  (Thread-1270) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 429261 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:39916
   [junit4]   2> 429261 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429262 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429263 INFO  (zkCallback-560-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1532aa4 name:ZooKeeperConnection Watcher:127.0.0.1:39916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429263 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429263 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429263 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 429265 INFO  (jetty-launcher-559-thread-1) [    ] o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 429266 INFO  (jetty-launcher-559-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@57609b{/solr,null,AVAILABLE}
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.e.j.s.ServerConnector Started ServerConnector@12fdc6e{HTTP/1.1,[http/1.1]}{127.0.0.1:34348}
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.e.j.s.Server Started @430983ms
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34348}
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): jdk.internal.loader.ClassLoaders$AppClassLoader@1c8e616
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.SolrResourceLoader new SolrResourceLoader for directory: '/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_F307A832860163B6-001/tempDir-001/node1'
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 429268 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429269 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429269 INFO  (zkCallback-561-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@722c5c name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429270 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429270 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429270 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 429273 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CorePropertiesLocator Config-defined core root directory: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_F307A832860163B6-001/tempDir-001/node1/.
   [junit4]   2> 429273 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CoreContainer New CoreContainer 27489332
   [junit4]   2> 429273 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CoreContainer Loading cores into CoreContainer [instanceDir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_F307A832860163B6-001/tempDir-001/node1]
   [junit4]   2> 429273 WARN  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CoreContainer Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_F307A832860163B6-001/tempDir-001/node1/lib to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_F307A832860163B6-001/tempDir-001/node1/lib
   [junit4]   2> 429274 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory created with socketTimeout : 90000,urlScheme : ,connTimeout : 15000,maxConnectionsPerHost : 20,maxConnections : 10000,corePoolSize : 0,maximumPoolSize : 2147483647,maxThreadIdleTime : 5,sizeOfQueue : -1,fairnessPolicy : false,
   [junit4]   2> 429275 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 429275 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 429275 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.l.LogWatcher Registering Log Listener [Log4j (org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 429275 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39916/solr
   [junit4]   2> 429275 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 429275 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429275 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429276 INFO  (zkCallback-564-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11599c4 name:ZooKeeperConnection Watcher:127.0.0.1:39916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429276 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429276 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429277 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.ZkController Added new OnReconnect listener org.apache.solr.cloud.ZkController$$Lambda$81/22551768@1427608
   [junit4]   2> 429277 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429278 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@183dcd5 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429278 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429279 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 429279 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 429280 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 429280 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 429281 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 429281 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 429282 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 429282 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 429282 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 429283 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 429283 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 429283 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 429284 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 429284 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 429284 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 429285 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.LeaderElector Joined leadership election with path: /overseer_elect/election/95738827191943171-127.0.0.1:34348_solr-n_0000000000
   [junit4]   2> 429285 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34348_solr
   [junit4]   2> 429285 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 429285 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95738827191943171-127.0.0.1:34348_solr-n_0000000000) starting
   [junit4]   2> 429286 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 429288 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.OverseerAutoReplicaFailoverThread Starting OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 autoReplicaFailoverWaitAfterExpiration=30000 autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 429288 INFO  (OverseerCollectionConfigSetProcessor-95738827191943171-127.0.0.1:34348_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer operations
   [junit4]   2> 429288 INFO  (OverseerStateUpdate-95738827191943171-127.0.0.1:34348_solr-n_0000000000) [    ] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 429288 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34348_solr
   [junit4]   2> 429288 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:34348_solr
   [junit4]   2> 429288 INFO  (OverseerStateUpdate-95738827191943171-127.0.0.1:34348_solr-n_0000000000) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 429289 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [0])
   [junit4]   2> 429289 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 429316 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for authorization module.
   [junit4]   2> 429316 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 429316 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CorePropertiesLocator Looking for core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_F307A832860163B6-001/tempDir-001/node1/.
   [junit4]   2> 429316 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 429316 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.s.SolrDispatchFilter user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 429317 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 429317 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429317 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429318 INFO  (zkCallback-566-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1cc7c14 name:ZooKeeperConnection Watcher:127.0.0.1:39916 got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429318 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429318 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429319 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 127.0.0.1:39916/solr
   [junit4]   2> 429322 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429322 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429323 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@14cbe4c name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429323 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429323 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429323 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 429324 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 429330 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStress
   [junit4]   2> 429330 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429330 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429331 INFO  (zkCallback-569-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1aa567a name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429331 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429331 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429332 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 429332 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=0, numThreads=5 numNodesPerThread=3
   [junit4]   2> 429332 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429332 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429333 INFO  (zkCallback-570-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1e4d41a name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429333 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429334 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429334 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429334 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429334 INFO  (zkCallback-571-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1dfdcf7 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429334 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429335 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429335 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429335 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429335 INFO  (zkCallback-572-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1d68504 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429335 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429336 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429336 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429336 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429336 INFO  (zkCallback-573-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@253f2e name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429336 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429337 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429337 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429337 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429337 INFO  (zkCallback-574-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1eb2967 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429338 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429338 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429338 INFO  (test_live_nodes_thrasher_iter0-1656-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-0
   [junit4]   2> 429338 INFO  (test_live_nodes_thrasher_iter0-1656-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-0
   [junit4]   2> 429338 INFO  (test_live_nodes_thrasher_iter0-1656-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-0
   [junit4]   2> 429338 INFO  (test_live_nodes_thrasher_iter0-1656-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-0
   [junit4]   2> 429338 INFO  (test_live_nodes_thrasher_iter0-1656-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_4-0
   [junit4]   2> 429339 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429339 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429339 INFO  (test_live_nodes_thrasher_iter0-1656-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-1
   [junit4]   2> 429339 INFO  (test_live_nodes_thrasher_iter0-1656-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-1
   [junit4]   2> 429339 INFO  (test_live_nodes_thrasher_iter0-1656-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-1
   [junit4]   2> 429339 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 429339 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 429339 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 429339 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429339 INFO  (test_live_nodes_thrasher_iter0-1656-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_4-1
   [junit4]   2> 429339 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (6)
   [junit4]   2> 429339 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [6])
   [junit4]   2> 429340 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 429340 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [7])
   [junit4]   2> 429340 INFO  (test_live_nodes_thrasher_iter0-1656-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-2
   [junit4]   2> 429340 INFO  (test_live_nodes_thrasher_iter0-1656-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-1
   [junit4]   2> 429340 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (8)
   [junit4]   2> 429340 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [8])
   [junit4]   2> 429340 INFO  (test_live_nodes_thrasher_iter0-1656-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-2
   [junit4]   2> 429340 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 429340 INFO  (test_live_nodes_thrasher_iter0-1656-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-2
   [junit4]   2> 429340 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (9)
   [junit4]   2> 429340 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [9])
   [junit4]   2> 429340 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [9])
   [junit4]   2> 429340 INFO  (test_live_nodes_thrasher_iter0-1656-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_4-2
   [junit4]   2> 429340 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (11)
   [junit4]   2> 429340 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [11])
   [junit4]   2> 429340 INFO  (test_live_nodes_thrasher_iter0-1656-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-2
   [junit4]   2> 429340 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (13)
   [junit4]   2> 429341 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (12)
   [junit4]   2> 429341 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [12])
   [junit4]   2> 429341 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [13])
   [junit4]   2> 429341 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (12) -> (14)
   [junit4]   2> 429341 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (14)
   [junit4]   2> 429341 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [14])
   [junit4]   2> 429341 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [14])
   [junit4]   2> 429341 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (14) -> (16)
   [junit4]   2> 429341 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (14) -> (16)
   [junit4]   2> 429341 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429342 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429342 INFO  (zkCallback-575-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@162281c name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429343 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429343 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429343 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [16])
   [junit4]   2> 429343 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [16])
   [junit4]   2> 429344 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (13)
   [junit4]   2> 429344 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (13)
   [junit4]   2> 429344 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [13])
   [junit4]   2> 429344 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [13])
   [junit4]   2> 429344 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (10)
   [junit4]   2> 429344 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (10)
   [junit4]   2> 429344 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [10])
   [junit4]   2> 429344 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [10])
   [junit4]   2> 429344 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (7)
   [junit4]   2> 429344 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (7)
   [junit4]   2> 429344 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [7])
   [junit4]   2> 429344 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [7])
   [junit4]   2> 429345 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (4)
   [junit4]   2> 429345 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [4])
   [junit4]   2> 429345 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (1)
   [junit4]   2> 429345 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429345 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 429345 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429346 INFO  (zkCallback-576-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1ff8426 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429346 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429346 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429347 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 429347 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=1, numThreads=4 numNodesPerThread=4
   [junit4]   2> 429347 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429347 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429348 INFO  (zkCallback-577-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@166a900 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429348 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429348 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429348 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429349 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429349 INFO  (zkCallback-578-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@2ceafa name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429349 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429350 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429350 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429350 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429351 INFO  (zkCallback-579-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@8398c3 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429351 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429351 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429351 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429351 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429352 INFO  (zkCallback-580-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1c2cc8 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429352 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429352 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429352 INFO  (test_live_nodes_thrasher_iter1-1657-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-0
   [junit4]   2> 429352 INFO  (test_live_nodes_thrasher_iter1-1657-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-0
   [junit4]   2> 429352 INFO  (test_live_nodes_thrasher_iter1-1657-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-0
   [junit4]   2> 429352 INFO  (test_live_nodes_thrasher_iter1-1657-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-0
   [junit4]   2> 429353 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429353 INFO  (test_live_nodes_thrasher_iter1-1657-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-1
   [junit4]   2> 429353 INFO  (test_live_nodes_thrasher_iter1-1657-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-1
   [junit4]   2> 429353 INFO  (test_live_nodes_thrasher_iter1-1657-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-1
   [junit4]   2> 429353 INFO  (test_live_nodes_thrasher_iter1-1657-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-1
   [junit4]   2> 429353 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 429354 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429354 INFO  (test_live_nodes_thrasher_iter1-1657-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-2
   [junit4]   2> 429354 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 429354 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [7])
   [junit4]   2> 429354 INFO  (test_live_nodes_thrasher_iter1-1657-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-2
   [junit4]   2> 429354 INFO  (test_live_nodes_thrasher_iter1-1657-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-2
   [junit4]   2> 429354 INFO  (test_live_nodes_thrasher_iter1-1657-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-2
   [junit4]   2> 429354 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (10)
   [junit4]   2> 429354 INFO  (test_live_nodes_thrasher_iter1-1657-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-3
   [junit4]   2> 429354 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [10])
   [junit4]   2> 429354 INFO  (test_live_nodes_thrasher_iter1-1657-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-3
   [junit4]   2> 429355 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (12)
   [junit4]   2> 429355 INFO  (test_live_nodes_thrasher_iter1-1657-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-3
   [junit4]   2> 429355 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [12])
   [junit4]   2> 429355 INFO  (test_live_nodes_thrasher_iter1-1657-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-3
   [junit4]   2> 429355 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (12) -> (14)
   [junit4]   2> 429355 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [14])
   [junit4]   2> 429355 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (14) -> (16)
   [junit4]   2> 429355 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [16])
   [junit4]   2> 429356 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (17)
   [junit4]   2> 429356 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429356 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429356 INFO  (zkCallback-581-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1b1bf0c name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429356 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429357 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429358 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.TestStressLiveNodes sleeping #0 to give watchers a chance to finish: 17 != 1
   [junit4]   2> 429361 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429361 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (17)
   [junit4]   2> 429559 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [17])
   [junit4]   2> 429559 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [17])
   [junit4]   2> 429559 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (13)
   [junit4]   2> 429559 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (13)
   [junit4]   2> 429559 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [13])
   [junit4]   2> 429559 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [13])
   [junit4]   2> 429559 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (9)
   [junit4]   2> 429559 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [9])
   [junit4]   2> 429559 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (5)
   [junit4]   2> 429559 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (5)
   [junit4]   2> 429559 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429559 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429559 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429560 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
   [junit4]   2> 429560 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
   [junit4]   2> 429560 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429560 INFO  (zkCallback-582-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@41249c name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429560 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429561 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429562 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 429563 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=2, numThreads=2 numNodesPerThread=2
   [junit4]   2> 429563 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429563 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429563 INFO  (zkCallback-583-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4692b5 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429563 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429564 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429564 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429564 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429565 INFO  (zkCallback-584-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@ec2956 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429565 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429565 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429565 INFO  (test_live_nodes_thrasher_iter2-1658-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-0
   [junit4]   2> 429565 INFO  (test_live_nodes_thrasher_iter2-1658-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-0
   [junit4]   2> 429566 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429566 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429566 INFO  (test_live_nodes_thrasher_iter2-1658-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-1
   [junit4]   2> 429566 INFO  (test_live_nodes_thrasher_iter2-1658-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-1
   [junit4]   2> 429566 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429567 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429567 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 429567 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 429567 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 429567 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 429567 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429567 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 429567 INFO  (zkCallback-585-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@16bbfc2 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429567 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429568 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429568 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429568 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429569 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 429569 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 429569 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 429569 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15421f4c1fd0015, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 429569 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 429569 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429569 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 429569 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 429569 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429579 INFO  (zkCallback-586-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@4d44eb name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429579 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429580 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429580 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 429580 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=3, numThreads=5 numNodesPerThread=5
   [junit4]   2> 429580 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429581 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429581 INFO  (zkCallback-587-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@d50b92 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429581 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429581 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429581 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429582 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429582 INFO  (zkCallback-588-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b0e1d5 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429582 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429582 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429582 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429583 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429583 INFO  (zkCallback-589-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1118dd7 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429583 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429583 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429583 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429584 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429584 INFO  (zkCallback-590-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@5526e4 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429584 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429584 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429584 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429585 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429585 INFO  (zkCallback-591-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@1be8af9 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429585 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429585 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429586 INFO  (test_live_nodes_thrasher_iter3-1659-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_0-0
   [junit4]   2> 429586 INFO  (test_live_nodes_thrasher_iter3-1659-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_1-0
   [junit4]   2> 429586 INFO  (test_live_nodes_thrasher_iter3-1659-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_2-0
   [junit4]   2> 429586 INFO  (test_live_nodes_thrasher_iter3-1659-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_3-0
   [junit4]   2> 429586 INFO  (test_live_nodes_thrasher_iter3-1659-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_4-0
   [junit4]   2> 429586 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429586 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429586 INFO  (test_live_nodes_thrasher_iter3-1659-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_0-1
   [junit4]   2> 429586 INFO  (test_live_nodes_thrasher_iter3-1659-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_1-1
   [junit4]   2> 429586 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 429586 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 429586 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429586 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429587 INFO  (test_live_nodes_thrasher_iter3-1659-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_3-1
   [junit4]   2> 429587 INFO  (test_live_nodes_thrasher_iter3-1659-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_4-1
   [junit4]   2> 429587 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 429587 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 429587 INFO  (test_live_nodes_thrasher_iter3-1659-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_2-1
   [junit4]   2> 429587 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [6])
   [junit4]   2> 429587 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [6])
   [junit4]   2> 429587 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (8)
   [junit4]   2> 429587 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (8)
   [junit4]   2> 429587 INFO  (test_live_nodes_thrasher_iter3-1659-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_1-2
   [junit4]   2> 429587 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [8])
   [junit4]   2> 429587 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [8])
   [junit4]   2> 429587 INFO  (test_live_nodes_thrasher_iter3-1659-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_0-2
   [junit4]   2> 429587 INFO  (test_live_nodes_thrasher_iter3-1659-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_3-2
   [junit4]   2> 429587 INFO  (test_live_nodes_thrasher_iter3-1659-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_4-2
   [junit4]   2> 429587 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (11)
   [junit4]   2> 429588 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (11)
   [junit4]   2> 429588 INFO  (test_live_nodes_thrasher_iter3-1659-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_2-2
   [junit4]   2> 429588 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [11])
   [junit4]   2> 429588 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [11])
   [junit4]   2> 429588 INFO  (test_live_nodes_thrasher_iter3-1659-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_1-3
   [junit4]   2> 429588 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (13)
   [junit4]   2> 429588 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [13])
   [junit4]   2> 429588 INFO  (test_live_nodes_thrasher_iter3-1659-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_0-3
   [junit4]   2> 429588 INFO  (test_live_nodes_thrasher_iter3-1659-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_3-3
   [junit4]   2> 429588 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (15)
   [junit4]   2> 429588 INFO  (test_live_nodes_thrasher_iter3-1659-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_4-3
   [junit4]   2> 429588 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (15)
   [junit4]   2> 429588 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [15])
   [junit4]   2> 429588 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [15])
   [junit4]   2> 429588 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (15) -> (17)
   [junit4]   2> 429589 INFO  (test_live_nodes_thrasher_iter3-1659-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_2-3
   [junit4]   2> 429589 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (15) -> (17)
   [junit4]   2> 429589 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [17])
   [junit4]   2> 429589 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [17])
   [junit4]   2> 429589 INFO  (test_live_nodes_thrasher_iter3-1659-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_1-4
   [junit4]   2> 429589 INFO  (test_live_nodes_thrasher_iter3-1659-thread-4) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_3-4
   [junit4]   2> 429589 INFO  (test_live_nodes_thrasher_iter3-1659-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_0-4
   [junit4]   2> 429589 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (20)
   [junit4]   2> 429589 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (20)
   [junit4]   2> 429589 INFO  (test_live_nodes_thrasher_iter3-1659-thread-5) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_4-4
   [junit4]   2> 429589 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [20])
   [junit4]   2> 429589 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [20])
   [junit4]   2> 429589 INFO  (test_live_nodes_thrasher_iter3-1659-thread-3) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_2-4
   [junit4]   2> 429589 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (20) -> (23)
   [junit4]   2> 429589 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (20) -> (23)
   [junit4]   2> 429590 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [23])
   [junit4]   2> 429590 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [23])
   [junit4]   2> 429590 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (23) -> (25)
   [junit4]   2> 429590 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [25])
   [junit4]   2> 429590 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (23) -> (26)
   [junit4]   2> 429590 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (25) -> (26)
   [junit4]   2> 429590 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429590 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429591 INFO  (zkCallback-592-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@11793be name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429591 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429591 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429591 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [26])
   [junit4]   2> 429591 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [26])
   [junit4]   2> 429592 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (26) -> (21)
   [junit4]   2> 429592 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (26) -> (21)
   [junit4]   2> 429592 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [21])
   [junit4]   2> 429592 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [21])
   [junit4]   2> 429592 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (21) -> (16)
   [junit4]   2> 429592 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (21) -> (16)
   [junit4]   2> 429592 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [16])
   [junit4]   2> 429592 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [16])
   [junit4]   2> 429593 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (11)
   [junit4]   2> 429593 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (11)
   [junit4]   2> 429593 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [11])
   [junit4]   2> 429593 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [11])
   [junit4]   2> 429593 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (6)
   [junit4]   2> 429593 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (6)
   [junit4]   2> 429593 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [6])
   [junit4]   2> 429593 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [6])
   [junit4]   2> 429593 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429593 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (1)
   [junit4]   2> 429593 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (1)
   [junit4]   2> 429594 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429594 INFO  (zkCallback-593-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@a13162 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429594 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429594 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429595 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 429595 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=4, numThreads=2 numNodesPerThread=2
   [junit4]   2> 429595 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429595 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429595 INFO  (zkCallback-594-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@56a2e3 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429595 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429596 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429596 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429596 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429596 INFO  (zkCallback-595-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@c28691 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429596 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429597 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429597 INFO  (test_live_nodes_thrasher_iter4-1660-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_0-0
   [junit4]   2> 429597 INFO  (test_live_nodes_thrasher_iter4-1660-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_1-0
   [junit4]   2> 429598 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429598 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 429598 INFO  (test_live_nodes_thrasher_iter4-1660-thread-1) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_0-1
   [junit4]   2> 429598 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 429598 INFO  (test_live_nodes_thrasher_iter4-1660-thread-2) [    ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_1-1
   [junit4]   2> 429598 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 429598 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 429598 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 429598 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 429598 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 429598 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429599 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429599 INFO  (zkCallback-596-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@194f8e8 name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429599 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429599 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429600 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429600 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [5])
   [junit4]   2> 429600 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 429600 INFO  (zkCallback-565-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (3)
   [junit4]   2> 429600 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 429600 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429600 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [3])
   [junit4]   2> 429600 INFO  (zkCallback-568-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 429600 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 429600 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429601 INFO  (zkCallback-597-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher org.apache.solr.common.cloud.ConnectionManager@b78f1f name:ZooKeeperConnection Watcher:127.0.0.1:39916/solr got event WatchedEvent state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 429601 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 429601 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 429602 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 429602 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=5, numThreads=3 numNodesPerThread=4
   [junit4]   2> 429602 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 429602 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 429602 INFO  (zkCallback-598-thread-1) [    ] o.a.s.c.c.ConnectionManager Watcher or

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

g... (live nodes size: [21])
   [junit4]   2> 468179 INFO  (zkCallback-568-thread-3) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [21])
   [junit4]   2> 468179 INFO  (zkCallback-568-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (21) -> (16)
   [junit4]   2> 468179 INFO  (zkCallback-565-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (21) -> (16)
   [junit4]   2> 468179 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [16])
   [junit4]   2> 468180 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (6)
   [junit4]   2> 468180 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [6])
   [junit4]   2> 468180 INFO  (TEST-TestStressLiveNodes.testStress-seed#[F307A832860163B6]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testStress
   [junit4]   2> 468180 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (1)
   [junit4]   2> 468181 INFO  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [16])
   [junit4]   2> 468181 WARN  (zkCallback-568-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 468182 INFO  (jetty-launcher-559-thread-1) [    ] o.e.j.s.ServerConnector Stopped ServerConnector@12fdc6e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
   [junit4]   2> 468182 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=27489332
   [junit4]   2> 468183 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:34348_solr as DOWN
   [junit4]   2> 468184 INFO  (jetty-launcher-559-thread-1) [    ] o.a.s.c.Overseer Overseer (id=95738827191943171-127.0.0.1:34348_solr-n_0000000000) closing
   [junit4]   2> 468184 INFO  (OverseerStateUpdate-95738827191943171-127.0.0.1:34348_solr-n_0000000000) [    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:34348_solr"} current state version: 0
   [junit4]   2> 468184 INFO  (OverseerStateUpdate-95738827191943171-127.0.0.1:34348_solr-n_0000000000) [    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:34348_solr
   [junit4]   2> 468184 INFO  (OverseerStateUpdate-95738827191943171-127.0.0.1:34348_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:34348_solr
   [junit4]   2> 468184 INFO  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader A live node change: [WatchedEvent state:SyncConnected type:NodeChildrenChanged path:/live_nodes], has occurred - updating... (live nodes size: [1])
   [junit4]   2> 468184 WARN  (zkCallback-565-thread-1) [    ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
   [junit4]   2> 468185 INFO  (jetty-launcher-559-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@57609b{/solr,null,UNAVAILABLE}
   [junit4]   2> 468185 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from client sessionid 0x15421f4c1fd0003, likely client has closed socket
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:228)
   [junit4]   2> 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:208)
   [junit4]   2> 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 468185 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39916 39916
   [junit4]   2> 468235 INFO  (Thread-1270) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:39916 39916
   [junit4]   2> 468235 WARN  (Thread-1270) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 	2	/solr/collections
   [junit4]   2> 
   [junit4]   2> 468236 INFO  (SUITE-TestStressLiveNodes-seed#[F307A832860163B6]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> Apr 17, 2016 2:03:28 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 24 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene60): {}, docValues:{}, maxPointsInLeafNode=1688, maxMBSortInHeap=6.10679986306791, sim=ClassicSimilarity, locale=kn-IN, timezone=Australia/South
   [junit4]   2> NOTE: Linux 4.2.0-34-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=87915160,total=218140672
   [junit4]   2> NOTE: All tests run in this JVM: [TestConfigReload, OverriddenZkACLAndCredentialsProvidersTest, TestDistributedGrouping, FileUtilsTest, TestConfigSetsAPIExclusivity, TestReloadDeadlock, TestUniqueKeyFieldResource, TestInitParams, DirectSolrSpellCheckerTest, BlockDirectoryTest, UniqFieldsUpdateProcessorFactoryTest, TestAddFieldRealTimeGet, GraphQueryTest, SimplePostToolTest, TestTestInjection, TestSha256AuthenticationProvider, SpellingQueryConverterTest, DeleteShardTest, HdfsUnloadDistributedZkTest, SchemaVersionSpecificBehaviorTest, DistribDocExpirationUpdateProcessorTest, TestQuerySenderNoQuery, FastVectorHighlighterTest, DistributedIntervalFacetingTest, ChaosMonkeySafeLeaderTest, MultiTermTest, TestDynamicLoading, TestConfigSetImmutable, HdfsRecoverLeaseTest, HLLSerializationTest, TestMaxScoreQueryParser, TestCodecSupport, TestSurroundQueryParser, DocValuesTest, TestSmileRequest, TestRestManager, CachingDirectoryFactoryTest, SpellPossibilityIteratorTest, TestTrackingShardHandlerFactory, SolrIndexConfigTest, DistanceFunctionTest, RemoteQueryErrorTest, SegmentsInfoRequestHandlerTest, AliasIntegrationTest, TestSolrCoreProperties, ChaosMonkeyNothingIsSafeTest, TolerantUpdateProcessorTest, RollingRestartTest, TestStressLiveNodes]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestStressLiveNodes -Dtests.seed=F307A832860163B6 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=kn-IN -Dtests.timezone=Australia/South -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J1 | TestStressLiveNodes (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.TestStressLiveNodes.CLOUD_CLIENT
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F307A832860163B6]:0)
   [junit4]    > 	at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]    > Caused by: java.lang.IllegalStateException: Unable to access 'private final java.lang.reflect.Layer java.lang.reflect.Module.layer' to estimate memory usage
   [junit4]    > 	... 10 more
   [junit4]    > Caused by: java.lang.reflect.InaccessibleObjectException: Cannot make a non-public member of class java.lang.reflect.Module accessible
   [junit4]    > 	at java.lang.reflect.AccessibleObject.checkCanSetAccessible(java.base@9-ea/AccessibleObject.java:190)
   [junit4]    > 	at java.lang.reflect.Field.checkCanSetAccessible(java.base@9-ea/Field.java:170)
   [junit4]    > 	at java.lang.reflect.Field.setAccessible(java.base@9-ea/Field.java:164)
   [junit4]    > 	at java.security.AccessController.doPrivileged(java.base@9-ea/Native Method)
   [junit4]    > 	... 13 more
   [junit4] Completed [165/586 (1!)] on J1 in 39.85s, 1 test, 1 failure <<< FAILURES!

[...truncated 1387 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:740: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:684: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/build.xml:59: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build.xml:233: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/common-build.xml:529: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1457: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1014: There were test failures: 586 suites (10 ignored), 2359 tests, 1 suite-level error, 116 ignored (70 assumptions) [seed: F307A832860163B6]

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