Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2931/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC

3 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica

Error Message:
Timeout waiting for collection to become active Live Nodes: 
[127.0.0.1:10203_solr, 127.0.0.1:10200_solr, 127.0.0.1:10202_solr, 
127.0.0.1:10204_solr, 127.0.0.1:10201_solr] Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/5)={   
"replicationFactor":"1",   "pullReplicas":"0",   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0",   
"autoCreated":"true",   "policy":"c1",   "shards":{"shard1":{       
"replicas":{"core_node1":{           
"core":"testCreateCollectionAddReplica_shard1_replica_n1",           
"SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,      
     "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10200_solr",   
        "state":"active",           "type":"NRT",           
"INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}}, 
      "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.lang.AssertionError: Timeout waiting for collection to become active
Live Nodes: [127.0.0.1:10203_solr, 127.0.0.1:10200_solr, 127.0.0.1:10202_solr, 
127.0.0.1:10204_solr, 127.0.0.1:10201_solr]
Last available state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/5)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10200_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
__randomizedtesting.SeedInfo.seed([C66E4BD34342822A:464E2EFD52016A8C]:0)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:70)
        at 
org.apache.solr.cloud.autoscaling.sim.TestSimPolicyCloud.testCreateCollectionAddReplica(TestSimPolicyCloud.java:123)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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)
Caused by: java.util.concurrent.TimeoutException: last ClusterState: 
znodeVersion: 6
live nodes:[127.0.0.1:10203_solr, 127.0.0.1:10200_solr, 127.0.0.1:10202_solr, 
127.0.0.1:10204_solr, 127.0.0.1:10201_solr]
collections:{testCreateCollectionAddReplica=DocCollection(testCreateCollectionAddReplica//clusterstate.json/5)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10200_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}}, last coll state: 
DocCollection(testCreateCollectionAddReplica//clusterstate.json/5)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "policy":"c1",
  "shards":{"shard1":{
      "replicas":{"core_node1":{
          "core":"testCreateCollectionAddReplica_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10200_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:112)
        at 
org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:64)
        ... 40 more


FAILED:  org.apache.solr.search.join.TestScoreJoinQPNoScore.testJoin

Error Message:
mismatch: '10'!='12' @ response/docs/[0]/id

Stack Trace:
java.lang.RuntimeException: mismatch: '10'!='12' @ response/docs/[0]/id
        at 
__randomizedtesting.SeedInfo.seed([C66E4BD34342822A:FB5D7E59221585BC]:0)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:1005)
        at org.apache.solr.SolrTestCaseJ4.assertJQ(SolrTestCaseJ4.java:952)
        at 
org.apache.solr.search.join.TestScoreJoinQPNoScore.testJoin(TestScoreJoinQPNoScore.java:79)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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.TestTlogReplica.testRecovery

Error Message:
Can not find doc 7 in https://127.0.0.1:45839/solr

Stack Trace:
java.lang.AssertionError: Can not find doc 7 in https://127.0.0.1:45839/solr
        at 
__randomizedtesting.SeedInfo.seed([C66E4BD34342822A:79E327F6E12488D]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:901)
        at 
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:566)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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 12988 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestTlogReplica
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/init-core-data-001
   [junit4]   2> 372764 WARN  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=33 numCloses=33
   [junit4]   2> 372764 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 372765 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 372765 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 372765 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001
   [junit4]   2> 372765 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 372765 INFO  (Thread-473) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 372765 INFO  (Thread-473) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 372769 ERROR (Thread-473) [    ] 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> 372865 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35441
   [junit4]   2> 372867 INFO  (zkConnectionManagerCallback-660-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372871 INFO  (jetty-launcher-657-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 372871 INFO  (jetty-launcher-657-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1ace225b{/solr,null,AVAILABLE}
   [junit4]   2> 372872 INFO  (jetty-launcher-657-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@410f5d85{/solr,null,AVAILABLE}
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@b4465f4{SSL,[ssl, 
http/1.1]}{127.0.0.1:36389}
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1c305ea6{SSL,[ssl, 
http/1.1]}{127.0.0.1:45839}
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-2) [    ] 
o.e.j.s.Server Started @372921ms
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-1) [    ] 
o.e.j.s.Server Started @372921ms
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36389}
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45839}
   [junit4]   2> 372874 ERROR (jetty-launcher-657-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 372874 ERROR (jetty-launcher-657-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.6.0
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 372874 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 372875 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 372875 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 372875 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-17T20:37:14.867020Z
   [junit4]   2> 372875 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-17T20:37:14.867026Z
   [junit4]   2> 372880 INFO  (zkConnectionManagerCallback-664-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372880 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 372880 INFO  (zkConnectionManagerCallback-663-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372881 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 372968 INFO  (jetty-launcher-657-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35441/solr
   [junit4]   2> 372969 INFO  (zkConnectionManagerCallback-668-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372971 INFO  (zkConnectionManagerCallback-670-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372994 INFO  (jetty-launcher-657-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35441/solr
   [junit4]   2> 372995 INFO  (zkConnectionManagerCallback-676-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 372996 INFO  (zkConnectionManagerCallback-678-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 373001 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36389_solr
   [junit4]   2> 373001 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.Overseer Overseer 
(id=72113574371786758-127.0.0.1:36389_solr-n_0000000000) starting
   [junit4]   2> 373004 INFO  (zkConnectionManagerCallback-685-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 373005 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35441/solr ready
   [junit4]   2> 373006 INFO  
(OverseerStateUpdate-72113574371786758-127.0.0.1:36389_solr-n_0000000000) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36389_solr
   [junit4]   2> 373006 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36389_solr
   [junit4]   2> 373007 INFO  (zkCallback-677-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 373007 INFO  (zkCallback-684-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 373010 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 373011 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 373011 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45839_solr
   [junit4]   2> 373021 INFO  (zkCallback-684-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 373025 INFO  (zkCallback-669-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 373025 INFO  (zkCallback-677-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 373028 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 373031 INFO  (zkConnectionManagerCallback-691-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 373031 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 373032 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35441/solr ready
   [junit4]   2> 373032 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 373041 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36389.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 373043 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45839.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 373048 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36389.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 373048 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36389.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 373049 INFO  (jetty-launcher-657-thread-2) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node2/.
   [junit4]   2> 373050 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45839.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 373050 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45839.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 373051 INFO  (jetty-launcher-657-thread-1) 
[n:127.0.0.1:45839_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node1/.
   [junit4]   2> 373073 INFO  (zkConnectionManagerCallback-694-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 373075 INFO  (zkConnectionManagerCallback-699-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 373076 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 373076 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35441/solr ready
   [junit4]   2> 373078 INFO  
(SUITE-TestTlogReplica-seed#[C66E4BD34342822A]-worker) [    ] 
o.a.s.c.TestTlogReplica Using legacyCloud?: false
   [junit4]   2> 373087 INFO  (qtp2133040708-2424) [n:127.0.0.1:45839_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params 
val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and 
sendToOCPQueue=true
   [junit4]   2> 373088 INFO  (qtp2133040708-2424) [n:127.0.0.1:45839_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2} 
status=0 QTime=1
   [junit4]   2> 373095 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testOutOfOrderDBQWithInPlaceUpdates
   [junit4]   2> 373097 INFO  (qtp2133040708-2422) [n:127.0.0.1:45839_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 373099 INFO  
(OverseerThreadFactory-1215-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
tlog_replica_test_out_of_order_db_qwith_in_place_updates
   [junit4]   2> 373205 INFO  (qtp2133040708-2426) [n:127.0.0.1:45839_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 373215 INFO  (qtp140657185-2425) [n:127.0.0.1:36389_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 373218 INFO  
(OverseerStateUpdate-72113574371786758-127.0.0.1:36389_solr-n_0000000000) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   
"collection":"tlog_replica_test_out_of_order_db_qwith_in_place_updates",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:36389/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 373219 INFO  
(OverseerStateUpdate-72113574371786758-127.0.0.1:36389_solr-n_0000000000) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   
"collection":"tlog_replica_test_out_of_order_db_qwith_in_place_updates",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   
"core":"tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45839/solr";,
   [junit4]   2>   "type":"TLOG",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 373424 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr    
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 373424 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr    
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG
   [junit4]   2> 373424 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr    
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 374432 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 374432 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 374436 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.s.IndexSchema 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
Schema name=minimal
   [junit4]   2> 374436 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.s.IndexSchema 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
Schema name=minimal
   [junit4]   2> 374841 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 374841 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 374841 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1' 
using configuration from collection 
tlog_replica_test_out_of_order_db_qwith_in_place_updates, trusted=true
   [junit4]   2> 374841 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2' 
using configuration from collection 
tlog_replica_test_out_of_order_db_qwith_in_place_updates, trusted=true
   [junit4]   2> 374842 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45839.solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t2'
 (registry 
'solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t2')
 enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 374842 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36389.solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1'
 (registry 
'solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1')
 enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 374842 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.SolrCore 
[[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node1/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node1/./tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/data/]
   [junit4]   2> 374842 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.SolrCore 
[[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] ] 
Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node2/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node2/./tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/data/]
   [junit4]   2> 374878 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 374878 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 374879 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 374879 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 374880 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@2c2c31e6[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
 main]
   [junit4]   2> 374881 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 374881 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 374881 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 374882 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614606381218791424
   [junit4]   2> 374882 INFO  
(searcherExecutor-1225-thread-1-processing-n:127.0.0.1:36389_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.SolrCore 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
Registered new searcher 
Searcher@2c2c31e6[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
 main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 374886 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/terms/shard1
 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 374892 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9995ms
   [junit4]   2> 374893 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 374893 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 374895 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 374895 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 374896 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@4dba6915[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
 main]
   [junit4]   2> 374897 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf
   [junit4]   2> 374897 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 374898 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 374898 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1614606381235568640
   [junit4]   2> 374899 INFO  
(searcherExecutor-1224-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.SolrCore 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
Registered new searcher 
Searcher@4dba6915[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
 main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 374903 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/terms/shard1
 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 375394 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 375394 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 375394 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:36389/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/
   [junit4]   2> 375394 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1 
url=https://127.0.0.1:36389/solr START 
replicas=[https://127.0.0.1:45839/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/]
 nUpdates=100
   [junit4]   2> 375395 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.u.PeerSync PeerSync: 
core=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1 
url=https://127.0.0.1:36389/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 375397 INFO  (qtp2133040708-2490) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.S.Request 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]  
webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 375397 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 375397 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
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> 375397 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 375397 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ZkController 
tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1 
stopping background replication from leader
   [junit4]   2> 375399 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:36389/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/
 shard1
   [junit4]   2> 375551 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 375553 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2129
   [junit4]   2> 375653 INFO  (zkCallback-677-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 375905 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.ZkController 
tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
starting background replication from leader
   [junit4]   2> 375905 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll 
interval: 00:00:03
   [junit4]   2> 375907 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
   [junit4]   2> 375907 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 375907 INFO  (indexFetcher-1235-thread-1) [    ] 
o.a.s.h.IndexFetcher Updated masterUrl to 
https://127.0.0.1:36389/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/
   [junit4]   2> 375909 INFO  (qtp140657185-2427) [n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.S.Request 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]  
webapp=/solr path=/replication 
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0 
QTime=0
   [junit4]   2> 375910 INFO  (indexFetcher-1235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's generation: 1
   [junit4]   2> 375910 INFO  (indexFetcher-1235-thread-1) [    ] 
o.a.s.h.IndexFetcher Master's version: 0
   [junit4]   2> 375910 INFO  (indexFetcher-1235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's generation: 1
   [junit4]   2> 375910 INFO  (indexFetcher-1235-thread-1) [    ] 
o.a.s.h.IndexFetcher Slave's version: 0
   [junit4]   2> 375910 INFO  (indexFetcher-1235-thread-1) [    ] 
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
   [junit4]   2> 375911 INFO  (indexFetcher-1235-thread-1) [    ] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27656b89[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
 main]
   [junit4]   2> 375912 INFO  (searcherExecutor-1224-thread-1) [    ] 
o.a.s.c.SolrCore 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
Registered new searcher 
Searcher@27656b89[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
 main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 376008 INFO  (zkCallback-669-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 376008 INFO  (zkCallback-677-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 376112 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
 status=0 QTime=2688
   [junit4]   2> 376114 INFO  (qtp2133040708-2422) [n:127.0.0.1:45839_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> 376114 INFO  (qtp2133040708-2422) [n:127.0.0.1:45839_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={pullReplicas=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
 status=0 QTime=3017
   [junit4]   2> 376120 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:36389/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/&wt=javabin&version=2}{add=[1
 (1)]} 0 0
   [junit4]   2> 376120 INFO  (qtp2133040708-2422) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&_version_=3&distrib.from=https://127.0.0.1:36389/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=inplace_updatable_int:5
 (-3)} 0 0
   [junit4]   2> 376121 INFO  (qtp2133040708-2414) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.inplace.prevversion=1&distrib.from=https://127.0.0.1:36389/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/&wt=javabin&version=2&distrib.inplace.update=true}{add=[1
 (2)]} 0 0
   [junit4]   2> 376122 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.ChaosMonkey monkey: kill jetty! 36389
   [junit4]   2> 376123 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@b4465f4{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 376124 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=76093040
   [junit4]   2> 376124 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 376124 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d4ea58: rootName = 
solr_36389, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@4c22ef00
   [junit4]   2> 376132 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 376132 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d426f80: rootName = 
solr_36389, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@634c0155
   [junit4]   2> 376135 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 376135 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5f327814: rootName = 
solr_36389, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@63f9eac9
   [junit4]   2> 376136 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36389_solr
   [junit4]   2> 376136 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 376136 INFO  (zkCallback-684-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 376136 INFO  (zkCallback-677-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 376136 INFO  (zkCallback-690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 376136 INFO  (zkCallback-698-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 376136 INFO  (zkCallback-669-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 376137 INFO  (coreCloseExecutor-1236-thread-1) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.SolrCore 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]  
CLOSING SolrCore org.apache.solr.core.SolrCore@4a9e5a22
   [junit4]   2> 376137 INFO  (coreCloseExecutor-1236-thread-1) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1,
 tag=4a9e5a22
   [junit4]   2> 376137 INFO  (coreCloseExecutor-1236-thread-1) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@12c6a25d: rootName = 
solr_36389, domain = 
solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1,
 service url = null, agent id = null] for registry 
solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1
 / com.codahale.metrics.MetricRegistry@3cbf50c9
   [junit4]   2> 376142 INFO  (coreCloseExecutor-1236-thread-1) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.leader,
 tag=4a9e5a22
   [junit4]   2> 376146 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.Overseer Overseer 
(id=72113574371786758-127.0.0.1:36389_solr-n_0000000000) closing
   [junit4]   2> 376146 INFO  
(OverseerStateUpdate-72113574371786758-127.0.0.1:36389_solr-n_0000000000) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36389_solr
   [junit4]   2> 376148 WARN  
(OverseerAutoScalingTriggerThread-72113574371786758-127.0.0.1:36389_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 376150 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@410f5d85{/solr,null,UNAVAILABLE}
   [junit4]   2> 376150 INFO  (zkCallback-669-thread-2) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45839_solr
   [junit4]   2> 376150 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 376150 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.ChaosMonkey monkey: stop jetty! 36389
   [junit4]   2> 376151 INFO  (zkCallback-669-thread-2) [n:127.0.0.1:45839_solr 
   ] o.a.s.c.Overseer Overseer 
(id=72113574371786756-127.0.0.1:45839_solr-n_0000000001) starting
   [junit4]   2> 376151 INFO  (zkCallback-669-thread-1) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 376154 INFO  
(OverseerStateUpdate-72113574371786756-127.0.0.1:45839_solr-n_0000000001) 
[n:127.0.0.1:45839_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45839_solr
   [junit4]   2> 376155 INFO  (zkCallback-698-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 376155 INFO  (zkCallback-669-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 376155 INFO  (zkCallback-698-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 376155 INFO  (zkCallback-698-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 376256 INFO  (zkCallback-698-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 376256 INFO  (zkCallback-669-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 376256 INFO  (zkCallback-698-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 376256 INFO  (zkCallback-698-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 378651 INFO  (zkCallback-669-thread-1) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:45839/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/
   [junit4]   2> 378651 INFO  (zkCallback-669-thread-1) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 378652 INFO  (zkCallback-669-thread-1) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:45839/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/
 has no replicas
   [junit4]   2> 378652 INFO  (zkCallback-669-thread-1) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.ZkController 
tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
stopping background replication from leader
   [junit4]   2> 378654 INFO  (zkCallback-669-thread-1) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext Replaying tlog before become new leader
   [junit4]   2> 378654 WARN  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.UpdateLog Starting log replay 
tlog{file=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node1/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/data/tlog/tlog.0000000000000000000
 refcount=2} active=false starting pos=0 inSortedOrder=true
   [junit4]   2> 378659 INFO  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45419cf8[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
 realtime]
   [junit4]   2> 378660 INFO  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 start 
commit{flags=2,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 378660 INFO  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@2d1a23c4 commitCommandVersion:0
   [junit4]   2> 378662 INFO  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1a85e48f[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
 main]
   [junit4]   2> 378662 INFO  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 378663 INFO  
(searcherExecutor-1224-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.SolrCore 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
Registered new searcher 
Searcher@1a85e48f[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.6.0):C1:fieldInfosGen=1:dvGen=2)))}
   [junit4]   2> 378663 INFO  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
{add=[1 (1), 1 (2)],deleteByQuery=inplace_updatable_int:5 (-3)} 0 9
   [junit4]   2> 378663 WARN  
(recoveryExecutor-1231-thread-1-processing-n:127.0.0.1:45839_solr 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.u.UpdateLog Log replay finished. recoveryInfo=RecoveryInfo{adds=2 
deletes=0 deleteByQuery=1 errors=0 positionOfStart=0}
   [junit4]   2> 378665 INFO  (zkCallback-669-thread-1) [n:127.0.0.1:45839_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node4 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:45839/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/
 shard1
   [junit4]   2> 378665 INFO  (zkCallback-669-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 378665 INFO  (zkCallback-698-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 378665 INFO  (zkCallback-698-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 378665 INFO  (zkCallback-698-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
 for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 378665 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.ChaosMonkey monkey: starting jetty! 36389
   [junit4]   2> 378666 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; 
git: d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
   [junit4]   2> 378667 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 378667 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 378667 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 378667 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6a5db10d{/solr,null,AVAILABLE}
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.AbstractConnector Started ServerConnector@6b496400{SSL,[ssl, 
http/1.1]}{127.0.0.1:36389}
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.e.j.s.Server Started @378715ms
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36389}
   [junit4]   2> 378668 ERROR 
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ 
version 7.6.0
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 378668 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-10-17T20:37:20.660723Z
   [junit4]   2> 378669 INFO  (zkConnectionManagerCallback-701-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 378670 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 378808 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35441/solr
   [junit4]   2> 378809 INFO  (zkConnectionManagerCallback-705-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 378811 INFO  (zkConnectionManagerCallback-707-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 378814 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 378816 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 378816 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36389_solr
   [junit4]   2> 378816 INFO  (zkCallback-669-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 378816 INFO  (zkCallback-698-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 378816 INFO  (zkCallback-690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 378817 INFO  (zkCallback-706-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 378829 INFO  (zkConnectionManagerCallback-714-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 378830 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 378831 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:35441/solr ready
   [junit4]   2> 378831 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 378841 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36389.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 378847 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36389.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 378847 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36389.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@440526c3
   [junit4]   2> 378848 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.c.CorePropertiesLocator Found 1 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.TestTlogReplica_C66E4BD34342822A-001/tempDir-001/node2/.
   [junit4]   2> 378848 INFO  
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[C66E4BD34342822A])
 [n:127.0.0.1:36389_solr    ] o.a.s.c.CorePropertiesLocator Cores are: 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
   [junit4]   2> 378853 INFO  
(coreLoadExecutor-1250-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr    ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 378863 INFO  
(coreLoadExecutor-1250-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr    ] o.a.s.s.IndexSchema 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
Schema name=minimal
   [junit4]   2> 378864 INFO  
(coreLoadExecutor-1250-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr    ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with 
uniqueid field id
   [junit4]   2> 378869 INFO  
(coreLoadExecutor-1250-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 378873 INFO  
(coreLoadExecutor-1250-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.s.IndexSchema 
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
Schema name=minimal
   [junit4]   2> 378874 INFO  
(coreLoadExecutor-1250-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 378874 INFO  
(coreLoadExecutor-1250-thread-1-processing-n:127.0.0.1:36389_solr) 
[n:127.0.0.1:36389_solr 
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1 
r:core_node3 
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] 
o.a.s.c.CoreContainer Creating SolrCore 
'tlog_replica_test_out_of_order_db_qwith_in_place_upd

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

s/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-i18n-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptor-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-admin-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-authn-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/api-all-1.0.0-M20.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/bcprov-jdk15on-1.60.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/byte-buddy-1.6.2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/commons-collections-3.2.2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/ehcache-core-2.4.4.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jersey-core-1.9.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jersey-server-1.9.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jetty-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/jetty-util-6.1.26.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/mina-core-2.0.0-M5.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/mockito-core-2.6.2.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/netty-all-4.0.36.Final.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/test-lib/objenesis-2.5.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/analysis/icu/lucene-analyzers-icu-7.6.0-SNAPSHOT.jar:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/contrib/solr-analysis-extras/classes/java:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/queryparser/classes/test:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/classes/test:/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-launcher.jar:/home/jenkins/.ant/lib/ivy-2.4.0.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-netrexx.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-xalan2.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-javamail.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-net.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-regexp.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-oro.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jmf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-log4j.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jsch.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jai.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bsf.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit4.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-resolver.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-apache-bcel.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-junit.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-jdepend.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-testutil.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-antlr.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-swing.jar:/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2/lib/ant-commons-logging.jar:/home/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20181017_203101_9112826691679156406145.events
 
@/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20181017_203101_9111599575654760842455.suites
 -stdin
   [junit4] ERROR: JVM J0 ended with an exception: Forked process returned with 
error code: 134. Very likely a JVM crash.  See process stdout at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20181017_203101_91115499170654442305529.sysout
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1542)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4]     at 
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
   [junit4]     at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
   [junit4]     at java.base/java.lang.Thread.run(Thread.java:844)

BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:633: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:577: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:59: The following error 
occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build.xml:267: The following 
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/common-build.xml:558: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1567: The 
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:1092: At 
least one slave process threw an exception, first: Forked process returned with 
error code: 134. Very likely a JVM crash.  See process stdout at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20181017_203101_91115499170654442305529.sysout

Total time: 67 minutes 37 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting 
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to