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

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

Build: http://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/16523/
Java: 32bit/jdk-9-ea+113 -server -XX:+UseSerialGC -XX:-CompactStrings

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

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

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




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

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

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

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

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