Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16513/
Java: 64bit/jdk-9-ea+113 -XX:-UseCompressedOops -XX:+UseParallelGC 
-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([E49572C5F16734D2]: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.handler.TestReqParamsAPI.test

Error Message:
Could not get expected value  'P val' for path 'response/params/y/p' full 
output: {   "responseHeader":{     "status":0,     "QTime":0},   "response":{   
  "znodeVersion":2,     "params":{       "x":{         "a":"A val",         
"b":"B val",         "":{"v":0}},       "y":{         "c":"CY val modified",    
     "b":"BY val",         "i":20,         "d":[           "val 1",           
"val 2"],         "e":"EY val",         "":{"v":1}}}}}

Stack Trace:
java.lang.AssertionError: Could not get expected value  'P val' for path 
'response/params/y/p' full output: {
  "responseHeader":{
    "status":0,
    "QTime":0},
  "response":{
    "znodeVersion":2,
    "params":{
      "x":{
        "a":"A val",
        "b":"B val",
        "":{"v":0}},
      "y":{
        "c":"CY val modified",
        "b":"BY val",
        "i":20,
        "d":[
          "val 1",
          "val 2"],
        "e":"EY val",
        "":{"v":1}}}}}
        at 
__randomizedtesting.SeedInfo.seed([E49572C5F16734D2:6CC14D1F5F9B592A]: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.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:216)
        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
        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 12149 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_E49572C5F16734D2-001/init-core-data-001
   [junit4]   2> 1662077 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false)
   [junit4]   2> 1662078 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1662078 INFO  (Thread-3829) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1662078 INFO  (Thread-3829) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1662178 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40242
   [junit4]   2> 1662178 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662179 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662180 INFO  (zkCallback-1644-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@517ab99c 
name:ZooKeeperConnection Watcher:127.0.0.1:40242 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662180 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662180 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662180 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.SolrZkClient makePath: /solr/solr.xml
   [junit4]   2> 1662182 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.8.v20160314
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@79742a2c{/solr,null,AVAILABLE}
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.e.j.s.ServerConnector Started 
ServerConnector@71969623{HTTP/1.1,[http/1.1]}{127.0.0.1:36709}
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.e.j.s.Server Started @1664307ms
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36709}
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init(): 
jdk.internal.loader.ClassLoaders$AppClassLoader@6e3c1e69
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-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_E49572C5F16734D2-001/tempDir-001/node1'
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.SolrResourceLoader JNDI not configured for solr (NoInitialContextEx)
   [junit4]   2> 1662183 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find 
