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 2018/05/11 14:53:29 UTC

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_162) - Build # 21992 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21992/
Java: 32bit/jdk1.8.0_162 -server -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection

Error Message:
Timeout waiting for new leader null Live Nodes: [127.0.0.1:34217_solr, 127.0.0.1:41273_solr, 127.0.0.1:42295_solr] Last available state: DocCollection(collection1//collections/collection1/state.json/14)={   "pullReplicas":"0",   "replicationFactor":"3",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node62":{           "core":"collection1_shard1_replica_n61",           "base_url":"https://127.0.0.1:45141/solr",           "node_name":"127.0.0.1:45141_solr",           "state":"down",           "type":"NRT",           "force_set_state":"false"},         "core_node64":{           "core":"collection1_shard1_replica_n63",           "base_url":"https://127.0.0.1:42295/solr",           "node_name":"127.0.0.1:42295_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"},         "core_node66":{           "core":"collection1_shard1_replica_n65",           "base_url":"https://127.0.0.1:34217/solr",           "node_name":"127.0.0.1:34217_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"3",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for new leader
null
Live Nodes: [127.0.0.1:34217_solr, 127.0.0.1:41273_solr, 127.0.0.1:42295_solr]
Last available state: DocCollection(collection1//collections/collection1/state.json/14)={
  "pullReplicas":"0",
  "replicationFactor":"3",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node62":{
          "core":"collection1_shard1_replica_n61",
          "base_url":"https://127.0.0.1:45141/solr",
          "node_name":"127.0.0.1:45141_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node64":{
          "core":"collection1_shard1_replica_n63",
          "base_url":"https://127.0.0.1:42295/solr",
          "node_name":"127.0.0.1:42295_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node66":{
          "core":"collection1_shard1_replica_n65",
          "base_url":"https://127.0.0.1:34217/solr",
          "node_name":"127.0.0.1:34217_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"3",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([7B62E971778F2F1B:D37EF5CBB5CF1B31]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:278)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection(LeaderVoteWaitTimeoutTest.java:187)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 12369 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/init-core-data-001
   [junit4]   2> 2880 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2954 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.u.log Logging initialized @2987ms to org.eclipse.jetty.util.log.Slf4jLog
   [junit4]   2> 2962 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 3178 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 3186 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001
   [junit4]   2> 3196 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 3198 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 3199 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 3298 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:41163
   [junit4]   2> 3308 ERROR (Thread-1) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 3371 INFO  (zkConnectionManagerCallback-4-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 3438 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004e44e64c0000, likely client has closed socket
   [junit4]   2> 3732 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 3732 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 3732 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 3735 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 3783 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3783 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3788 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3803 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3803 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3803 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3807 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3807 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3807 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3808 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 3809 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 3809 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 3812 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1af898f{/solr,null,AVAILABLE}
   [junit4]   2> 3815 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@167a991{/solr,null,AVAILABLE}
   [junit4]   2> 3815 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1ef9794{/solr,null,AVAILABLE}
   [junit4]   2> 3815 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@18593f9{/solr,null,AVAILABLE}
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1974c84{SSL,[ssl, http/1.1]}{127.0.0.1:33379}
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@12d404c{SSL,[ssl, http/1.1]}{127.0.0.1:42853}
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-3) [    ] o.e.j.s.Server Started @3882ms
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-4) [    ] o.e.j.s.Server Started @3882ms
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33379}
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1418c44{SSL,[ssl, http/1.1]}{127.0.0.1:37237}
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-2) [    ] o.e.j.s.Server Started @3883ms
   [junit4]   2> 3846 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37237}
   [junit4]   2> 3848 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1285b7a{SSL,[ssl, http/1.1]}{127.0.0.1:43225}
   [junit4]   2> 3849 INFO  (jetty-launcher-1-thread-1) [    ] o.e.j.s.Server Started @3885ms
   [junit4]   2> 3849 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43225}
   [junit4]   2> 3850 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42853}
   [junit4]   2> 3903 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider chain: env;sysprop
   [junit4]   2> 3946 ERROR (jetty-launcher-1-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3946 ERROR (jetty-launcher-1-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3946 ERROR (jetty-launcher-1-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3946 ERROR (jetty-launcher-1-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 3946 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:05.980Z
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3951 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:05.980Z
   [junit4]   2> 3952 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3952 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3952 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:05.981Z
   [junit4]   2> 3953 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 3953 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 3953 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:05.982Z
   [junit4]   2> 3979 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3979 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 3979 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find system property or JNDI)
   [junit4]   2> 4043 INFO  (zkConnectionManagerCallback-12-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4043 INFO  (zkConnectionManagerCallback-8-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4044 INFO  (zkConnectionManagerCallback-10-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4044 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4044 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4044 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4046 INFO  (zkConnectionManagerCallback-7-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4046 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4215 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004e44e64c0002, likely client has closed socket
   [junit4]   2> 4625 INFO  (jetty-launcher-1-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 4625 INFO  (jetty-launcher-1-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 4632 INFO  (jetty-launcher-1-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 4632 INFO  (jetty-launcher-1-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 4668 INFO  (zkConnectionManagerCallback-25-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4671 INFO  (zkConnectionManagerCallback-28-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4679 INFO  (zkConnectionManagerCallback-26-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4682 INFO  (zkConnectionManagerCallback-27-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4685 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004e44e64c0005, likely client has closed socket
   [junit4]   2> 4686 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004e44e64c0008, likely client has closed socket
   [junit4]   2> 4686 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004e44e64c0007, likely client has closed socket
   [junit4]   2> 4719 INFO  (zkConnectionManagerCallback-34-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4743 INFO  (zkConnectionManagerCallback-35-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4752 INFO  (zkConnectionManagerCallback-36-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4772 INFO  (zkConnectionManagerCallback-33-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4996 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4997 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 4997 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 5000 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:37237_solr
   [junit4]   2> 5024 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.Overseer Overseer (id=72143651866411017-127.0.0.1:37237_solr-n_0000000000) starting
   [junit4]   2> 5024 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33379_solr
   [junit4]   2> 5055 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43225_solr
   [junit4]   2> 5066 INFO  (zkCallback-31-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5069 INFO  (zkCallback-31-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5074 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5063 INFO  (zkCallback-30-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 5111 INFO  (zkCallback-30-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 5151 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 5154 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 5212 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5213 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42853_solr
   [junit4]   2> 5216 INFO  (zkCallback-31-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5217 INFO  (zkCallback-30-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5217 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5259 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 5379 INFO  (zkConnectionManagerCallback-49-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 5393 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 5397 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 5668 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 5668 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:37237_solr
   [junit4]   2> 5670 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5670 INFO  (zkCallback-30-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5670 INFO  (zkCallback-31-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5679 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 5733 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 6749 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43225.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 6750 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43225.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 6750 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43225.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 6758 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33379.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 6771 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node1/.
   [junit4]   2> 6795 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33379.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 6795 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33379.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 6797 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node4/.
   [junit4]   2> 6878 INFO  (zkConnectionManagerCallback-59-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6878 INFO  (zkConnectionManagerCallback-54-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 6888 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6888 INFO  (jetty-launcher-1-thread-4) [n:127.0.0.1:33379_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 6895 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 6903 INFO  (jetty-launcher-1-thread-1) [n:127.0.0.1:43225_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 7104 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42853.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 7114 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42853.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 7114 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42853.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 7124 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node3/.
   [junit4]   2> 7147 INFO  (zkConnectionManagerCallback-64-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7148 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 7164 INFO  (jetty-launcher-1-thread-3) [n:127.0.0.1:42853_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 7179 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37237.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 7189 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37237.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 7189 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_37237.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 7191 INFO  (jetty-launcher-1-thread-2) [n:127.0.0.1:37237_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node2/.
   [junit4]   2> 7315 INFO  (zkConnectionManagerCallback-66-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7371 INFO  (zkConnectionManagerCallback-71-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7374 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 7375 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 7394 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1974c84{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 7399 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=22804203
   [junit4]   2> 7400 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 7403 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@b883b8: rootName = solr_33379, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4fbc23
   [junit4]   2> 7413 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 7413 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@15bb10d: rootName = solr_33379, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@65b967
   [junit4]   2> 7418 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 7418 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@abb6ed: rootName = solr_33379, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@81b738
   [junit4]   2> 7422 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:33379_solr
   [junit4]   2> 7435 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7435 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7435 INFO  (zkCallback-31-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7435 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7436 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 7448 INFO  (zkCallback-30-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7449 INFO  (zkCallback-58-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7449 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 7460 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7459 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7462 INFO  (zkCallback-53-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 7469 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@167a991{/solr,null,UNAVAILABLE}
   [junit4]   2> 7469 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 7473 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 7475 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 7476 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 7476 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 7476 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@81264b{/solr,null,AVAILABLE}
   [junit4]   2> 7479 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1766b67{SSL,[ssl, http/1.1]}{127.0.0.1:39741}
   [junit4]   2> 7479 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server Started @7516ms
   [junit4]   2> 7479 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45141}
   [junit4]   2> 7479 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 7480 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 7480 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 7480 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 7481 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 7481 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:09.510Z
   [junit4]   2> 7487 INFO  (zkConnectionManagerCallback-73-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7488 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 7508 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 7512 INFO  (zkConnectionManagerCallback-77-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7516 INFO  (zkConnectionManagerCallback-79-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 7523 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 7525 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 7526 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 7526 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45141_solr
   [junit4]   2> 7528 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7528 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7529 INFO  (zkCallback-58-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7529 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7529 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7529 INFO  (zkCallback-31-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7529 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7531 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 7987 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45141.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 8010 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45141.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 8010 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45141.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 8012 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node4/.
   [junit4]   2> 8027 INFO  (zkConnectionManagerCallback-86-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8029 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8030 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:45141_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 8072 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:39741/solr. Proxy: https://127.0.0.1:45141/solr
   [junit4]   2> 8074 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1285b7a{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 8074 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=854898
   [junit4]   2> 8074 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 8075 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1aeaf07: rootName = solr_43225, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1e7b216
   [junit4]   2> 8087 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 8087 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1bef345: rootName = solr_43225, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@65b967
   [junit4]   2> 8092 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 8092 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d570e3: rootName = solr_43225, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@81b738
   [junit4]   2> 8094 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43225_solr
   [junit4]   2> 8096 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8096 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8096 INFO  (zkCallback-58-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8096 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8097 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 8099 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8099 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8100 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8100 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8101 INFO  (zkCallback-85-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8101 INFO  (zkCallback-31-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 8105 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1af898f{/solr,null,UNAVAILABLE}
   [junit4]   2> 8106 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 8112 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 8122 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8131 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8131 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 8135 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b251f{/solr,null,AVAILABLE}
   [junit4]   2> 8136 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@c4e691{SSL,[ssl, http/1.1]}{127.0.0.1:46369}
   [junit4]   2> 8137 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server Started @8173ms
   [junit4]   2> 8137 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42295}
   [junit4]   2> 8137 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 8137 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8137 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 8137 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8137 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8137 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:10.166Z
   [junit4]   2> 8143 INFO  (zkConnectionManagerCallback-88-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8144 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 8160 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 8163 INFO  (zkConnectionManagerCallback-92-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8168 INFO  (zkConnectionManagerCallback-94-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8178 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 8188 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 8190 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 8190 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42295_solr
   [junit4]   2> 8191 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8191 INFO  (zkCallback-93-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8192 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8192 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8192 INFO  (zkCallback-85-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8192 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8192 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8192 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8898 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42295.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 8936 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42295.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 8937 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42295.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 8938 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node1/.
   [junit4]   2> 8965 INFO  (zkConnectionManagerCallback-101-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8967 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8968 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:42295_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 9035 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:46369/solr. Proxy: https://127.0.0.1:42295/solr
   [junit4]   2> 9036 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@12d404c{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 9036 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=21916626
   [junit4]   2> 9039 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 9039 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4c45e4: rootName = solr_42853, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@1eb5271
   [junit4]   2> 9054 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 9055 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@599df9: rootName = solr_42853, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@65b967
   [junit4]   2> 9059 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 9059 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7f61e8: rootName = solr_42853, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@81b738
   [junit4]   2> 9061 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:42853_solr
   [junit4]   2> 9063 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 9063 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9064 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9064 INFO  (zkCallback-85-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9064 INFO  (zkCallback-93-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9064 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9064 INFO  (zkCallback-63-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9064 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9064 INFO  (zkCallback-29-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9071 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 9074 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18593f9{/solr,null,UNAVAILABLE}
   [junit4]   2> 9074 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 9076 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 9085 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 9085 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 9085 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 9086 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7695f8{/solr,null,AVAILABLE}
   [junit4]   2> 9088 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7238a4{SSL,[ssl, http/1.1]}{127.0.0.1:40323}
   [junit4]   2> 9088 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server Started @9125ms
   [junit4]   2> 9088 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34217}
   [junit4]   2> 9089 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 9089 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 9089 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 9089 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 9089 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 9089 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:11.118Z
   [junit4]   2> 9115 INFO  (zkConnectionManagerCallback-103-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9116 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 9129 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004e44e64c001b, likely client has closed socket
   [junit4]   2> 9141 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 9148 INFO  (zkConnectionManagerCallback-107-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9155 INFO  (zkConnectionManagerCallback-109-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 9166 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 9167 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 9170 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 9170 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34217_solr
   [junit4]   2> 9172 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 9172 INFO  (zkCallback-93-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 9172 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 9172 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 9173 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 9173 INFO  (zkCallback-85-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 9173 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 9187 INFO  (zkCallback-108-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10108 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34217.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 10124 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34217.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 10124 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34217.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 10126 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node3/.
   [junit4]   2> 10183 INFO  (zkConnectionManagerCallback-116-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 10184 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 10185 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:34217_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 10283 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:40323/solr. Proxy: https://127.0.0.1:34217/solr
   [junit4]   2> 10284 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@1418c44{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 10284 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=2211114
   [junit4]   2> 10284 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 10285 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8ddf42: rootName = solr_37237, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@18ad1a7
   [junit4]   2> 10293 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 10293 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@662f60: rootName = solr_37237, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@65b967
   [junit4]   2> 10297 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 10297 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@17a377a: rootName = solr_37237, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@81b738
   [junit4]   2> 10302 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:37237_solr
   [junit4]   2> 10304 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10305 INFO  (zkCallback-108-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10305 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10305 INFO  (zkCallback-85-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10305 INFO  (zkCallback-93-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10305 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10305 INFO  (zkCallback-48-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10307 INFO  (zkCallback-32-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10312 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 10318 INFO  (zkCallback-115-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 10319 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.Overseer Overseer (id=72143651866411017-127.0.0.1:37237_solr-n_0000000000) closing
   [junit4]   2> 10319 INFO  (OverseerStateUpdate-72143651866411017-127.0.0.1:37237_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:37237_solr
   [junit4]   2> 10320 WARN  (OverseerAutoScalingTriggerThread-72143651866411017-127.0.0.1:37237_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 10333 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45141_solr
   [junit4]   2> 10341 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72143651866411029-127.0.0.1:45141_solr-n_0000000004) starting
   [junit4]   2> 10344 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1ef9794{/solr,null,UNAVAILABLE}
   [junit4]   2> 10344 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 10346 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 10404 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 10404 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 10404 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 10415 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f7095c{/solr,null,AVAILABLE}
   [junit4]   2> 10416 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.AbstractConnector Started ServerConnector@468a{SSL,[ssl, http/1.1]}{127.0.0.1:35653}
   [junit4]   2> 10416 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.e.j.s.Server Started @10453ms
   [junit4]   2> 10416 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=41273}
   [junit4]   2> 10417 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 10417 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 10418 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 10418 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 10418 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 10422 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T13:59:12.450Z
   [junit4]   2> 10453 INFO  (zkConnectionManagerCallback-118-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 10459 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 10494 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41163/solr
   [junit4]   2> 10511 INFO  (zkConnectionManagerCallback-122-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 10527 INFO  (zkConnectionManagerCallback-124-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 10532 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 10534 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 10536 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 10537 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:41273_solr
   [junit4]   2> 10538 INFO  (zkCallback-70-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10538 INFO  (zkCallback-115-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10538 INFO  (zkCallback-100-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10539 INFO  (zkCallback-85-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10539 INFO  (zkCallback-108-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10539 INFO  (zkCallback-93-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10539 INFO  (zkCallback-78-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 10552 INFO  (zkCallback-123-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 11189 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41273.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 11198 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41273.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 11198 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41273.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@18d8102
   [junit4]   2> 11200 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node2/.
   [junit4]   2> 11259 INFO  (zkConnectionManagerCallback-131-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 11260 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 11262 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [n:127.0.0.1:41273_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41163/solr ready
   [junit4]   2> 11358 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: https://127.0.0.1:35653/solr. Proxy: https://127.0.0.1:41273/solr
   [junit4]   2> 11398 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[7B62E971778F2F1B]) [    ] o.a.s.SolrTestCaseJ4 ###Starting basicTest
   [junit4]   2> 11493 INFO  (SocketProxy-Acceptor-34217) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=45916,localport=34217], receiveBufferSize:531000
   [junit4]   2> 11524 INFO  (SocketProxy-Acceptor-34217) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=40323,localport=54968], receiveBufferSize=530904
   [junit4]   2> 11907 INFO  (qtp14216252-230) [n:127.0.0.1:34217_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&replicationFactor=1&name=basicTest&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&createNodeSet=127.0.0.1:45141_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 11921 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection basicTest
   [junit4]   2> 11925 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/basicTest.AUTOCREATED/protwords.txt
   [junit4]   2> 11928 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/basicTest.AUTOCREATED/managed-schema
   [junit4]   2> 11931 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/basicTest.AUTOCREATED/solrconfig.xml
   [junit4]   2> 11933 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/basicTest.AUTOCREATED/synonyms.txt
   [junit4]   2> 11937 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/basicTest.AUTOCREATED/stopwords.txt
   [junit4]   2> 11939 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/basicTest.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 11945 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/basicTest.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 11947 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 11948 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 11949 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/basicTest.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 11953 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 11954 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 11956 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 11957 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 11960 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 11965 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 11966 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 11968 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 11969 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 11970 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 11971 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 11972 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/basicTest.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 11973 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 11976 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 11977 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 11978 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/basicTest.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 11979 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/basicTest.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 11980 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 11981 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 11985 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/basicTest.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 11990 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 11995 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 11998 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 12001 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 12007 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 12009 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 12010 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 12016 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 12017 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 12018 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 12023 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 12026 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/basicTest.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 12027 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/basicTest.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 12028 INFO  (OverseerThreadFactory-54-thread-1) [    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/basicTest.AUTOCREATED/params.json
   [junit4]   2> 12162 INFO  (OverseerStateUpdate-72143651866411029-127.0.0.1:45141_solr-n_0000000004) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"basicTest",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"basicTest_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45141/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 12364 INFO  (SocketProxy-Acceptor-45141) [    ] o.a.s.c.SocketProxy accepted Socket[addr=/127.0.0.1,port=36566,localport=45141], receiveBufferSize:531000
   [junit4]   2> 12382 INFO  (SocketProxy-Acceptor-45141) [    ] o.a.s.c.SocketProxy proxy connection Socket[addr=/127.0.0.1,port=39741,localport=47780], receiveBufferSize=530904
   [junit4]   2> 12509 INFO  (qtp33525910-166) [n:127.0.0.1:45141_solr    x:basicTest_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=basicTest.AUTOCREATED&newCollection=true&name=basicTest_shard1_replica_n1&action=CREATE&numShards=1&collection=basicTest&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 13569 INFO  (qtp33525910-166) [n:127.0.0.1:45141_solr c:basicTest s:shard1 r:core_node2 x:basicTest_shard1_replica_n1] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 13570 INFO  (qtp33525910-166) [n:127.0.0.1:45141_solr c:basicTest s:shard1 r:core_node2 x:basicTest_shard1_replica_n1] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 13575 WARN  (qtp33525910-166) [n:127.0.0.1:45141_solr c:basicTest s:shard1 r:core_node2 x:basicTest_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node4/basicTest_shard1_replica_n1/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node4/basicTest_shard1_replica_n1/../../../../contrib/extraction/lib
   [junit4]   2> 13575 WARN  (qtp33525910-166) [n:127.0.0.1:45141_solr c:basicTest s:shard1 r:core_node2 x:basicTest_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node4/basicTest_shard1_replica_n1/../../../../dist filtered by solr-cell-\d.*\.jar to classpath: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001/tempDir-001/node4/basicTest_shard1_replica_n1/../../../../dist
   [junit4]   2> 13576 WARN  (qtp33525910-166) [n:127.0.0.1:45141_solr c:basicTest s:shard1 r:core_node2 x:basicTest_shard1_replica_n1] o.a.s.c.SolrConfig Couldn'

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

  (coreCloseExecutor-107-thread-1) [n:127.0.0.1:42295_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.c.SolrCore [collection1_shard1_replica_n63]  CLOSING SolrCore org.apache.solr.core.SolrCore@1dd4206
   [junit4]   2> 36045 INFO  (coreCloseExecutor-107-thread-1) [n:127.0.0.1:42295_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n63, tag=1dd4206
   [junit4]   2> 36045 INFO  (coreCloseExecutor-107-thread-1) [n:127.0.0.1:42295_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1d4281a: rootName = solr_42295, domain = solr.core.collection1.shard1.replica_n63, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n63 / com.codahale.metrics.MetricRegistry@556383
   [junit4]   2> 36059 INFO  (coreCloseExecutor-107-thread-1) [n:127.0.0.1:42295_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=1dd4206
   [junit4]   2> 36140 INFO  (zkCallback-93-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 36140 INFO  (zkCallback-108-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 36140 INFO  (zkCallback-108-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 36140 INFO  (zkCallback-93-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/collection1/state.json] for collection [collection1] has occurred - updating... (live nodes size: [0])
   [junit4]   2> 36459 INFO  (zkCallback-108-thread-1) [n:127.0.0.1:34217_solr c:collection1 s:shard1 r:core_node66 x:collection1_shard1_replica_n65] o.a.s.c.SolrCore [collection1_shard1_replica_n65]  CLOSING SolrCore org.apache.solr.core.SolrCore@153c1fa
   [junit4]   2> 36459 INFO  (zkCallback-108-thread-1) [n:127.0.0.1:34217_solr c:collection1 s:shard1 r:core_node66 x:collection1_shard1_replica_n65] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1.shard1.replica_n65, tag=153c1fa
   [junit4]   2> 36459 INFO  (zkCallback-108-thread-1) [n:127.0.0.1:34217_solr c:collection1 s:shard1 r:core_node66 x:collection1_shard1_replica_n65] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1dd901d: rootName = solr_34217, domain = solr.core.collection1.shard1.replica_n65, service url = null, agent id = null] for registry solr.core.collection1.shard1.replica_n65 / com.codahale.metrics.MetricRegistry@b128e5
   [junit4]   2> 36495 INFO  (zkCallback-108-thread-1) [n:127.0.0.1:34217_solr c:collection1 s:shard1 r:core_node66 x:collection1_shard1_replica_n65] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.collection1.shard1.leader, tag=153c1fa
   [junit4]   2> 39310 ERROR (recoveryExecutor-90-thread-1-processing-n:127.0.0.1:42295_solr x:collection1_shard1_replica_n63 c:collection1 s:shard1 r:core_node64) [n:127.0.0.1:42295_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:collection1_shard1_replica_n63
   [junit4]   2> 39310 WARN  (updateExecutor-89-thread-2-processing-n:127.0.0.1:42295_solr x:collection1_shard1_replica_n63 c:collection1 s:shard1 r:core_node64) [n:127.0.0.1:42295_solr c:collection1 s:shard1 r:core_node64 x:collection1_shard1_replica_n63] o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
   [junit4]   2> 39311 INFO  (jetty-closer-2-thread-2) [    ] o.a.s.c.Overseer Overseer (id=72143651866411033-127.0.0.1:42295_solr-n_0000000005) closing
   [junit4]   2> 39311 INFO  (OverseerStateUpdate-72143651866411033-127.0.0.1:42295_solr-n_0000000005) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:42295_solr
   [junit4]   2> 39311 WARN  (OverseerAutoScalingTriggerThread-72143651866411033-127.0.0.1:42295_solr-n_0000000005) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 39313 INFO  (zkCallback-108-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34217_solr
   [junit4]   2> 39314 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b251f{/solr,null,UNAVAILABLE}
   [junit4]   2> 39315 INFO  (jetty-closer-2-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 41873 ERROR (recoveryExecutor-105-thread-1-processing-n:127.0.0.1:34217_solr x:collection1_shard1_replica_n65 c:collection1 s:shard1 r:core_node66) [n:127.0.0.1:34217_solr c:collection1 s:shard1 r:core_node66 x:collection1_shard1_replica_n65] o.a.s.c.RecoveryStrategy SolrCore not found - cannot recover:collection1_shard1_replica_n65
   [junit4]   2> 41876 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7695f8{/solr,null,UNAVAILABLE}
   [junit4]   2> 41876 INFO  (jetty-closer-2-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 41877 ERROR (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 41878 INFO  (SUITE-LeaderVoteWaitTimeoutTest-seed#[7B62E971778F2F1B]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41163 41163
   [junit4]   2> 42820 INFO  (Thread-1) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:41163 41163
   [junit4]   2> 42821 WARN  (Thread-1) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	30	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	19	/solr/aliases.json
   [junit4]   2> 	12	/solr/collections/basicTest/terms/shard1
   [junit4]   2> 	9	/solr/security.json
   [junit4]   2> 	3	/solr/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/collection1.AUTOCREATED
   [junit4]   2> 	3	/solr/configs/basicTest.AUTOCREATED/managed-schema
   [junit4]   2> 	3	/solr/configs/basicTest.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/collections/collection1/state.json
   [junit4]   2> 	19	/solr/clusterprops.json
   [junit4]   2> 	19	/solr/clusterstate.json
   [junit4]   2> 	6	/solr/collections/basicTest/state.json
   [junit4]   2> 	3	/solr/autoscaling.json
   [junit4]   2> 	3	/solr/overseer_elect/election/72143651866411017-127.0.0.1:37237_solr-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72143651866411019-127.0.0.1:43225_solr-n_0000000001
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	19	/solr/live_nodes
   [junit4]   2> 	19	/solr/collections
   [junit4]   2> 	3	/solr/overseer/queue
   [junit4]   2> 	3	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	3	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	3	/solr/overseer/queue-work
   [junit4]   2> 	3	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_7B62E971778F2F1B-001
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@137ce8e), locale=fr-FR, timezone=Asia/Oral
   [junit4]   2> NOTE: Linux 4.13.0-39-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=21126776,total=75067392
   [junit4]   2> NOTE: All tests run in this JVM: [LeaderVoteWaitTimeoutTest]
   [junit4] Completed [8/806 (1!)] on J1 in 41.51s, 2 tests, 1 failure <<< FAILURES!

[...truncated 49004 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21992/consoleText

[repro] Revision: d764156f9131f1911a22f7331a3121a78ad530c3

[repro] Ant options: "-Dargs=-server -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=LeaderVoteWaitTimeoutTest -Dtests.method=testMostInSyncReplicasCanWinElection -Dtests.seed=7B62E971778F2F1B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-FR -Dtests.timezone=Asia/Oral -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       LeaderVoteWaitTimeoutTest
[repro] ant compile-test

[...truncated 3298 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LeaderVoteWaitTimeoutTest" -Dtests.showOutput=onerror "-Dargs=-server -XX:+UseConcMarkSweepGC" -Dtests.seed=7B62E971778F2F1B -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-FR -Dtests.timezone=Asia/Oral -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 76 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk1.8.0_162) - Build # 21995 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21995/
Java: 64bit/jdk1.8.0_162 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([32856CA0C9BC5F51:514E5A2250732C7C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:133)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([32856CA0C9BC5F51:514E5A2250732C7C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.junit.Assert.assertEquals(Assert.java:456)
	at org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:133)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13096 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/init-core-data-001
   [junit4]   2> 523903 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 523903 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 523904 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 523904 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001
   [junit4]   2> 523904 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 523905 INFO  (Thread-1680) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 523905 INFO  (Thread-1680) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 523906 ERROR (Thread-1680) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 524005 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:44579
   [junit4]   2> 524007 INFO  (zkConnectionManagerCallback-4025-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524010 INFO  (jetty-launcher-4022-thread-3) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 524010 INFO  (jetty-launcher-4022-thread-4) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 524010 INFO  (jetty-launcher-4022-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_162-b12
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 524011 INFO  (jetty-launcher-4022-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ceb3382{/solr,null,AVAILABLE}
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4126ead7{/solr,null,AVAILABLE}
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6d96d383{SSL,[ssl, http/1.1]}{127.0.0.1:40355}
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.e.j.s.Server Started @524048ms
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6fb1fd62{/solr,null,AVAILABLE}
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40355}
   [junit4]   2> 524012 ERROR (jetty-launcher-4022-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 524012 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-12T07:05:17.522Z
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59f8d688{/solr,null,AVAILABLE}
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6e5a1c9e{SSL,[ssl, http/1.1]}{127.0.0.1:39957}
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.e.j.s.Server Started @524050ms
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39957}
   [junit4]   2> 524013 ERROR (jetty-launcher-4022-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-12T07:05:17.523Z
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@76781478{SSL,[ssl, http/1.1]}{127.0.0.1:44545}
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-1) [    ] o.e.j.s.Server Started @524050ms
   [junit4]   2> 524013 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44545}
   [junit4]   2> 524014 ERROR (jetty-launcher-4022-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-12T07:05:17.524Z
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@5d0906b7{SSL,[ssl, http/1.1]}{127.0.0.1:39913}
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.e.j.s.Server Started @524051ms
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=39913}
   [junit4]   2> 524014 INFO  (zkConnectionManagerCallback-4027-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524014 ERROR (jetty-launcher-4022-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 524014 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-12T07:05:17.524Z
   [junit4]   2> 524015 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 524015 INFO  (zkConnectionManagerCallback-4029-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524015 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 524015 INFO  (zkConnectionManagerCallback-4031-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524015 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 524018 INFO  (zkConnectionManagerCallback-4033-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524018 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 524023 INFO  (jetty-launcher-4022-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44579/solr
   [junit4]   2> 524023 INFO  (jetty-launcher-4022-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44579/solr
   [junit4]   2> 524024 INFO  (zkConnectionManagerCallback-4041-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524024 INFO  (jetty-launcher-4022-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44579/solr
   [junit4]   2> 524024 INFO  (jetty-launcher-4022-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44579/solr
   [junit4]   2> 524024 INFO  (zkConnectionManagerCallback-4045-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524026 INFO  (zkConnectionManagerCallback-4049-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524026 INFO  (zkConnectionManagerCallback-4051-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524031 INFO  (zkConnectionManagerCallback-4048-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524032 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x10051f06a530008, likely client has closed socket
   [junit4]   2> 524050 INFO  (zkConnectionManagerCallback-4053-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524050 INFO  (zkConnectionManagerCallback-4059-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524054 INFO  (zkConnectionManagerCallback-4057-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524054 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 524054 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 524059 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44545_solr
   [junit4]   2> 524059 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39913_solr
   [junit4]   2> 524059 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.Overseer Overseer (id=72147687055753226-127.0.0.1:44545_solr-n_0000000000) starting
   [junit4]   2> 524061 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 524062 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 524063 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 524063 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 524064 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 524064 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:39957_solr
   [junit4]   2> 524066 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 524066 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40355_solr
   [junit4]   2> 524070 INFO  (zkCallback-4058-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 524070 INFO  (zkCallback-4052-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 524082 INFO  (zkCallback-4058-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 524094 INFO  (zkConnectionManagerCallback-4070-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524094 INFO  (zkCallback-4052-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 524094 INFO  (zkCallback-4056-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 524095 INFO  (zkCallback-4050-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3)
   [junit4]   2> 524095 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 524095 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44579/solr ready
   [junit4]   2> 524110 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 524110 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44545_solr
   [junit4]   2> 524111 INFO  (zkCallback-4058-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 524111 INFO  (zkCallback-4052-thread-3) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 524114 INFO  (zkCallback-4056-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 524126 INFO  (zkCallback-4050-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 524130 INFO  (zkCallback-4069-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 524194 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39957.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524194 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44545.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524203 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39957.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524203 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44545.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524203 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39957.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524203 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44545.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524204 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node2/.
   [junit4]   2> 524204 INFO  (jetty-launcher-4022-thread-1) [n:127.0.0.1:44545_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node1/.
   [junit4]   2> 524209 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39913.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524214 INFO  (zkConnectionManagerCallback-4075-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524214 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 524214 INFO  (jetty-launcher-4022-thread-2) [n:127.0.0.1:39957_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44579/solr ready
   [junit4]   2> 524215 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39913.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524216 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39913.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524217 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node3/.
   [junit4]   2> 524222 INFO  (zkConnectionManagerCallback-4080-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524222 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 524223 INFO  (jetty-launcher-4022-thread-3) [n:127.0.0.1:39913_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44579/solr ready
   [junit4]   2> 524259 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40355.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524263 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40355.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524263 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40355.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 524264 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node4/.
   [junit4]   2> 524266 INFO  (zkConnectionManagerCallback-4085-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524267 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 524267 INFO  (jetty-launcher-4022-thread-4) [n:127.0.0.1:40355_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44579/solr ready
   [junit4]   2> 524306 INFO  (zkConnectionManagerCallback-4087-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524308 INFO  (zkConnectionManagerCallback-4092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 524308 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 524309 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44579/solr ready
   [junit4]   2> 524328 INFO  (TEST-SearchRateTriggerTest.testTrigger-seed#[32856CA0C9BC5F51]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTrigger
   [junit4]   2> 524328 INFO  (TEST-SearchRateTriggerTest.testTrigger-seed#[32856CA0C9BC5F51]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 524345 INFO  (qtp859746121-8149) [n:127.0.0.1:39913_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 524347 INFO  (OverseerThreadFactory-1877-thread-1) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection SearchRateTriggerTest-collection1
   [junit4]   2> 524450 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40355/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 524451 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44545/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 524452 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39913/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 524453 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection1_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39957/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 524674 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr    x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 524674 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr    x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 524682 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr    x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 524682 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr    x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 524684 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr    x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 525690 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 525690 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 525690 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 525700 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 525700 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection1_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 525700 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection1_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 525702 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 525702 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 525702 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n6' using configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 525702 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n2' using configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 525702 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 525702 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 525702 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection1_shard2_replica_n4' using configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 525702 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44545.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2' (registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 525702 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39913.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4' (registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 525702 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39957.solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6' (registry 'solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 525703 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 525703 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 525703 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 525703 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection1_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node1/SearchRateTriggerTest-collection1_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node1/./SearchRateTriggerTest-collection1_shard1_replica_n2/data/]
   [junit4]   2> 525703 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection1_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node3/SearchRateTriggerTest-collection1_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node3/./SearchRateTriggerTest-collection1_shard2_replica_n4/data/]
   [junit4]   2> 525703 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection1_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node2/SearchRateTriggerTest-collection1_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node2/./SearchRateTriggerTest-collection1_shard2_replica_n6/data/]
   [junit4]   2> 525706 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 525707 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 525708 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection1_shard1_replica_n1' using configuration from collection SearchRateTriggerTest-collection1, trusted=true
   [junit4]   2> 525708 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40355.solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1' (registry 'solr.core.SearchRateTriggerTest-collection1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 525708 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 525708 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node4/SearchRateTriggerTest-collection1_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node4/./SearchRateTriggerTest-collection1_shard1_replica_n1/data/]
   [junit4]   2> 525754 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 525754 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 525754 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 525754 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 525754 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 525754 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 525755 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 525755 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 525756 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 525756 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 525756 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 525756 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 525757 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@5d1d1b05[SearchRateTriggerTest-collection1_shard2_replica_n6] main]
   [junit4]   2> 525757 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@36dfbf61[SearchRateTriggerTest-collection1_shard1_replica_n2] main]
   [junit4]   2> 525757 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@5cd1c82e[SearchRateTriggerTest-collection1_shard1_replica_n1] main]
   [junit4]   2> 525758 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 525758 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 525758 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 525758 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 525759 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 525759 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 525759 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 525760 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 525760 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 525762 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 525762 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 525762 INFO  (searcherExecutor-1887-thread-1-processing-n:127.0.0.1:44545_solr x:SearchRateTriggerTest-collection1_shard1_replica_n2 c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard1_replica_n2] Registered new searcher Searcher@36dfbf61[SearchRateTriggerTest-collection1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525763 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1600240976420405248
   [junit4]   2> 525763 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 525763 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 525764 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1600240976421453824
   [junit4]   2> 525764 INFO  (searcherExecutor-1886-thread-1-processing-n:127.0.0.1:39957_solr x:SearchRateTriggerTest-collection1_shard2_replica_n6 c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard2_replica_n6] Registered new searcher Searcher@5d1d1b05[SearchRateTriggerTest-collection1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525765 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@60782795[SearchRateTriggerTest-collection1_shard2_replica_n4] main]
   [junit4]   2> 525765 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1600240976422502400
   [junit4]   2> 525766 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 525766 INFO  (searcherExecutor-1889-thread-1-processing-n:127.0.0.1:40355_solr x:SearchRateTriggerTest-collection1_shard1_replica_n1 c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard1_replica_n1] Registered new searcher Searcher@5cd1c82e[SearchRateTriggerTest-collection1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525766 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 525767 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 525767 INFO  (searcherExecutor-1888-thread-1-processing-n:127.0.0.1:39913_solr x:SearchRateTriggerTest-collection1_shard2_replica_n4 c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.SolrCore [SearchRateTriggerTest-collection1_shard2_replica_n4] Registered new searcher Searcher@60782795[SearchRateTriggerTest-collection1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 525767 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1600240976424599552
   [junit4]   2> 525769 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/SearchRateTriggerTest-collection1/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 525769 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/SearchRateTriggerTest-collection1/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 525769 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 525799 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/SearchRateTriggerTest-collection1/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 525800 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/SearchRateTriggerTest-collection1/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 525801 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 525801 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 525801 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:40355/solr/SearchRateTriggerTest-collection1_shard1_replica_n1/
   [junit4]   2> 525801 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=SearchRateTriggerTest-collection1_shard1_replica_n1 url=https://127.0.0.1:40355/solr START replicas=[https://127.0.0.1:44545/solr/SearchRateTriggerTest-collection1_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 525802 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 525802 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 525802 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:39957/solr/SearchRateTriggerTest-collection1_shard2_replica_n6/
   [junit4]   2> 525803 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=SearchRateTriggerTest-collection1_shard2_replica_n6 url=https://127.0.0.1:39957/solr START replicas=[https://127.0.0.1:39913/solr/SearchRateTriggerTest-collection1_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 525805 INFO  (qtp1763325845-8154) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.c.S.Request [SearchRateTriggerTest-collection1_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 525805 INFO  (qtp859746121-8136) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.c.S.Request [SearchRateTriggerTest-collection1_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 526102 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.u.PeerSync PeerSync: core=SearchRateTriggerTest-collection1_shard1_replica_n1 url=https://127.0.0.1:40355/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 526102 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 526102 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 526102 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 526103 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.u.PeerSync PeerSync: core=SearchRateTriggerTest-collection1_shard2_replica_n6 url=https://127.0.0.1:39957/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 526103 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 526103 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 526103 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR
   [junit4]   2> 526105 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:40355/solr/SearchRateTriggerTest-collection1_shard1_replica_n1/ shard1
   [junit4]   2> 526105 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:39957/solr/SearchRateTriggerTest-collection1_shard2_replica_n6/ shard2
   [junit4]   2> 526206 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 526206 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 526308 INFO  (zkCallback-4050-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SearchRateTriggerTest-collection1/state.json] for collection [SearchRateTriggerTest-collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 526308 INFO  (zkCallback-4056-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SearchRateTriggerTest-collection1/state.json] for collection [SearchRateTriggerTest-collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 526764 INFO  (qtp1312485891-8163) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n6&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2082
   [junit4]   2> 526768 INFO  (qtp564868703-8143) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection1_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2083
   [junit4]   2> 526805 INFO  (qtp1763325845-8151) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard1_replica_n2&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2122
   [junit4]   2> 526805 INFO  (qtp859746121-8155) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection1_shard2_replica_n4&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2131
   [junit4]   2> 526806 INFO  (qtp859746121-8149) [n:127.0.0.1:39913_solr    ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas
   [junit4]   2> 526906 INFO  (zkCallback-4050-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SearchRateTriggerTest-collection1/state.json] for collection [SearchRateTriggerTest-collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 526906 INFO  (zkCallback-4056-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SearchRateTriggerTest-collection1/state.json] for collection [SearchRateTriggerTest-collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 526906 INFO  (zkCallback-4058-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SearchRateTriggerTest-collection1/state.json] for collection [SearchRateTriggerTest-collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 526906 INFO  (zkCallback-4052-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SearchRateTriggerTest-collection1/state.json] for collection [SearchRateTriggerTest-collection1] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 527806 INFO  (qtp859746121-8149) [n:127.0.0.1:39913_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection1&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3461
   [junit4]   2> 527807 INFO  (qtp859746121-8152) [n:127.0.0.1:39913_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&name=SearchRateTriggerTest-collection2&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 527808 INFO  (OverseerThreadFactory-1877-thread-2) [    ] o.a.s.c.a.c.CreateCollectionCmd Create collection SearchRateTriggerTest-collection2
   [junit4]   2> 527809 INFO  (OverseerCollectionConfigSetProcessor-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 528013 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40355/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 528014 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39957/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 528014 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39913/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 528015 INFO  (OverseerStateUpdate-72147687055753226-127.0.0.1:44545_solr-n_0000000000) [    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SearchRateTriggerTest-collection2",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"SearchRateTriggerTest-collection2_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44545/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 528219 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr    x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard2_replica_n6&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 528219 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr    x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard1_replica_n2&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 528219 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr    x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard1_replica_n1&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 528219 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr    x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=SearchRateTriggerTest-collection2_shard2_replica_n4&action=CREATE&numShards=2&collection=SearchRateTriggerTest-collection2&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 529228 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 529228 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 529228 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 529229 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 529233 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 529235 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 529235 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection2_shard1_replica_n1' using configuration from collection SearchRateTriggerTest-collection2, trusted=true
   [junit4]   2> 529235 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection2_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 529235 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection2_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 529235 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40355.solr.core.SearchRateTriggerTest-collection2.shard1.replica_n1' (registry 'solr.core.SearchRateTriggerTest-collection2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 529235 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 529235 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection2_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node4/SearchRateTriggerTest-collection2_shard1_replica_n1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node4/./SearchRateTriggerTest-collection2_shard1_replica_n1/data/]
   [junit4]   2> 529253 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 529253 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 529253 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection2_shard1_replica_n2' using configuration from collection SearchRateTriggerTest-collection2, trusted=true
   [junit4]   2> 529253 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection2_shard2_replica_n4' using configuration from collection SearchRateTriggerTest-collection2, trusted=true
   [junit4]   2> 529253 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.s.IndexSchema [SearchRateTriggerTest-collection2_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 529254 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39957.solr.core.SearchRateTriggerTest-collection2.shard1.replica_n2' (registry 'solr.core.SearchRateTriggerTest-collection2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 529254 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_39913.solr.core.SearchRateTriggerTest-collection2.shard2.replica_n4' (registry 'solr.core.SearchRateTriggerTest-collection2.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 529254 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 529254 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 529254 INFO  (qtp859746121-8275) [n:127.0.0.1:39913_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection2_shard2_replica_n4] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection2_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node3/SearchRateTriggerTest-collection2_shard2_replica_n4], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node3/./SearchRateTriggerTest-collection2_shard2_replica_n4/data/]
   [junit4]   2> 529254 INFO  (qtp1312485891-8162) [n:127.0.0.1:39957_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection2_shard1_replica_n2] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection2_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node2/SearchRateTriggerTest-collection2_shard1_replica_n2], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node2/./SearchRateTriggerTest-collection2_shard1_replica_n2/data/]
   [junit4]   2> 529254 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 529254 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'SearchRateTriggerTest-collection2_shard2_replica_n6' using configuration from collection SearchRateTriggerTest-collection2, trusted=true
   [junit4]   2> 529255 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44545.solr.core.SearchRateTriggerTest-collection2.shard2.replica_n6' (registry 'solr.core.SearchRateTriggerTest-collection2.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@17d8adf7
   [junit4]   2> 529255 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 529255 INFO  (qtp1763325845-8147) [n:127.0.0.1:44545_solr c:SearchRateTriggerTest-collection2 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection2_shard2_replica_n6] o.a.s.c.SolrCore [[SearchRateTriggerTest-collection2_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node1/SearchRateTriggerTest-collection2_shard2_replica_n6], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001/tempDir-001/node1/./SearchRateTriggerTest-collection2_shard2_replica_n6/data/]
   [junit4]   2> 529286 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 529286 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 529286 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 529286 INFO  (qtp564868703-8146) [n:127.0.0.1:40355_solr c:SearchRateTriggerTest-collection2 s:shard1 r:core_node3 x:SearchRateTriggerTest-collection2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 529287 INFO  (qtp564868703-8146) [n:127.0.0

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

metric reporters for registry=solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4, tag=3d26b470
   [junit4]   2> 158649 INFO  (coreCloseExecutor-194-thread-1) [n:127.0.0.1:35613_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6, tag=6046648d
   [junit4]   2> 158649 INFO  (coreCloseExecutor-196-thread-1) [n:127.0.0.1:41853_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@48c4d639: rootName = solr_41853, domain = solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.SearchRateTriggerTest-collection1.shard2.replica_n4 / com.codahale.metrics.MetricRegistry@4e6f002b
   [junit4]   2> 158649 INFO  (coreCloseExecutor-194-thread-1) [n:127.0.0.1:35613_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5bc86b0: rootName = solr_35613, domain = solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.SearchRateTriggerTest-collection1.shard2.replica_n6 / com.codahale.metrics.MetricRegistry@3b20851a
   [junit4]   2> 158649 INFO  (zkCallback-127-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 158651 INFO  (coreCloseExecutor-195-thread-1) [n:127.0.0.1:42971_solr c:SearchRateTriggerTest-collection1 s:shard1 r:core_node5 x:SearchRateTriggerTest-collection1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.SearchRateTriggerTest-collection1.shard1.leader, tag=5ce3e533
   [junit4]   2> 158660 INFO  (coreCloseExecutor-194-thread-1) [n:127.0.0.1:35613_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node8 x:SearchRateTriggerTest-collection1_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.SearchRateTriggerTest-collection1.shard2.leader, tag=6046648d
   [junit4]   2> 158662 INFO  (coreCloseExecutor-196-thread-1) [n:127.0.0.1:41853_solr c:SearchRateTriggerTest-collection1 s:shard2 r:core_node7 x:SearchRateTriggerTest-collection1_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.SearchRateTriggerTest-collection1.shard2.leader, tag=3d26b470
   [junit4]   2> 158668 INFO  (jetty-closer-94-thread-4) [    ] o.a.s.c.Overseer Overseer (id=72147851664490507-127.0.0.1:41853_solr-n_0000000000) closing
   [junit4]   2> 158668 INFO  (jetty-closer-94-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@31639c8{/solr,null,UNAVAILABLE}
   [junit4]   2> 158668 INFO  (jetty-closer-94-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 158668 INFO  (OverseerStateUpdate-72147851664490507-127.0.0.1:41853_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:41853_solr
   [junit4]   2> 158669 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1005216bdc5000c, likely client has closed socket
   [junit4]   2> 158669 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1005216bdc50010, likely client has closed socket
   [junit4]   2> 158673 WARN  (OverseerAutoScalingTriggerThread-72147851664490507-127.0.0.1:41853_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 158674 INFO  (jetty-closer-94-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@114d5a1c{/solr,null,UNAVAILABLE}
   [junit4]   2> 158674 INFO  (jetty-closer-94-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 158675 INFO  (jetty-closer-94-thread-4) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@765f729f{/solr,null,UNAVAILABLE}
   [junit4]   2> 158675 INFO  (jetty-closer-94-thread-4) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 160170 INFO  (jetty-closer-94-thread-3) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6cdd1ac{/solr,null,UNAVAILABLE}
   [junit4]   2> 160170 INFO  (jetty-closer-94-thread-3) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 160171 ERROR (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 160171 INFO  (SUITE-SearchRateTriggerTest-seed#[32856CA0C9BC5F51]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34535 34535
   [junit4]   2> 160954 INFO  (Thread-68) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:34535 34535
   [junit4]   2> 160955 WARN  (Thread-68) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/aliases.json
   [junit4]   2> 	12	/solr/collections/SearchRateTriggerTest-collection1/terms/shard1
   [junit4]   2> 	12	/solr/collections/SearchRateTriggerTest-collection1/terms/shard2
   [junit4]   2> 	8	/solr/configs/conf
   [junit4]   2> 	8	/solr/collections/SearchRateTriggerTest-collection2/terms/shard2
   [junit4]   2> 	8	/solr/collections/SearchRateTriggerTest-collection2/terms/shard1
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	12	/solr/clusterprops.json
   [junit4]   2> 	12	/solr/clusterstate.json
   [junit4]   2> 	8	/solr/collections/SearchRateTriggerTest-collection1/state.json
   [junit4]   2> 	4	/solr/collections/SearchRateTriggerTest-collection2/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	21	/solr/collections
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.SearchRateTriggerTest_32856CA0C9BC5F51-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=517, maxMBSortInHeap=7.4658036842382005, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@57b075d2), locale=el-CY, timezone=Europe/Copenhagen
   [junit4]   2> NOTE: Linux 4.13.0-39-generic amd64/Oracle Corporation 1.8.0_162 (64-bit)/cpus=8,threads=1,free=379483736,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [SearchRateTriggerTest, SearchRateTriggerTest]
   [junit4] Completed [4/5 (1!)] on J0 in 52.98s, 3 tests, 1 failure <<< FAILURES!
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
   [junit4] OK      64.2s J1 | SearchRateTriggerTest.testTrigger
   [junit4] OK      1.69s J1 | SearchRateTriggerTest.testDefaultsAndBackcompat
   [junit4] OK      23.7s J1 | SearchRateTriggerTest.testWaitForElapsed
   [junit4] Completed [5/5 (1!)] on J1 in 91.19s, 3 tests
   [junit4] 
   [junit4] 
   [junit4] Tests with failures [seed: 32856CA0C9BC5F51]:
   [junit4]   - org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger
   [junit4] 
   [junit4] 
   [junit4] JVM J0:     0.70 ..   161.55 =   160.84s
   [junit4] JVM J1:     0.71 ..   202.26 =   201.55s
   [junit4] JVM J2:     0.70 ..   110.89 =   110.19s
   [junit4] Execution time total: 3 minutes 22 seconds
   [junit4] Tests summary: 5 suites, 15 tests, 1 failure

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 15 tests, 1 failure [seed: 32856CA0C9BC5F51]

Total time: 3 minutes 23 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.autoscaling.SearchRateTriggerTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=ab58b7f9ba646a294005f1e433e4faee43c7d22b, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #21994
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2

[JENKINS] Lucene-Solr-master-Linux (32bit/jdk1.8.0_162) - Build # 21994 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21994/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  org.apache.solr.search.TestStressReorder.testStressReorderVersions

Error Message:
Captured an uncaught exception in thread: Thread[id=31078, name=WRITER9, state=RUNNABLE, group=TGRP-TestStressReorder]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=31078, name=WRITER9, state=RUNNABLE, group=TGRP-TestStressReorder]
	at __randomizedtesting.SeedInfo.seed([C2D69ECAC5E27E5:10EB50FAA695A368]:0)
Caused by: java.lang.RuntimeException: java.lang.NullPointerException
	at __randomizedtesting.SeedInfo.seed([C2D69ECAC5E27E5]:0)
	at org.apache.solr.search.TestStressReorder$1.run(TestStressReorder.java:253)
Caused by: java.lang.NullPointerException
	at org.apache.solr.update.UpdateLog.getCurrentLogSizeFromStream(UpdateLog.java:299)
	at org.apache.solr.update.DirectUpdateHandler2.getCurrentTLogSize(DirectUpdateHandler2.java:1007)
	at org.apache.solr.update.DirectUpdateHandler2.updateDeleteTrackers(DirectUpdateHandler2.java:432)
	at org.apache.solr.update.DirectUpdateHandler2.delete(DirectUpdateHandler2.java:465)
	at org.apache.solr.update.processor.RunUpdateProcessor.processDelete(RunUpdateProcessorFactory.java:75)
	at org.apache.solr.update.processor.UpdateRequestProcessor.processDelete(UpdateRequestProcessor.java:59)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doLocalDelete(DistributedUpdateProcessor.java:956)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.versionDelete(DistributedUpdateProcessor.java:1844)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteById(DistributedUpdateProcessor.java:1381)
	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1359)
	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleDeleteMap(JsonLoader.java:394)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleDeleteCommand(JsonLoader.java:311)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:171)
	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:121)
	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:84)
	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2510)
	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:125)
	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:1286)
	at org.apache.solr.SolrTestCaseJ4.deleteAndGetVersion(SolrTestCaseJ4.java:1464)
	at org.apache.solr.search.TestStressReorder$1.run(TestStressReorder.java:184)




Build Log:
[...truncated 13677 lines...]
   [junit4] Suite: org.apache.solr.search.TestStressReorder
   [junit4]   2> 1552441 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestStressReorder_C2D69ECAC5E27E5-001/init-core-data-001
   [junit4]   2> 1552442 WARN  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1011 numCloses=1011
   [junit4]   2> 1552442 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1552444 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1552446 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 1552446 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1552480 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1552507 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.s.IndexSchema [null] Schema name=test
   [junit4]   2> 1552591 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1552645 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ffc77
   [junit4]   2> 1552652 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ffc77
   [junit4]   2> 1552653 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ffc77
   [junit4]   2> 1552654 INFO  (coreLoadExecutor-6751-thread-1) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1552654 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 1552697 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1552711 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.s.IndexSchema [collection1] Schema name=test
   [junit4]   2> 1552784 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 1552795 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 1552795 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@11ffc77
   [junit4]   2> 1552796 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 1552796 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.search.TestStressReorder_C2D69ECAC5E27E5-001/init-core-data-001/]
   [junit4]   2> 1552798 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=18, maxMergeAtOnceExplicit=45, maxMergedSegmentMB=72.689453125, floorSegmentMB=1.9013671875, forceMergeDeletesPctAllowed=2.45416667519729, segmentsPerTier=28.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7523069537928725
   [junit4]   2> 1552802 WARN  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1552851 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1552851 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1552853 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1552853 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1552854 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=10, maxMergedSegmentMB=26.65234375, floorSegmentMB=0.8916015625, forceMergeDeletesPctAllowed=25.989780630057016, segmentsPerTier=19.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
   [junit4]   2> 1552854 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.s.SolrIndexSearcher Opening [Searcher@8ccf1b[collection1] main]
   [junit4]   2> 1552854 WARN  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf; switching to use InMemory storage instead.
   [junit4]   2> 1552855 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1552856 INFO  (searcherExecutor-6752-thread-1-processing-x:collection1) [    x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@8ccf1b[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1552856 INFO  (coreLoadExecutor-6751-thread-1) [    x:collection1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1600212734961516544
   [junit4]   2> 1552858 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 1552862 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testStressReorderVersions
   [junit4]   2> 1552862 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.u.DirectUpdateHandler2 [collection1] REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 1552863 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@d7395c[collection1] realtime]
   [junit4]   2> 1552863 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:* (-9223372036854775807)} 0 0
   [junit4]   2> 1552863 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1600212734968856576,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1552863 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68b7c4 commitCommandVersion:1600212734968856576
   [junit4]   2> 1552864 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@197f509[collection1] main]
   [junit4]   2> 1552864 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1552866 INFO  (searcherExecutor-6752-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@197f509[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1552866 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 2
   [junit4]   2> 1552868 INFO  (TEST-TestStressReorder.testStressReorderVersions-seed#[C2D69ECAC5E27E5]) [    ] o.a.s.s.TestStressReorder VERBOSE: commitPercent 8 softCommitPercent 68 deletePercent 14 deleteByQueryPercent 6 ndocs 29 nWriteThreads 13 percentRealtimeQuery 75 operations 50000 nReadThreads 17
   [junit4]   2> 1552870 INFO  (WRITER0) [    ] o.a.s.s.TestStressReorder VERBOSE: hardCommit start
   [junit4]   2> 1552870 INFO  (WRITER2) [    ] o.a.s.s.TestStressReorder VERBOSE: deleting id 7 val= 2 version 2
   [junit4]   2> 1552871 INFO  (WRITER5) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 0 val= 2 version 4
   [junit4]   2> 1552871 INFO  (WRITER4) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 0 val= 2 version 3
   [junit4]   2> 1552871 INFO  (WRITER0) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1600212734977245184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1552871 INFO  (WRITER6) [    ] o.a.s.s.TestStressReorder VERBOSE: deleteByQuery id 28 val= 2 version 5
   [junit4]   2> 1552871 INFO  (WRITER3) [    ] o.a.s.s.TestStressReorder VERBOSE: hardCommit start
   [junit4]   2> 1552870 INFO  (WRITER1) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 0 val= 2 version 1
   [junit4]   2> 1552871 INFO  (WRITER7) [    ] o.a.s.s.TestStressReorder VERBOSE: deleteByQuery id 11 val= 2 version 6
   [junit4]   2> 1552871 INFO  (WRITER8) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 0 val= 2 version 7
   [junit4]   2> 1552872 INFO  (WRITER0) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68b7c4 commitCommandVersion:1600212734977245184
   [junit4]   2> 1552872 INFO  (WRITER2) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-2&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{delete=[7 (-2)]} 0 0
   [junit4]   2> 1552872 INFO  (WRITER9) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 18 val= 2 version 8
   [junit4]   2> 1552872 INFO  (WRITER2) [    ] o.a.s.s.TestStressReorder VERBOSE: deleting id 7 val= 2 version 2 DONE
   [junit4]   2> 1552872 INFO  (WRITER2) [    ] o.a.s.s.TestStressReorder VERBOSE: softCommit start
   [junit4]   2> 1552872 INFO  (WRITER0) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@98c726[collection1] main]
   [junit4]   2> 1552872 INFO  (WRITER10) [    ] o.a.s.s.TestStressReorder VERBOSE: deleting id 22 val= 2 version 9
   [junit4]   2> 1552872 INFO  (WRITER11) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 22 val= 2 version 10
   [junit4]   2> 1552872 INFO  (WRITER12) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 22 val= 2 version 11
   [junit4]   2> 1552872 INFO  (WRITER0) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1552874 INFO  (searcherExecutor-6752-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@98c726[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1552874 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=1
   [junit4]   2> 1552874 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=1
   [junit4]   2> 1552875 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=1
   [junit4]   2> 1552875 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=1
   [junit4]   2> 1552875 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=1
   [junit4]   2> 1552875 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=1
   [junit4]   2> 1552875 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&omitHeader=true&wt=json} hits=0 status=0 QTime=2
   [junit4]   2> 1552875 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=2
   [junit4]   2> 1552875 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=11&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=3&wt=json} status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552875 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=1
   [junit4]   2> 1552876 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552876 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 4
   [junit4]   2> 1552876 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7&omitHeader=true&wt=json} hits=0 status=0 QTime=3
   [junit4]   2> 1552876 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=3
   [junit4]   2> 1552876 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:19&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (WRITER6) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-5&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=id:28 (-5)} 0 4
   [junit4]   2> 1552876 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:12&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552876 INFO  (WRITER5) [    ] o.a.s.u.DirectUpdateHandler2 Reordered DBQs detected.  Update=add{_version_=4,id=0} DBQs=[DBQ{version=5,q=id:28}]
   [junit4]   2> 1552876 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=8&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (WRITER3) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1600212734977245185,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1552877 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=20&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=1
   [junit4]   2> 1552877 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552876 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:21&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=1
   [junit4]   2> 1552877 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=1
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:21&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=1
   [junit4]   2> 1552877 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=20&wt=json} status=0 QTime=1
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (WRITER0) [    ] o.a.s.s.TestStressReorder VERBOSE: hardCommit end
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (WRITER6) [    ] o.a.s.s.TestStressReorder VERBOSE: deleteByQuery id 28 val= 2 version 5 DONE
   [junit4]   2> 1552878 INFO  (WRITER6) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 28 val= 3 version 13
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (WRITER0) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 22 val= 2 version 12
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:20&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:18&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=1
   [junit4]   2> 1552877 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=8&wt=json} status=0 QTime=1
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:19&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=2
   [junit4]   2> 1552879 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:12&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:27&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=1
   [junit4]   2> 1552879 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=3&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=20&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=11&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=2
   [junit4]   2> 1552879 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=2
   [junit4]   2> 1552879 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552877 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=11&wt=json} status=0 QTime=1
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:23&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=1
   [junit4]   2> 1552878 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=24&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552878 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=8&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:28&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:16&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:25&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:1&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:25&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:24&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:18&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:19&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552879 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=3&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:17&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:20&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552880 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552881 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552882 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552885 INFO  (WRITER5) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@1dd873e[collection1] realtime]
   [junit4]   2> 1552885 INFO  (WRITER3) [    ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68b7c4 commitCommandVersion:1600212734977245185
   [junit4]   2> 1552885 INFO  (WRITER5) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[0 (4)]} 0 14
   [junit4]   2> 1552885 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=3
   [junit4]   2> 1552885 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=3
   [junit4]   2> 1552885 INFO  (WRITER5) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 26 val= 2 version 14
   [junit4]   2> 1552885 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=3
   [junit4]   2> 1552885 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=3
   [junit4]   2> 1552886 INFO  (WRITER4) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[0 (3)]} 0 14
   [junit4]   2> 1552885 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=3
   [junit4]   2> 1552886 INFO  (WRITER4) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 0 val= 3 version 15
   [junit4]   2> 1552886 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=4
   [junit4]   2> 1552886 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=0
   [junit4]   2> 1552886 INFO  (WRITER1) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[0 (1)]} 0 14
   [junit4]   2> 1552886 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=8&wt=json} status=0 QTime=4
   [junit4]   2> 1552886 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552886 INFO  (WRITER3) [    ] o.a.s.s.SolrIndexSearcher Opening [Searcher@a9a1a3[collection1] main]
   [junit4]   2> 1552886 INFO  (WRITER1) [    ] o.a.s.s.TestStressReorder VERBOSE: deleteByQuery id 0 val= 3 version 16
   [junit4]   2> 1552886 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=4
   [junit4]   2> 1552886 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=4
   [junit4]   2> 1552887 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=4
   [junit4]   2> 1552887 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=4
   [junit4]   2> 1552886 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552886 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=4
   [junit4]   2> 1552887 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:19&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=24&wt=json} status=0 QTime=0
   [junit4]   2> 1552886 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:2&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552887 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=5
   [junit4]   2> 1552887 INFO  (WRITER3) [    ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1552889 INFO  (searcherExecutor-6752-thread-1) [    ] o.a.s.c.SolrCore [collection1] Registered new searcher Searcher@a9a1a3[collection1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):c1)))}
   [junit4]   2> 1552889 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=3
   [junit4]   2> 1552889 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=3
   [junit4]   2> 1552889 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=1
   [junit4]   2> 1552889 INFO  (WRITER3) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 1552889 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=3
   [junit4]   2> 1552889 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=2
   [junit4]   2> 1552889 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552889 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552890 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552890 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=2
   [junit4]   2> 1552890 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:4&omitHeader=true&wt=json} hits=0 status=0 QTime=2
   [junit4]   2> 1552890 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=8
   [junit4]   2> 1552890 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=1
   [junit4]   2> 1552890 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552890 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=3
   [junit4]   2> 1552890 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=2
   [junit4]   2> 1552890 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552890 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=8
   [junit4]   2> 1552890 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=8
   [junit4]   2> 1552890 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=20&wt=json} status=0 QTime=3
   [junit4]   2> 1552891 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9&omitHeader=true&wt=json} hits=0 status=0 QTime=3
   [junit4]   2> 1552891 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=9
   [junit4]   2> 1552891 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:6&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:0&omitHeader=true&wt=json} hits=1 status=0 QTime=3
   [junit4]   2> 1552891 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=24&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=24&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=25&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=3
   [junit4]   2> 1552891 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (WRITER10) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{delete=[22 (-9)]} 0 18
   [junit4]   2> 1552891 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:12&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=1
   [junit4]   2> 1552891 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:11&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552892 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=2
   [junit4]   2> 1552891 INFO  (WRITER2) [    ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1600212734978293760,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=true,prepareCommit=false}
   [junit4]   2> 1552891 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552892 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552892 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:7&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552892 INFO  (WRITER3) [    ] o.a.s.s.TestStressReorder VERBOSE: hardCommit end
   [junit4]   2> 1552892 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552892 INFO  (READER6) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=0
   [junit4]   2> 1552892 INFO  (WRITER3) [    ] o.a.s.s.TestStressReorder VERBOSE: deleting id 17 val= 2 version 17
   [junit4]   2> 1552892 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=1
   [junit4]   2> 1552892 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=1
   [junit4]   2> 1552892 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=2
   [junit4]   2> 1552893 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=2
   [junit4]   2> 1552892 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552892 INFO  (WRITER7) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-6&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=id:11 (-6)} 0 20
   [junit4]   2> 1552893 INFO  (WRITER6) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[28 (13)]} 0 14
   [junit4]   2> 1552893 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:12&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER12) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER6) [    ] o.a.s.s.TestStressReorder VERBOSE: deleting id 28 val= 4 version 18
   [junit4]   2> 1552891 INFO  (WRITER10) [    ] o.a.s.s.TestStressReorder VERBOSE: deleting id 22 val= 2 version 9 DONE
   [junit4]   2> 1552893 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER10) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 7 val= 3 version 19
   [junit4]   2> 1552893 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:14&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=24&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552891 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER11) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[22 (10)]} 0 20
   [junit4]   2> 1552893 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER5) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER11) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 5 val= 2 version 20
   [junit4]   2> 1552893 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER12) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[22 (11)]} 0 21
   [junit4]   2> 1552893 INFO  (WRITER12) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 7 val= 3 version 21
   [junit4]   2> 1552891 INFO  (READER1) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER16) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER7) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER0) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[22 (12)]} 0 15
   [junit4]   2> 1552893 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=11&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER0) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 22 val= 3 version 22
   [junit4]   2> 1552894 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:26&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER15) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER8) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:18&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=28&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=24&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=17&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:22&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552894 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:18&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=19&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:15&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:8&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=22&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=3&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER8) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[0 (7)]} 0 21
   [junit4]   2> 1552893 INFO  (WRITER9) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[18 (8)]} 0 21
   [junit4]   2> 1552895 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:13&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552895 INFO  (WRITER8) [    ] o.a.s.s.TestStressReorder VERBOSE: hardCommit start
   [junit4]   2> 1552896 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=18&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (WRITER9) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 0 val= 3 version 23
   [junit4]   2> 1552896 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=11&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=14&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (WRITER5) [    ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{add=[26 (14)]} 0 7
   [junit4]   2> 1552893 INFO  (WRITER7) [    ] o.a.s.s.TestStressReorder VERBOSE: deleteByQuery id 11 val= 2 version 6 DONE
   [junit4]   2> 1552896 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=15&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (WRITER7) [    ] o.a.s.s.TestStressReorder VERBOSE: softCommit start
   [junit4]   2> 1552893 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=23&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=0&wt=json} status=0 QTime=2
   [junit4]   2> 1552896 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:3&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=3&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=24&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=13&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER4) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:5&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552893 INFO  (READER9) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=21&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=27&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:9&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552896 INFO  (WRITER5) [    ] o.a.s.s.TestStressReorder VERBOSE: adding id 26 val= 3 version 24
   [junit4]   2> 1552896 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=12&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=4&wt=json} status=0 QTime=0
   [junit4]   2> 1552896 INFO  (READER14) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552895 INFO  (READER11) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER13) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:20&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=2&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=id:11&omitHeader=true&wt=json} hits=0 status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER10) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER0) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=6&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=1&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=26&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=16&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=7&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER2) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=10&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=5&wt=json} status=0 QTime=0
   [junit4]   2> 1552897 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={qt=/get&ids=9&wt=json} status=0 QTime=0
   [junit4]   2> 1552898 INFO  (READER3) [    ] o.a.s.c.S.Request [collection1]  webapp=null 

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

dUpdateProcessor.java:1844)
   [junit4]    > 	at org.apache.solr.update.processor.DistributedUpdateProcessor.doDeleteById(DistributedUpdateProcessor.java:1381)
   [junit4]    > 	at org.apache.solr.update.processor.DistributedUpdateProcessor.processDelete(DistributedUpdateProcessor.java:1359)
   [junit4]    > 	at org.apache.solr.update.processor.LogUpdateProcessorFactory$LogUpdateProcessor.processDelete(LogUpdateProcessorFactory.java:124)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleDeleteMap(JsonLoader.java:394)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.handleDeleteCommand(JsonLoader.java:311)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.processUpdate(JsonLoader.java:171)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader$SingleThreadedJsonLoader.load(JsonLoader.java:121)
   [junit4]    > 	at org.apache.solr.handler.loader.JsonLoader.load(JsonLoader.java:84)
   [junit4]    > 	at org.apache.solr.handler.UpdateRequestHandler$1.load(UpdateRequestHandler.java:97)
   [junit4]    > 	at org.apache.solr.handler.ContentStreamHandlerBase.handleRequestBody(ContentStreamHandlerBase.java:68)
   [junit4]    > 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:199)
   [junit4]    > 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2510)
   [junit4]    > 	at org.apache.solr.servlet.DirectSolrConnection.request(DirectSolrConnection.java:125)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.updateJ(SolrTestCaseJ4.java:1286)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.deleteAndGetVersion(SolrTestCaseJ4.java:1464)
   [junit4]    > 	at org.apache.solr.search.TestStressReorder$1.run(TestStressReorder.java:184)
   [junit4]   2> 1553696 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 1553696 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=20692181
   [junit4]   2> 1553696 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 1553696 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2dc05d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@39dc92
   [junit4]   2> 1553700 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 1553700 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@14483f1: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@1f5f135
   [junit4]   2> 1553702 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 1553703 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@170cc6b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@f18570
   [junit4]   2> 1553703 INFO  (coreCloseExecutor-6757-thread-1) [    x:collection1] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@1549411
   [junit4]   2> 1553703 INFO  (coreCloseExecutor-6757-thread-1) [    x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1, tag=1549411
   [junit4]   2> 1553703 INFO  (coreCloseExecutor-6757-thread-1) [    x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ccb2fc: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@16d646f
   [junit4]   2> 1553711 INFO  (coreCloseExecutor-6757-thread-1) [    x:collection1] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter close.
   [junit4]   2> 1553711 INFO  (coreCloseExecutor-6757-thread-1) [    x:collection1] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68b7c4 commitCommandVersion:0
   [junit4]   2> 1553714 INFO  (SUITE-TestStressReorder-seed#[C2D69ECAC5E27E5]-worker) [    ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@b0f03f), locale=es-EC, timezone=Etc/GMT-2
   [junit4]   2> NOTE: Linux 4.13.0-39-generic i386/Oracle Corporation 1.8.0_162 (32-bit)/cpus=8,threads=1,free=127998784,total=399462400
   [junit4]   2> NOTE: All tests run in this JVM: [TestLeaderInitiatedRecoveryThread, TestPullReplicaErrorHandling, TestUpdate, ShardSplitTest, DirectoryFactoryTest, AnalyticsMergeStrategyTest, TestValueSourceCache, TestSolrConfigHandlerCloud, SpatialRPTFieldTypeTest, TestNumericRangeQuery64, UUIDUpdateProcessorFallbackTest, V2ApiIntegrationTest, HealthCheckHandlerTest, SpellPossibilityIteratorTest, SpellCheckComponentTest, DistributedQueryComponentOptimizationTest, NotRequiredUniqueKeyTest, TestLazyCores, TestBlobHandler, BlockDirectoryTest, FileBasedSpellCheckerTest, AtomicUpdatesTest, TestRawResponseWriter, LukeRequestHandlerTest, CoreAdminHandlerTest, AnalysisAfterCoreReloadTest, LIROnShardRestartTest, TestCopyFieldCollectionResource, SpatialHeatmapFacetsTest, TestGraphTermsQParserPlugin, TestNamedUpdateProcessors, TestUniqueKeyFieldResource, TestCodecSupport, HdfsNNFailoverTest, TestPointFields, TestFaceting, TestSegmentSorting, ExecutePlanActionTest, JSONWriterTest, ConvertedLegacyTest, TestSolrCoreParser, OutOfBoxZkACLAndCredentialsProvidersTest, TestAnalyzedSuggestions, LeaderElectionTest, TestRandomCollapseQParserPlugin, AsyncCallRequestStatusResponseTest, TestCustomDocTransformer, TestJmxIntegration, TestSha256AuthenticationProvider, TestInPlaceUpdatesStandalone, TestFieldTypeResource, TestShardHandlerFactory, CacheHeaderTest, URLClassifyProcessorTest, TestCloudPseudoReturnFields, TimeZoneUtilsTest, TestRecoveryHdfs, TestSuggestSpellingConverter, AddReplicaTest, OverseerTaskQueueTest, DirectSolrSpellCheckerTest, TestRestoreCore, ChangedSchemaMergeTest, DistanceFunctionTest, TestCustomSort, LeaderElectionIntegrationTest, IndexSchemaRuntimeFieldTest, TestCoreContainer, RequestLoggingTest, TestInitParams, MultiSolrCloudTestCaseTest, TestConfigsApi, CdcrReplicationDistributedZkTest, TestSolrCloudWithHadoopAuthPlugin, ResponseLogComponentTest, TestGraphMLResponseWriter, TestDynamicLoading, DocValuesMultiTest, MinimalSchemaTest, TestPolicyCloud, DistributedFacetPivotLargeTest, TestReplicaProperties, BlockJoinFacetDistribTest, TestManagedSynonymGraphFilterFactory, CircularListTest, TestTolerantSearch, TestFastWriter, DistributedFacetPivotSmallTest, TestSolrQueryResponse, RulesTest, TermVectorComponentTest, TriLevelCompositeIdRoutingTest, TestTolerantUpdateProcessorRandomCloud, NoCacheHeaderTest, SuggesterTSTTest, DisMaxRequestHandlerTest, TestSkipOverseerOperations, DateFieldTest, ScheduledMaintenanceTriggerTest, TestDistributedStatsComponentCardinality, ClusterStateUpdateTest, InfixSuggestersTest, WordBreakSolrSpellCheckerTest, TestCloudSchemaless, AutoAddReplicasPlanActionTest, TestScoreJoinQPNoScore, TestExactSharedStatsCache, SolrCmdDistributorTest, SolrCLIZkUtilsTest, SolrJmxReporterTest, TestStressLiveNodes, TestDFISimilarityFactory, TestSolrCloudWithSecureImpersonation, CollectionTooManyReplicasTest, UnloadDistributedZkTest, SolrGangliaReporterTest, TestHdfsBackupRestoreCore, TestCoreDiscovery, TestSubQueryTransformerCrossCore, SearchHandlerTest, TestUnInvertedFieldException, TestCollectionsAPIViaSolrCloudCluster, TestLegacyNumericRangeQueryBuilder, PreAnalyzedFieldManagedSchemaCloudTest, TestLFUCache, HdfsTlogReplayBufferedWhileIndexingTest, NodeLostTriggerTest, TestExclusionRuleCollectionAccess, TestFiltering, BasicDistributedZk2Test, OverseerTest, BasicZkTest, RecoveryZkTest, TestZkChroot, TestRandomDVFaceting, DistributedSpellCheckComponentTest, TestRealTimeGet, TestStressReorder]
   [junit4] Completed [387/806 (1!)] on J2 in 1.29s, 1 test, 1 error <<< FAILURES!

[...truncated 47731 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21994/consoleText

[repro] Revision: bad0e3f164872c9e96fa366ab2dc1409581d7a34

[repro] Ant options: "-Dargs=-client -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=TestStressReorder -Dtests.method=testStressReorderVersions -Dtests.seed=C2D69ECAC5E27E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-EC -Dtests.timezone=Etc/GMT-2 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestStressReorder
[repro] ant compile-test

[...truncated 3298 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestStressReorder" -Dtests.showOutput=onerror "-Dargs=-client -XX:+UseConcMarkSweepGC" -Dtests.seed=C2D69ECAC5E27E5 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=es-EC -Dtests.timezone=Etc/GMT-2 -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 71 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.search.TestStressReorder
[repro] Exiting with code 0

[...truncated 40 lines...]

[JENKINS] Lucene-Solr-master-Linux (64bit/jdk-9.0.4) - Build # 21993 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21993/
Java: 64bit/jdk-9.0.4 -XX:-UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
	at __randomizedtesting.SeedInfo.seed([D17F58A07E2AD261:82C61A109C3B479B]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.assertTrue(Assert.java:43)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:404)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger

Error Message:
number of ops expected:<2> but was:<1>

Stack Trace:
java.lang.AssertionError: number of ops expected:<2> but was:<1>
	at __randomizedtesting.SeedInfo.seed([D17F58A07E2AD261:B2B46E22E7E5A14C]:0)
	at org.junit.Assert.fail(Assert.java:93)
	at org.junit.Assert.failNotEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:128)
	at org.junit.Assert.assertEquals(Assert.java:472)
	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:187)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 14422 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> Creating dataDir: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_D17F58A07E2AD261-001/init-core-data-001
   [junit4]   2> 1947661 WARN  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
   [junit4]   2> 1947661 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1947662 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0)
   [junit4]   2> 1947662 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1947662 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_D17F58A07E2AD261-001/tempDir-001
   [junit4]   2> 1947662 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1947662 INFO  (Thread-6691) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1947662 INFO  (Thread-6691) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1947664 ERROR (Thread-6691) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 1947762 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:36127
   [junit4]   2> 1947764 INFO  (zkConnectionManagerCallback-6141-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-2) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 9.0.4+11
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-1) [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git: daa59876e6f384329b122929e70a80934569428c; jvm 9.0.4+11
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@366f05c6{/solr,null,AVAILABLE}
   [junit4]   2> 1947767 INFO  (jetty-launcher-6138-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4ac487c5{/solr,null,AVAILABLE}
   [junit4]   2> 1947769 INFO  (jetty-launcher-6138-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3107cb88{HTTP/1.1,[http/1.1]}{127.0.0.1:42039}
   [junit4]   2> 1947769 INFO  (jetty-launcher-6138-thread-2) [    ] o.e.j.s.Server Started @1947803ms
   [junit4]   2> 1947769 INFO  (jetty-launcher-6138-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@ead4726{HTTP/1.1,[http/1.1]}{127.0.0.1:40565}
   [junit4]   2> 1947769 INFO  (jetty-launcher-6138-thread-1) [    ] o.e.j.s.Server Started @1947803ms
   [junit4]   2> 1947769 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42039}
   [junit4]   2> 1947769 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40565}
   [junit4]   2> 1947770 ERROR (jetty-launcher-6138-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1947770 ERROR (jetty-launcher-6138-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T18:26:47.676286Z
   [junit4]   2> 1947770 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2018-05-11T18:26:47.676296Z
   [junit4]   2> 1947771 INFO  (zkConnectionManagerCallback-6145-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947771 INFO  (zkConnectionManagerCallback-6144-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947771 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1947771 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1947775 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x1004f39fd7d0001, likely client has closed socket
   [junit4]   2> 1947779 INFO  (jetty-launcher-6138-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36127/solr
   [junit4]   2> 1947779 INFO  (jetty-launcher-6138-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36127/solr
   [junit4]   2> 1947780 INFO  (zkConnectionManagerCallback-6151-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947780 INFO  (zkConnectionManagerCallback-6153-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947781 INFO  (zkConnectionManagerCallback-6155-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947781 INFO  (zkConnectionManagerCallback-6157-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947850 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1947850 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 1947850 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:42039_solr
   [junit4]   2> 1947851 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40565_solr
   [junit4]   2> 1947851 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.Overseer Overseer (id=72144704522485765-127.0.0.1:42039_solr-n_0000000000) starting
   [junit4]   2> 1947861 INFO  (zkCallback-6156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1947863 INFO  (zkCallback-6154-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1947864 INFO  (zkConnectionManagerCallback-6166-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947865 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1947865 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36127/solr ready
   [junit4]   2> 1947866 DEBUG (OverseerAutoScalingTriggerThread-72144704522485765-127.0.0.1:42039_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1947867 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1947867 DEBUG (OverseerAutoScalingTriggerThread-72144704522485765-127.0.0.1:42039_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1947867 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42039_solr
   [junit4]   2> 1947867 DEBUG (OverseerAutoScalingTriggerThread-72144704522485765-127.0.0.1:42039_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion -1
   [junit4]   2> 1947867 DEBUG (OverseerAutoScalingTriggerThread-72144704522485765-127.0.0.1:42039_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1947870 INFO  (zkCallback-6165-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1947870 INFO  (zkCallback-6154-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1947870 INFO  (zkCallback-6156-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1947879 DEBUG (OverseerAutoScalingTriggerThread-72144704522485765-127.0.0.1:42039_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:40565_solr, 127.0.0.1:42039_solr]
   [junit4]   2> 1947882 DEBUG (ScheduledTrigger-8600-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1947886 DEBUG (OverseerAutoScalingTriggerThread-72144704522485765-127.0.0.1:42039_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1947886 DEBUG (OverseerAutoScalingTriggerThread-72144704522485765-127.0.0.1:42039_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1947957 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42039.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f28217f
   [junit4]   2> 1947962 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42039.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f28217f
   [junit4]   2> 1947962 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_42039.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f28217f
   [junit4]   2> 1947962 INFO  (jetty-launcher-6138-thread-2) [n:127.0.0.1:42039_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_D17F58A07E2AD261-001/tempDir-001/node2/.
   [junit4]   2> 1947980 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40565.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f28217f
   [junit4]   2> 1947985 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40565.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f28217f
   [junit4]   2> 1947985 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40565.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7f28217f
   [junit4]   2> 1947985 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_D17F58A07E2AD261-001/tempDir-001/node1/.
   [junit4]   2> 1947987 INFO  (zkConnectionManagerCallback-6171-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1947988 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1947988 INFO  (jetty-launcher-6138-thread-1) [n:127.0.0.1:40565_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36127/solr ready
   [junit4]   2> 1948006 INFO  (zkConnectionManagerCallback-6173-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1948008 INFO  (zkConnectionManagerCallback-6178-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1948009 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1948009 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36127/solr ready
   [junit4]   2> 1948012 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 1948012 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 0
   [junit4]   2> 1948012 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
   [junit4]   2> 1948012 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
   [junit4]   2> 1948012 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10006_solr, 127.0.0.1:10005_solr]
   [junit4]   2> 1948012 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1948012 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
   [junit4]   2> 1948012 DEBUG (ScheduledTrigger-8609-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948033 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948053 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948073 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948094 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948114 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948134 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948154 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948174 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948194 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948217 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948225 INFO  (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[D17F58A07E2AD261]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMergeIntegration
   [junit4]   2> 1948237 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948257 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948268 DEBUG (simCloudManagerPool-8608-thread-6) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMergeIntegration_collection / shard2: {"core_node3":{
   [junit4]   2>     "core":"testMergeIntegration_collection_shard2_replica_n3",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testMergeIntegration_collection"}}
   [junit4]   2> 1948268 DEBUG (simCloudManagerPool-8608-thread-7) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testMergeIntegration_collection / shard1: {"core_node1":{
   [junit4]   2>     "core":"testMergeIntegration_collection_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testMergeIntegration_collection"}}
   [junit4]   2> 1948277 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948289 DEBUG (simCloudManagerPool-8608-thread-19) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1948289 DEBUG (simCloudManagerPool-8608-thread-19) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 1948290 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 1948290 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1948290 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 1948291 DEBUG (simCloudManagerPool-8608-thread-20) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1948291 DEBUG (simCloudManagerPool-8608-thread-20) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 1948291 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 1948292 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1948292 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 1948294 DEBUG (simCloudManagerPool-8608-thread-21) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1948294 DEBUG (simCloudManagerPool-8608-thread-21) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 1948295 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 1948295 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1948295 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 1948297 DEBUG (ScheduledTrigger-8609-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948317 DEBUG (ScheduledTrigger-8609-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948338 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948358 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948378 DEBUG (ScheduledTrigger-8609-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948398 DEBUG (ScheduledTrigger-8609-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948418 DEBUG (ScheduledTrigger-8609-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948438 DEBUG (ScheduledTrigger-8609-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948439 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}
   [junit4]   2> 1948440 DEBUG (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [index_size_trigger, .auto_add_replicas, .scheduled_maintenance]
   [junit4]   2> 1948441 INFO  (ScheduledTrigger-8609-thread-4) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376776706768180, stage=STARTED, actionName='null', event={
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}, context={}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1948441 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}
   [junit4]   2> 1948442 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376776785071180, stage=BEFORE_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1948442 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}} with context properties: {BEFORE_ACTION=[compute_plan]}
   [junit4]   2> 1948443 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ComputePlanAction Computed plan empty, remained 0 requested ops to try.
   [junit4]   2> 1948443 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1376776839 sessionWrapper.createTime 1376776833680180, this.sessionWrapper.createTime 1376776833680180 
   [junit4]   2> 1948443 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376776842424430, stage=AFTER_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":1,
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}, context={properties.unsupportedOps=[Op{action=MERGESHARDS, hints={COLL_SHARD=[{
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard2"}, {
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard1"}]}}], properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger, properties.AFTER_ACTION=[compute_plan]}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1948443 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376776857555530, stage=BEFORE_ACTION, actionName='execute_plan', event={
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":1,
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}, context={properties.unsupportedOps=[Op{action=MERGESHARDS, hints={COLL_SHARD=[{
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard2"}, {
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard1"}]}}], properties.BEFORE_ACTION=[compute_plan, execute_plan], source=index_size_trigger, properties.AFTER_ACTION=[compute_plan]}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1948444 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ExecutePlanAction -- processing event: {
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":1,
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}} with context properties: {AFTER_ACTION=[compute_plan], unsupportedOps=[Op{action=MERGESHARDS, hints={COLL_SHARD=[{
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard2"}, {
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard1"}]}}], BEFORE_ACTION=[compute_plan, execute_plan]}
   [junit4]   2> 1948444 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ExecutePlanAction No operations to execute for event: {
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":1,
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}
   [junit4]   2> 1948444 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376776900027880, stage=AFTER_ACTION, actionName='execute_plan', event={
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":1,
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}, context={properties.unsupportedOps=[Op{action=MERGESHARDS, hints={COLL_SHARD=[{
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard2"}, {
   [junit4]   2>   "first":"testMergeIntegration_collection",
   [junit4]   2>   "second":"shard1"}]}}], properties.BEFORE_ACTION=[compute_plan, execute_plan], source=index_size_trigger, properties.AFTER_ACTION=[compute_plan, execute_plan]}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1948445 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376776924912730, stage=SUCCEEDED, actionName='null', event={
   [junit4]   2>   "id":"4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376769323399530,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "__start__":1,
   [junit4]   2>     "aboveSize":{},
   [junit4]   2>     "belowSize":{"testMergeIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testMergeIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":7,\n    \"SEARCHER.searcher.deletedDocs\":5,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":2,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":2,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testMergeIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testMergeIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":3,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":3,\n    \"violationType\":\"belowDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":3,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testMergeIntegration_collection\"}}"]},
   [junit4]   2>     "_enqueue_time_":1376776673060330,
   [junit4]   2>     "requestedOps":["Op{action=MERGESHARDS, hints={COLL_SHARD=[{\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard2\"}, {\n  \"first\":\"testMergeIntegration_collection\",\n  \"second\":\"shard1\"}]}}"]}}, context={}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1948445 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: index_size_trigger after 100ms
   [junit4]   2> 1948445 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 1948445 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .scheduled_maintenance after 100ms
   [junit4]   2> 1948445 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 210 ms for event id=4e42a1675796aTdx1vq4fwjwfif19wthp1f3oim
   [junit4]   2> 1948447 INFO  (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[D17F58A07E2AD261]) [    ] o.a.s.c.a.IndexSizeTriggerTest #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		2
   [junit4]   2> ## Empty nodes:	0
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:	[testMergeIntegration_collection]
   [junit4]   2> DocCollection(testMergeIntegration_collection//clusterstate.json/19)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard2":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testMergeIntegration_collection_shard2_replica_n3",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":3,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":3},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testMergeIntegration_collection_shard2_replica_n4",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":3,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":3}},
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active"},
   [junit4]   2>     "shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testMergeIntegration_collection_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":7,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":5,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":2},
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testMergeIntegration_collection_shard1_replica_n2",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":7,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":5,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":2}},
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> ## Max replicas per node:	2
   [junit4]   2> ## Min replicas per node:	2
   [junit4]   2> ## Total replicas:		4
   [junit4]   2> ## * testMergeIntegration_collection		4
   [junit4]   2> ##		- active           4
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##		- CREATE             1
   [junit4]   2> ##		- autoscaling        3
   [junit4]   2> ##		- update            19
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: index_size_trigger
   [junit4]   2> ##		- STARTED         1
   [junit4]   2> ##		- SUCCEEDED       1
   [junit4]   2> 
   [junit4]   2> 1948447 DEBUG (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[D17F58A07E2AD261]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 1948448 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 1948448 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1948448 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1948448 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 1948548 INFO  (TEST-IndexSizeTriggerTest.testMergeIntegration-seed#[D17F58A07E2AD261]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMergeIntegration
   [junit4]   2> 1948565 INFO  (TEST-IndexSizeTriggerTest.testMixedBounds-seed#[D17F58A07E2AD261]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testMixedBounds
   [junit4]   2> 1948565 WARN  (TEST-IndexSizeTriggerTest.testMixedBounds-seed#[D17F58A07E2AD261]) [    ] o.a.s.c.a.IndexSizeTriggerTest Requires SOLR-12208
   [junit4]   2> 1948565 INFO  (TEST-IndexSizeTriggerTest.testMixedBounds-seed#[D17F58A07E2AD261]) [    ] o.a.s.c.a.IndexSizeTriggerTest #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		2
   [junit4]   2> ## Empty nodes:	2
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:	[]
   [junit4]   2> ## Max replicas per node:	0
   [junit4]   2> ## Min replicas per node:	0
   [junit4]   2> ## Total replicas:		0
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: index_size_trigger
   [junit4]   2> ##		- STARTED         1
   [junit4]   2> ##		- SUCCEEDED       1
   [junit4]   2> 
   [junit4]   2> 1948565 DEBUG (TEST-IndexSizeTriggerTest.testMixedBounds-seed#[D17F58A07E2AD261]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 1948565 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 1948565 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1948565 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1948565 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 1948666 INFO  (TEST-IndexSizeTriggerTest.testMixedBounds-seed#[D17F58A07E2AD261]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testMixedBounds
   [junit4]   2> 1948681 INFO  (TEST-IndexSizeTriggerTest.testTrigger-seed#[D17F58A07E2AD261]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testTrigger
   [junit4]   2> 1948713 DEBUG (simCloudManagerPool-8608-thread-36) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testTrigger_collection / shard1: {"core_node1":{
   [junit4]   2>     "core":"testTrigger_collection_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testTrigger_collection"}}
   [junit4]   2> 1948821 INFO  (TEST-IndexSizeTriggerTest.testTrigger-seed#[D17F58A07E2AD261]) [    ] o.a.s.c.a.IndexSizeTriggerTest #######################################
   [junit4]   2> ############ CLUSTER STATE ############
   [junit4]   2> #######################################
   [junit4]   2> ## Live nodes:		2
   [junit4]   2> ## Empty nodes:	0
   [junit4]   2> ## Dead nodes:		0
   [junit4]   2> ## Collections:	[testTrigger_collection]
   [junit4]   2> DocCollection(testTrigger_collection//clusterstate.json/49)={
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"2",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "autoCreated":"true",
   [junit4]   2>   "shards":{
   [junit4]   2>     "shard2":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"testTrigger_collection_shard2_replica_n3",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":11,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":11},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testTrigger_collection_shard2_replica_n4",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":11,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":11}},
   [junit4]   2>       "range":"0-7fffffff",
   [junit4]   2>       "state":"active"},
   [junit4]   2>     "shard1":{
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node1":{
   [junit4]   2>           "core":"testTrigger_collection_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":14,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":14},
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testTrigger_collection_shard1_replica_n2",
   [junit4]   2>           "SEARCHER.searcher.maxDoc":14,
   [junit4]   2>           "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>           "INDEX.sizeInBytes":1,
   [junit4]   2>           "node_name":"127.0.0.1:10005_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "SEARCHER.searcher.numDocs":14}},
   [junit4]   2>       "range":"80000000-ffffffff",
   [junit4]   2>       "state":"active"}}}
   [junit4]   2> ## Max replicas per node:	2
   [junit4]   2> ## Min replicas per node:	2
   [junit4]   2> ## Total replicas:		4
   [junit4]   2> ## * testTrigger_collection		4
   [junit4]   2> ##		- active           4
   [junit4]   2> ######### Solr op counts ##########
   [junit4]   2> ##		- CREATE             1
   [junit4]   2> ##		- update            26
   [junit4]   2> ######### Autoscaling event counts ###########
   [junit4]   2> ## * Trigger: index_size_trigger
   [junit4]   2> ##		- STARTED         1
   [junit4]   2> ##		- SUCCEEDED       1
   [junit4]   2> 
   [junit4]   2> 1948822 DEBUG (TEST-IndexSizeTriggerTest.testTrigger-seed#[D17F58A07E2AD261]) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 6
   [junit4]   2> 1948822 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 6
   [junit4]   2> 1948822 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1948822 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1948822 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 6, lastZnodeVersion 6
   [junit4]   2> 1948884 DEBUG (ScheduledTrigger-8600-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2
   [junit4]   2> 1948922 INFO  (TEST-IndexSizeTriggerTest.testTrigger-seed#[D17F58A07E2AD261]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testTrigger
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=IndexSizeTriggerTest -Dtests.method=testTrigger -Dtests.seed=D17F58A07E2AD261 -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=cy -Dtests.timezone=America/Los_Angeles -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 0.26s J2 | IndexSizeTriggerTest.testTrigger <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: number of ops expected:<2> but was:<1>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D17F58A07E2AD261:B2B46E22E7E5A14C]:0)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:187)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 1948950 INFO  (TEST-IndexSizeTriggerTest.testSplitIntegration-seed#[D17F58A07E2AD261]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSplitIntegration
   [junit4]   2> 1948992 DEBUG (simCloudManagerPool-8608-thread-69) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard1: {"core_node1":{
   [junit4]   2>     "core":"testSplitIntegration_collection_shard1_replica_n1",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"testSplitIntegration_collection"}}
   [junit4]   2> 1948992 DEBUG (simCloudManagerPool-8608-thread-68) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testSplitIntegration_collection / shard2: {"core_node3":{
   [junit4]   2>     "core":"testSplitIntegration_collection_shard2_replica_n3",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":1,
   [junit4]   2>     "node_name":"127.0.0.1:10006_solr",
   [junit4]   2>     "state":"active",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "SEARCHER.searcher.numDocs":0,
   [junit4]   2>     "shard":"shard2",
   [junit4]   2>     "collection":"testSplitIntegration_collection"}}
   [junit4]   2> 1949003 DEBUG (simCloudManagerPool-8608-thread-70) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1949003 DEBUG (simCloudManagerPool-8608-thread-70) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 7
   [junit4]   2> 1949003 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 7
   [junit4]   2> 1949003 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1949003 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1949003 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 7, lastZnodeVersion 7
   [junit4]   2> 1949004 DEBUG (simCloudManagerPool-8608-thread-71) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1949004 DEBUG (simCloudManagerPool-8608-thread-71) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 8
   [junit4]   2> 1949004 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 8
   [junit4]   2> 1949004 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1949004 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1949004 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 8, lastZnodeVersion 8
   [junit4]   2> 1949004 DEBUG (simCloudManagerPool-8608-thread-72) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 1949005 DEBUG (simCloudManagerPool-8608-thread-72) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 9
   [junit4]   2> 1949005 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 9
   [junit4]   2> 1949005 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
   [junit4]   2> 1949005 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1949005 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 9, lastZnodeVersion 9
   [junit4]   2> 1949070 DEBUG (ScheduledTrigger-8609-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"4e4325d2009b8Tdx1vq4fwjwfif19wthp1f3oiq",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376804868721080,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":14,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":14,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":14,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":11,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":11,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":11,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}
   [junit4]   2> 1949070 DEBUG (ScheduledTrigger-8609-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [index_size_trigger]
   [junit4]   2> 1949070 INFO  (ScheduledTrigger-8609-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376808206314780, stage=STARTED, actionName='null', event={
   [junit4]   2>   "id":"4e4325d2009b8Tdx1vq4fwjwfif19wthp1f3oiq",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376804868721080,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":14,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":14,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":14,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":11,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":11,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":11,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":1376808200050830,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}, context={}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1949072 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"4e4325d2009b8Tdx1vq4fwjwfif19wthp1f3oiq",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376804868721080,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":14,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":14,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":14,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":11,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":11,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":11,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":1376808200050830,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}
   [junit4]   2> 1949073 INFO  (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.IndexSizeTriggerTest =======> CapturedEvent{timestamp=1376808310668630, stage=BEFORE_ACTION, actionName='compute_plan', event={
   [junit4]   2>   "id":"4e4325d2009b8Tdx1vq4fwjwfif19wthp1f3oiq",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376804868721080,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":14,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":14,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":14,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":11,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":11,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":11,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":1376808200050830,
   [junit4]   2>     "requestedOps":[
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard1\"}]}}",
   [junit4]   2>       "Op{action=SPLITSHARD, hints={COLL_SHARD=[{\n  \"first\":\"testSplitIntegration_collection\",\n  \"second\":\"shard2\"}]}}"]}}, context={properties.BEFORE_ACTION=[compute_plan], source=index_size_trigger}, config={
   [junit4]   2>   "trigger":"index_size_trigger",
   [junit4]   2>   "stage":[
   [junit4]   2>     "STARTED",
   [junit4]   2>     "ABORTED",
   [junit4]   2>     "SUCCEEDED",
   [junit4]   2>     "FAILED"],
   [junit4]   2>   "afterAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"],
   [junit4]   2>   "class":"org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest$CapturingTriggerListener",
   [junit4]   2>   "beforeAction":[
   [junit4]   2>     "compute_plan",
   [junit4]   2>     "execute_plan"]}, message='null'}
   [junit4]   2> 1949073 DEBUG (AutoscalingActionExecutor-8610-thread-1) [    ] o.a.s.c.a.ComputePlanAction -- processing event: {
   [junit4]   2>   "id":"4e4325d2009b8Tdx1vq4fwjwfif19wthp1f3oiq",
   [junit4]   2>   "source":"index_size_trigger",
   [junit4]   2>   "eventTime":1376804868721080,
   [junit4]   2>   "eventType":"INDEXSIZE",
   [junit4]   2>   "properties":{
   [junit4]   2>     "aboveSize":{"testSplitIntegration_collection":[
   [junit4]   2>         "{\"core_node1\":{\n    \"core\":\"testSplitIntegration_collection_shard1_replica_n1\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":14,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":14,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":14,\n    \"__bytes__\":1,\n    \"shard\":\"shard1\",\n    \"collection\":\"testSplitIntegration_collection\"}}",
   [junit4]   2>         "{\"core_node3\":{\n    \"core\":\"testSplitIntegration_collection_shard2_replica_n3\",\n    \"leader\":\"true\",\n    \"SEARCHER.searcher.maxDoc\":11,\n    \"SEARCHER.searcher.deletedDocs\":0,\n    \"INDEX.sizeInBytes\":1,\n    \"__docs__\":11,\n    \"violationType\":\"aboveDocs\",\n    \"node_name\":\"127.0.0.1:10006_solr\",\n    \"state\":\"active\",\n    \"type\":\"NRT\",\n    \"SEARCHER.searcher.numDocs\":11,\n    \"__bytes__\":1,\n    \"shard\":\"shard2\",\n    \"collection\":\"testSplitIntegration_collection\"}}"]},
   [junit4]   2>     "belowSize":{},
   [junit4]   2>     "_enqueue_time_":137680820

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

cs.MetricRegistry@26ff4d05
   [junit4]   2> 11399 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1474252622
   [junit4]   2> 11399 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 11399 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@255be48: rootName = solr_45013, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@2a09dac
   [junit4]   2> 11407 INFO  (jetty-closer-43-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 11407 INFO  (jetty-closer-43-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@195e035a: rootName = solr_40903, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4a4fbdcc
   [junit4]   2> 11407 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 11407 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@788478bb: rootName = solr_45013, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@4a4fbdcc
   [junit4]   2> 11412 INFO  (jetty-closer-43-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 11412 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 11413 INFO  (jetty-closer-43-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3a4e6d9d: rootName = solr_40903, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3cfabd9e
   [junit4]   2> 11413 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@64c6894d: rootName = solr_45013, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3cfabd9e
   [junit4]   2> 11414 INFO  (jetty-closer-43-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40903_solr
   [junit4]   2> 11415 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:45013_solr
   [junit4]   2> 11415 INFO  (jetty-closer-43-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 11416 INFO  (zkCallback-58-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 11416 INFO  (zkCallback-60-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 11416 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 11416 INFO  (jetty-closer-43-thread-2) [    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 11418 INFO  (zkCallback-69-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 11419 INFO  (zkCallback-58-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 11422 INFO  (zkCallback-60-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 11422 INFO  (zkCallback-74-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
   [junit4]   2> 11419 INFO  (jetty-closer-43-thread-1) [    ] o.a.s.c.Overseer Overseer (id=72144773452070917-127.0.0.1:40903_solr-n_0000000000) closing
   [junit4]   2> 11423 WARN  (OverseerAutoScalingTriggerThread-72144773452070917-127.0.0.1:40903_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 11423 DEBUG (jetty-closer-43-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 11423 INFO  (OverseerStateUpdate-72144773452070917-127.0.0.1:40903_solr-n_0000000000) [    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:40903_solr
   [junit4]   2> 11426 DEBUG (jetty-closer-43-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 11426 DEBUG (jetty-closer-43-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 11426 DEBUG (jetty-closer-43-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 11426 DEBUG (jetty-closer-43-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 11426 DEBUG (jetty-closer-43-thread-1) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 11427 INFO  (jetty-closer-43-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@18c5e026{/solr,null,UNAVAILABLE}
   [junit4]   2> 11427 INFO  (jetty-closer-43-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 11428 INFO  (jetty-closer-43-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3d9a6bba{/solr,null,UNAVAILABLE}
   [junit4]   2> 11428 INFO  (jetty-closer-43-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 11428 ERROR (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 11428 INFO  (SUITE-IndexSizeTriggerTest-seed#[D17F58A07E2AD261]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43791 43791
   [junit4]   2> 11633 INFO  (Thread-22) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:43791 43791
   [junit4]   2> 11633 WARN  (Thread-22) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_D17F58A07E2AD261-001
   [junit4]   2> May 11, 2018 6:44:23 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, docValues:{}, maxPointsInLeafNode=1722, maxMBSortInHeap=5.043636339339073, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2d797aff), locale=cy, timezone=America/Los_Angeles
   [junit4]   2> NOTE: Linux 4.13.0-39-generic amd64/Oracle Corporation 9.0.4 (64-bit)/cpus=8,threads=1,free=453469000,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSizeTriggerTest, IndexSizeTriggerTest]
   [junit4] Completed [5/5 (1!)] on J1 in 3.96s, 4 tests, 1 failure <<< FAILURES!

[...truncated 11 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1568: The following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-master-Linux/lucene/common-build.xml:1092: There were test failures: 5 suites, 20 tests, 1 failure [seed: D17F58A07E2AD261]

Total time: 16 seconds

[repro] Setting last failure code to 256

[repro] Failures:
[repro]   1/5 failed: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=2225d0e464eeeabcec682edcabd51b136ac1aee2, workspace=/var/lib/jenkins/workspace/Lucene-Solr-master-Linux
[WARNINGS] Computing warning deltas based on reference build #21992
Recording test results
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2