system property or JNDI)
   [junit4]   2> 1662184 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662184 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662184 INFO  (zkCallback-1645-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2eae3111 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662184 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662185 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662185 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1662190 INFO  (jetty-launcher-1643-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_E49572C5F16734D2-001/tempDir-001/node1/.
   [junit4]   2> 1662190 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.CoreContainer New CoreContainer 1231799561
   [junit4]   2> 1662190 INFO  (jetty-launcher-1643-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_E49572C5F16734D2-001/tempDir-001/node1]
   [junit4]   2> 1662191 WARN  (jetty-launcher-1643-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_E49572C5F16734D2-001/tempDir-001/node1/lib
 to classpath: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressLiveNodes_E49572C5F16734D2-001/tempDir-001/node1/lib
   [junit4]   2> 1662191 INFO  (jetty-launcher-1643-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> 1662192 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.u.UpdateShardHandler Creating UpdateShardHandler HTTP client with params: 
   [junit4]   2> 1662193 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.l.LogWatcher SLF4J impl is org.slf4j.impl.Log4jLoggerFactory
   [junit4]   2> 1662193 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.l.LogWatcher Registering Log Listener [Log4j 
(org.slf4j.impl.Log4jLoggerFactory)]
   [junit4]   2> 1662193 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40242/solr
   [junit4]   2> 1662193 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.ZkController zkHost includes chroot
   [junit4]   2> 1662193 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662193 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662194 INFO  (zkCallback-1648-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@184b0c77 
name:ZooKeeperConnection Watcher:127.0.0.1:40242 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662194 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662194 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662195 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.ZkController Added new OnReconnect listener 
org.apache.solr.cloud.ZkController$$Lambda$80/91195964@d1bb802
   [junit4]   2> 1662195 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662195 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@338cafd2 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662195 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662196 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue
   [junit4]   2> 1662196 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-queue-work
   [junit4]   2> 1662197 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-running
   [junit4]   2> 1662198 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-completed
   [junit4]   2> 1662199 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/collection-map-failure
   [junit4]   2> 1662199 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes
   [junit4]   2> 1662199 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /collections
   [junit4]   2> 1662200 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /aliases.json
   [junit4]   2> 1662200 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /clusterstate.json
   [junit4]   2> 1662200 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /security.json
   [junit4]   2> 1662201 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1662201 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1662202 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect
   [junit4]   2> 1662202 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/election
   [junit4]   2> 1662202 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1662202 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.LeaderElector Joined leadership election with path: 
/overseer_elect/election/95730924932169731-127.0.0.1:36709_solr-n_0000000000
   [junit4]   2> 1662203 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36709_solr
   [junit4]   2> 1662203 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer_elect/leader
   [junit4]   2> 1662203 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=95730924932169731-127.0.0.1:36709_solr-n_0000000000) starting
   [junit4]   2> 1662203 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /overseer/queue-work
   [junit4]   2> 1662205 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.OverseerAutoReplicaFailoverThread Starting 
OverseerAutoReplicaFailoverThread autoReplicaFailoverWorkLoopDelay=10000 
autoReplicaFailoverWaitAfterExpiration=30000 
autoReplicaFailoverBadNodeExpiration=60000
   [junit4]   2> 1662205 INFO  
(OverseerCollectionConfigSetProcessor-95730924932169731-127.0.0.1:36709_solr-n_0000000000)
 [    ] o.a.s.c.OverseerTaskProcessor Process current queue of overseer 
operations
   [junit4]   2> 1662205 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36709_solr
   [junit4]   2> 1662206 INFO  
(OverseerStateUpdate-95730924932169731-127.0.0.1:36709_solr-n_0000000000) [    
] o.a.s.c.Overseer Starting to work on the main queue
   [junit4]   2> 1662206 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.c.SolrZkClient makePath: /live_nodes/127.0.0.1:36709_solr
   [junit4]   2> 1662206 INFO  
(OverseerStateUpdate-95730924932169731-127.0.0.1:36709_solr-n_0000000000) [    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (0)
   [junit4]   2> 1662207 INFO  (zkCallback-1649-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> 1662207 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1662211 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.CoreContainer Security conf doesn't exist. Skipping setup for 
authorization module.
   [junit4]   2> 1662212 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.CoreContainer No authentication plugin used.
   [junit4]   2> 1662212 INFO  (jetty-launcher-1643-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_E49572C5F16734D2-001/tempDir-001/node1/.
   [junit4]   2> 1662212 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions
   [junit4]   2> 1662213 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter 
user.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1
   [junit4]   2> 1662213 INFO  (jetty-launcher-1643-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter SolrDispatchFilter.init() done
   [junit4]   2> 1662213 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662213 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662214 INFO  (zkCallback-1650-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@38c95ee6 
name:ZooKeeperConnection Watcher:127.0.0.1:40242 got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662214 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662214 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662215 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.s.i.CloudSolrClient Final constructed zkHost string: 
127.0.0.1:40242/solr
   [junit4]   2> 1662218 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662219 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662219 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@142d19d name:ZooKeeperConnection 
Watcher:127.0.0.1:40242/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1662219 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662219 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662219 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updating cluster state from ZooKeeper... 
   [junit4]   2> 1662220 INFO  
(SUITE-TestStressLiveNodes-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1662230 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testStress
   [junit4]   2> 1662230 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662230 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662231 INFO  (zkCallback-1653-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@34d60d26 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662231 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662231 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662232 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1662232 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=0, 
numThreads=4 numNodesPerThread=3
   [junit4]   2> 1662232 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662233 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662233 INFO  (zkCallback-1654-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@91c9709 name:ZooKeeperConnection 
Watcher:127.0.0.1:40242/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1662233 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662233 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662233 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662234 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662234 INFO  (zkCallback-1655-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c649085 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662234 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662234 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662234 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662235 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662235 INFO  (zkCallback-1656-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7aaf865b 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662235 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662235 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662235 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662235 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662236 INFO  (zkCallback-1657-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7cb1a42c 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662236 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662236 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662236 INFO  (test_live_nodes_thrasher_iter0-4501-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-0
   [junit4]   2> 1662236 INFO  (test_live_nodes_thrasher_iter0-4501-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-0
   [junit4]   2> 1662236 INFO  (test_live_nodes_thrasher_iter0-4501-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-0
   [junit4]   2> 1662236 INFO  (test_live_nodes_thrasher_iter0-4501-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-0
   [junit4]   2> 1662237 INFO  (zkCallback-1652-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> 1662237 INFO  (test_live_nodes_thrasher_iter0-4501-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-1
   [junit4]   2> 1662237 INFO  (test_live_nodes_thrasher_iter0-4501-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-1
   [junit4]   2> 1662237 INFO  (test_live_nodes_thrasher_iter0-4501-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-1
   [junit4]   2> 1662238 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (5)
   [junit4]   2> 1662238 INFO  (zkCallback-1649-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> 1662238 INFO  (test_live_nodes_thrasher_iter0-4501-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-1
   [junit4]   2> 1662238 INFO  (zkCallback-1652-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> 1662238 INFO  (test_live_nodes_thrasher_iter0-4501-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_0-2
   [junit4]   2> 1662238 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (6)
   [junit4]   2> 1662238 INFO  (zkCallback-1649-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> 1662238 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 1662238 INFO  (test_live_nodes_thrasher_iter0-4501-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_1-2
   [junit4]   2> 1662239 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (8)
   [junit4]   2> 1662239 INFO  (test_live_nodes_thrasher_iter0-4501-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_2-2
   [junit4]   2> 1662239 INFO  (zkCallback-1652-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> 1662239 INFO  (zkCallback-1649-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> 1662239 INFO  (test_live_nodes_thrasher_iter0-4501-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T0_3-2
   [junit4]   2> 1662239 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (10)
   [junit4]   2> 1662239 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (10)
   [junit4]   2> 1662239 INFO  (zkCallback-1652-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> 1662239 INFO  (zkCallback-1649-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> 1662239 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (12)
   [junit4]   2> 1662239 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (12)
   [junit4]   2> 1662240 INFO  (zkCallback-1652-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> 1662240 INFO  (zkCallback-1649-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> 1662240 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (12) -> (13)
   [junit4]   2> 1662240 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (12) -> (13)
   [junit4]   2> 1662240 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662240 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662240 INFO  (zkCallback-1658-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@33754383 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662241 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662241 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662248 INFO  (zkCallback-1652-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> 1662248 INFO  (zkCallback-1649-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> 1662248 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (7)
   [junit4]   2> 1662248 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (7)
   [junit4]   2> 1662248 INFO  (zkCallback-1652-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> 1662248 INFO  (zkCallback-1649-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> 1662248 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (4)
   [junit4]   2> 1662249 INFO  (zkCallback-1652-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> 1662249 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662249 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (1)
   [junit4]   2> 1662249 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 1662249 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662250 INFO  (zkCallback-1659-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@433decc0 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662250 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662250 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662250 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1662251 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=1, 
numThreads=4 numNodesPerThread=4
   [junit4]   2> 1662251 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662251 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662251 INFO  (zkCallback-1660-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@216fde6d 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662251 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662251 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662251 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662252 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662252 INFO  (zkCallback-1661-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@354797ee 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662252 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662252 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662252 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662252 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662253 INFO  (zkCallback-1662-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@794eae48 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662253 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662253 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662253 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662253 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662254 INFO  (zkCallback-1663-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5af06345 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662254 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662254 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662254 INFO  (test_live_nodes_thrasher_iter1-4502-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-0
   [junit4]   2> 1662254 INFO  (test_live_nodes_thrasher_iter1-4502-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-0
   [junit4]   2> 1662254 INFO  (test_live_nodes_thrasher_iter1-4502-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-0
   [junit4]   2> 1662254 INFO  (test_live_nodes_thrasher_iter1-4502-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-0
   [junit4]   2> 1662255 INFO  (zkCallback-1649-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> 1662255 INFO  (zkCallback-1652-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> 1662255 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1662255 INFO  (test_live_nodes_thrasher_iter1-4502-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-1
   [junit4]   2> 1662255 INFO  (test_live_nodes_thrasher_iter1-4502-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-1
   [junit4]   2> 1662255 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1662255 INFO  (zkCallback-1652-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> 1662255 INFO  (zkCallback-1649-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> 1662255 INFO  (test_live_nodes_thrasher_iter1-4502-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-1
   [junit4]   2> 1662255 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1662255 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 1662255 INFO  (zkCallback-1652-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> 1662255 INFO  (test_live_nodes_thrasher_iter1-4502-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-1
   [junit4]   2> 1662255 INFO  (zkCallback-1649-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> 1662256 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (7)
   [junit4]   2> 1662256 INFO  (test_live_nodes_thrasher_iter1-4502-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-2
   [junit4]   2> 1662256 INFO  (test_live_nodes_thrasher_iter1-4502-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-2
   [junit4]   2> 1662256 INFO  (zkCallback-1652-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> 1662256 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 1662256 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (8)
   [junit4]   2> 1662256 INFO  (test_live_nodes_thrasher_iter1-4502-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-2
   [junit4]   2> 1662256 INFO  (zkCallback-1652-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> 1662256 INFO  (zkCallback-1649-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> 1662256 INFO  (test_live_nodes_thrasher_iter1-4502-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-2
   [junit4]   2> 1662256 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (10)
   [junit4]   2> 1662256 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (10)
   [junit4]   2> 1662256 INFO  (zkCallback-1652-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> 1662257 INFO  (zkCallback-1649-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> 1662257 INFO  (test_live_nodes_thrasher_iter1-4502-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_1-3
   [junit4]   2> 1662257 INFO  (test_live_nodes_thrasher_iter1-4502-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_0-3
   [junit4]   2> 1662257 INFO  (test_live_nodes_thrasher_iter1-4502-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_2-3
   [junit4]   2> 1662257 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (12)
   [junit4]   2> 1662257 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (10) -> (12)
   [junit4]   2> 1662257 INFO  (zkCallback-1652-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> 1662257 INFO  (zkCallback-1649-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> 1662257 INFO  (test_live_nodes_thrasher_iter1-4502-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T1_3-3
   [junit4]   2> 1662257 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (12) -> (15)
   [junit4]   2> 1662258 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (12) -> (15)
   [junit4]   2> 1662258 INFO  (zkCallback-1652-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> 1662258 INFO  (zkCallback-1649-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> 1662258 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (15) -> (16)
   [junit4]   2> 1662258 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (15) -> (16)
   [junit4]   2> 1662258 INFO  (zkCallback-1652-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> 1662258 INFO  (zkCallback-1649-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> 1662258 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (17)
   [junit4]   2> 1662258 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (16) -> (17)
   [junit4]   2> 1662258 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662259 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662259 INFO  (zkCallback-1664-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@23ba981a 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662259 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662259 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662260 INFO  (zkCallback-1652-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> 1662260 INFO  (zkCallback-1649-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> 1662260 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (13)
   [junit4]   2> 1662260 INFO  (zkCallback-1652-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> 1662260 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (17) -> (9)
   [junit4]   2> 1662260 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (13) -> (9)
   [junit4]   2> 1662260 INFO  (zkCallback-1652-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> 1662260 INFO  (zkCallback-1649-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> 1662261 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (5)
   [junit4]   2> 1662261 INFO  (zkCallback-1652-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> 1662261 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (1)
   [junit4]   2> 1662261 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
   [junit4]   2> 1662261 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662261 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662262 INFO  (zkCallback-1665-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@55bbdbcd 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662262 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662262 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662262 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1662262 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=2, 
numThreads=3 numNodesPerThread=1
   [junit4]   2> 1662262 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662263 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662263 INFO  (zkCallback-1666-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@376bcc78 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662263 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662263 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662263 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662263 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662264 INFO  (zkCallback-1667-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@16b543c4 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662264 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662264 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662264 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662264 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662264 INFO  (zkCallback-1668-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@913dcb name:ZooKeeperConnection 
Watcher:127.0.0.1:40242/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1662264 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662265 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662265 INFO  (test_live_nodes_thrasher_iter2-4503-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_0-0
   [junit4]   2> 1662265 INFO  (test_live_nodes_thrasher_iter2-4503-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_1-0
   [junit4]   2> 1662265 INFO  (test_live_nodes_thrasher_iter2-4503-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T2_2-0
   [junit4]   2> 1662266 INFO  (zkCallback-1649-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> 1662266 INFO  (zkCallback-1652-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> 1662266 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1662266 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1662266 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662266 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662267 INFO  (zkCallback-1669-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@743c18e1 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662267 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662267 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662267 INFO  (zkCallback-1652-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> 1662267 INFO  (zkCallback-1649-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> 1662267 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1662268 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (2)
   [junit4]   2> 1662268 INFO  (zkCallback-1652-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: [2])
   [junit4]   2> 1662268 INFO  (zkCallback-1649-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: [2])
   [junit4]   2> 1662268 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 0x1541ac4de9a0015, 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> 1662268 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662268 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1662268 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662268 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1662269 INFO  (zkCallback-1670-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c0797e6 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662269 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662269 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662269 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1662269 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=3, 
numThreads=2 numNodesPerThread=1
   [junit4]   2> 1662269 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662270 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662270 INFO  (zkCallback-1671-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2f1189d8 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662270 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662270 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662270 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662270 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662271 INFO  (zkCallback-1672-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@50697af8 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662271 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662271 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662271 INFO  (test_live_nodes_thrasher_iter3-4504-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_0-0
   [junit4]   2> 1662271 INFO  (test_live_nodes_thrasher_iter3-4504-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T3_1-0
   [junit4]   2> 1662271 INFO  (zkCallback-1649-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> 1662271 INFO  (zkCallback-1652-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> 1662272 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1662272 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1662272 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662272 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662272 INFO  (zkCallback-1673-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@7ecf8798 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662272 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662273 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662273 INFO  (zkCallback-1652-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> 1662273 INFO  (zkCallback-1649-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> 1662274 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1662274 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1662274 INFO  (zkCallback-1652-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: [2])
   [junit4]   2> 1662274 INFO  (zkCallback-1649-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: [2])
   [junit4]   2> 1662274 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662274 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1662274 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1662274 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662274 INFO  (zkCallback-1674-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6af054d6 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662275 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662275 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662275 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1662275 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=4, 
numThreads=5 numNodesPerThread=2
   [junit4]   2> 1662275 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662275 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662276 INFO  (zkCallback-1675-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4e8ef1c name:ZooKeeperConnection 
Watcher:127.0.0.1:40242/solr got event WatchedEvent state:SyncConnected 
type:None path:null path:null type:None
   [junit4]   2> 1662276 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662276 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662276 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662276 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662276 INFO  (zkCallback-1676-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2ea017ba 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662276 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662277 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662277 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662277 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662278 INFO  (zkCallback-1677-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@4b3cfc6a 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662278 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662278 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662278 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662278 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662278 INFO  (zkCallback-1678-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@59c1735e 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662278 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662279 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662279 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662279 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662279 INFO  (zkCallback-1679-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@457d878e 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662279 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662279 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662280 INFO  (test_live_nodes_thrasher_iter4-4505-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_0-0
   [junit4]   2> 1662280 INFO  (test_live_nodes_thrasher_iter4-4505-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_1-0
   [junit4]   2> 1662280 INFO  (test_live_nodes_thrasher_iter4-4505-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_2-0
   [junit4]   2> 1662280 INFO  (test_live_nodes_thrasher_iter4-4505-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_3-0
   [junit4]   2> 1662280 INFO  (test_live_nodes_thrasher_iter4-4505-thread-5) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_4-0
   [junit4]   2> 1662280 INFO  (zkCallback-1652-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> 1662280 INFO  (test_live_nodes_thrasher_iter4-4505-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_0-1
   [junit4]   2> 1662280 INFO  (zkCallback-1649-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> 1662280 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1662280 INFO  (zkCallback-1652-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> 1662280 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (4)
   [junit4]   2> 1662280 INFO  (test_live_nodes_thrasher_iter4-4505-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_1-1
   [junit4]   2> 1662281 INFO  (zkCallback-1649-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> 1662281 INFO  (test_live_nodes_thrasher_iter4-4505-thread-3) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_2-1
   [junit4]   2> 1662281 INFO  (test_live_nodes_thrasher_iter4-4505-thread-4) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_3-1
   [junit4]   2> 1662281 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (7)
   [junit4]   2> 1662281 INFO  (zkCallback-1652-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (5)
   [junit4]   2> 1662281 INFO  (zkCallback-1652-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> 1662281 INFO  (test_live_nodes_thrasher_iter4-4505-thread-5) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T4_4-1
   [junit4]   2> 1662281 INFO  (zkCallback-1649-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> 1662281 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (8)
   [junit4]   2> 1662281 INFO  (zkCallback-1652-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> 1662281 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (9)
   [junit4]   2> 1662281 INFO  (zkCallback-1649-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> 1662282 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (8) -> (11)
   [junit4]   2> 1662282 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (9) -> (11)
   [junit4]   2> 1662282 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662282 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662282 INFO  (zkCallback-1680-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@2c644c23 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662282 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662283 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662283 INFO  (zkCallback-1652-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> 1662283 INFO  (zkCallback-1649-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> 1662283 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (7)
   [junit4]   2> 1662283 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (11) -> (7)
   [junit4]   2> 1662283 INFO  (zkCallback-1652-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> 1662284 INFO  (zkCallback-1649-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> 1662284 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (5)
   [junit4]   2> 1662284 INFO  (zkCallback-1652-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> 1662284 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (7) -> (3)
   [junit4]   2> 1662284 INFO  (zkCallback-1649-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> 1662284 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (1)
   [junit4]   2> 1662284 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662284 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 1662284 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662285 INFO  (zkCallback-1681-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@6ef4d952 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662285 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662285 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662285 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (1)
   [junit4]   2> 1662285 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.TestStressLiveNodes preparing parallel adds to live nodes: iter=5, 
numThreads=2 numNodesPerThread=1
   [junit4]   2> 1662286 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662286 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662286 INFO  (zkCallback-1682-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@37c0874a 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662286 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662286 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662286 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662286 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662287 INFO  (zkCallback-1683-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@5dfbfab1 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662287 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662287 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662287 INFO  (test_live_nodes_thrasher_iter5-4506-thread-1) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T5_0-0
   [junit4]   2> 1662287 INFO  (test_live_nodes_thrasher_iter5-4506-thread-2) [ 
   ] o.a.s.c.c.SolrZkClient makePath: /live_nodes/thrasher-T5_1-0
   [junit4]   2> 1662288 INFO  (zkCallback-1652-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> 1662288 INFO  (zkCallback-1649-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> 1662288 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1662288 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 1662288 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkCredentialsProvider
   [junit4]   2> 1662288 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1662288 INFO  (zkCallback-1684-thread-1) [    ] 
o.a.s.c.c.ConnectionManager Watcher 
org.apache.solr.common.cloud.ConnectionManager@16327886 
name:ZooKeeperConnection Watcher:127.0.0.1:40242/solr got event WatchedEvent 
state:SyncConnected type:None path:null path:null type:None
   [junit4]   2> 1662288 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1662289 INFO  
(TEST-TestStressLiveNodes.testStress-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.c.SolrZkClient Using default ZkACLProvider
   [junit4]   2> 1662289 INFO  (zkCallback-1652-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> 1662289 INFO  (zkCallback-1649-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> 1662290 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (2)
   [junit4]   2> 1662290 INFO  (zkCallback-1652-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: [2])
   [junit4]   2> 1662290 INFO  (zkCallback-1649-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (1)
   [junit4]   2> 166229

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

aramsAPI_E49572C5F16734D2-001/shard-4-001/cores/collection1/data;done=false>>]
   [junit4]   2> 1754091 INFO  (coreCloseExecutor-7867-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory, CoreContainer#isShutdown=true
   [junit4]   2> 1754091 INFO  (coreCloseExecutor-7867-thread-1) [    ] 
o.a.s.c.CachingDirectoryFactory Closing directory: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/../../../../../../../../../home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_E49572C5F16734D2-001/shard-4-001/cores/collection1/data
   [junit4]   2> 1754092 INFO  
(TEST-TestReqParamsAPI.test-seed#[E49572C5F16734D2]) [    ] o.a.s.c.Overseer 
Overseer (id=95730929170972691-127.0.0.1:37909_-n_0000000004) closing
   [junit4]   2> 1754092 INFO  
(OverseerStateUpdate-95730929170972691-127.0.0.1:37909_-n_0000000004) [    ] 
o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37909_
   [junit4]   2> 1754093 INFO  (zkCallback-18417-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> 1754094 WARN  (zkCallback-18417-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> 1754094 INFO  
(TEST-TestReqParamsAPI.test-seed#[E49572C5F16734D2]) [    ] 
o.e.j.s.ServerConnector Stopped ServerConnector@783cc2f{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 1754095 INFO  
(TEST-TestReqParamsAPI.test-seed#[E49572C5F16734D2]) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@2557a26b{/,null,UNAVAILABLE}
   [junit4]   2> 1754096 INFO  
(TEST-TestReqParamsAPI.test-seed#[E49572C5F16734D2]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36940 36940
   [junit4]   2> 1754228 INFO  (Thread-3968) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:36940 36940
   [junit4]   2> 1754229 WARN  (Thread-3968) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        35      /solr/configs/conf1
   [junit4]   2>        6       /solr/aliases.json
   [junit4]   2>        5       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/clusterstate.json
   [junit4]   2>        4       /solr/collections/collection1/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        6       /solr/live_nodes
   [junit4]   2>        6       /solr/collections
   [junit4]   2>        4       /solr/overseer/collection-queue-work
   [junit4]   2>        3       /solr/overseer/queue
   [junit4]   2>        2       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestReqParamsAPI 
-Dtests.method=test -Dtests.seed=E49572C5F16734D2 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=en-MO -Dtests.timezone=America/Cuiaba 
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 27.5s J1 | TestReqParamsAPI.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Could not get expected 
value  'P val' for path 'response/params/y/p' full output: {
   [junit4]    >   "responseHeader":{
   [junit4]    >     "status":0,
   [junit4]    >     "QTime":0},
   [junit4]    >   "response":{
   [junit4]    >     "znodeVersion":2,
   [junit4]    >     "params":{
   [junit4]    >       "x":{
   [junit4]    >         "a":"A val",
   [junit4]    >         "b":"B val",
   [junit4]    >         "":{"v":0}},
   [junit4]    >       "y":{
   [junit4]    >         "c":"CY val modified",
   [junit4]    >         "b":"BY val",
   [junit4]    >         "i":20,
   [junit4]    >         "d":[
   [junit4]    >           "val 1",
   [junit4]    >           "val 2"],
   [junit4]    >         "e":"EY val",
   [junit4]    >         "":{"v":1}}}}}
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([E49572C5F16734D2:6CC14D1F5F9B592A]:0)
   [junit4]    >        at 
org.apache.solr.core.TestSolrConfigHandler.testForResponseElement(TestSolrConfigHandler.java:458)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.testReqParams(TestReqParamsAPI.java:216)
   [junit4]    >        at 
org.apache.solr.handler.TestReqParamsAPI.test(TestReqParamsAPI.java:62)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
   [junit4]    >        at java.lang.Thread.run(java.base@9-ea/Thread.java:804)
   [junit4]   2> 1754231 INFO  
(SUITE-TestReqParamsAPI-seed#[E49572C5F16734D2]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.handler.TestReqParamsAPI_E49572C5F16734D2-001
   [junit4]   2> Apr 15, 2016 4:34:42 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene60, sim=ClassicSimilarity, 
locale=en-MO, timezone=America/Cuiaba
   [junit4]   2> NOTE: Linux 4.2.0-34-generic amd64/Oracle Corporation 9-ea 
(64-bit)/cpus=12,threads=1,free=299263640,total=532152320
   [junit4]   2> NOTE: All tests run in this JVM: [ClusterStateUpdateTest, 
TestClusterStateMutator, BadCopyFieldTest, ShardRoutingTest, SuggesterFSTTest, 
HdfsRecoverLeaseTest, CollectionReloadTest, 
DistributedQueryComponentOptimizationTest, TestSchemaManager, 
SimplePostToolTest, CloneFieldUpdateProcessorFactoryTest, 
DistributedTermsComponentTest, TestUniqueKeyFieldResource, 
TestOnReconnectListenerSupport, TlogReplayBufferedWhileIndexingTest, 
DistributedIntervalFacetingTest, SolrPluginUtilsTest, 
CollectionsAPIDistributedZkTest, CoreMergeIndexesAdminHandlerTest, 
SpatialHeatmapFacetsTest, TestConfigReload, TestConfigSetImmutable, 
DeleteShardTest, TestFreeTextSuggestions, TestShortCircuitedRequests, 
DocValuesMissingTest, TestSystemIdResolver, TestLFUCache, TestXmlQParser, 
DistributedFacetPivotSmallTest, SimpleCollectionCreateDeleteTest, 
TestRestManager, DistributedMLTComponentTest, MoreLikeThisHandlerTest, 
TermsComponentTest, TestDFRSimilarityFactory, SortByFunctionTest, 
TestDocumentBuilder, CollectionsAPIAsyncDistributedZkTest, 
TestReplicaProperties, TestDistributedStatsComponentCardinality, ZkCLITest, 
DocumentBuilderTest, TestPartialUpdateDeduplication, ShardRoutingCustomTest, 
DirectSolrSpellCheckerTest, SmileWriterTest, ShardSplitTest, 
TestFilteredDocIdSet, NotRequiredUniqueKeyTest, TestBinaryResponseWriter, 
DistanceFunctionTest, TestSmileRequest, TestInitParams, 
SegmentsInfoRequestHandlerTest, TestDynamicFieldResource, 
HdfsChaosMonkeySafeLeaderTest, DeleteInactiveReplicaTest, ZkSolrClientTest, 
BlockDirectoryTest, WrapperMergePolicyFactoryTest, 
TestLMJelinekMercerSimilarityFactory, SoftAutoCommitTest, OverseerStatusTest, 
TestTrackingShardHandlerFactory, TermVectorComponentTest, RemoteQueryErrorTest, 
TestSurroundQueryParser, CdcrUpdateLogTest, TestSolrConfigHandlerConcurrent, 
TestRawResponseWriter, TestFastLRUCache, TimeZoneUtilsTest, 
TestLeaderElectionZkExpiry, AnalyticsMergeStrategyTest, 
TestCursorMarkWithoutUniqueKey, AsyncMigrateRouteKeyTest, 
TestQuerySenderNoQuery, TestStressVersions, TestFiltering, TestReloadDeadlock, 
TestUpdate, TestSchemaResource, HdfsUnloadDistributedZkTest, 
LeaderFailoverAfterPartitionTest, TestQueryUtils, TestAuthenticationFramework, 
FastVectorHighlighterTest, TestShardHandlerFactory, TestHashPartitioner, 
TestComplexPhraseQParserPlugin, HLLSerializationTest, SpellCheckCollatorTest, 
OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, SSLMigrationTest, 
SaslZkACLProviderTest, SharedFSAutoReplicaFailoverUtilsTest, 
SolrCloudExampleTest, TestMiniSolrCloudClusterBase, TestRebalanceLeaders, 
TestStressLiveNodes, HdfsBasicDistributedZk2Test, 
HdfsChaosMonkeyNothingIsSafeTest, HdfsCollectionsAPIDistributedZkTest, 
HdfsSyncSliceTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsWriteToMultipleCollectionsTest, RuleEngineTest, 
CachingDirectoryFactoryTest, HdfsDirectoryFactoryTest, QueryResultKeyTest, 
TestImplicitCoreProperties, TestInfoStreamLogging, TestSolrConfigHandler, 
TestSolrDynamicMBean, TestSolrXml, RequestLoggingTest, 
TestReplicationHandlerBackup, TestReqParamsAPI]
   [junit4] Completed [490/586 (2!)] on J1 in 28.24s, 1 test, 1 failure <<< 
FAILURES!

[...truncated 292 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: E49572C5F16734D2]

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


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

Reply via email to