Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.0-Windows/186/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseG1GC --illegal-access=deny
2 tests failed.
FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery
Error Message:
Replica core_node1 not up to date after 0 seconds expected:<4> but was:<2>
Stack Trace:
java.lang.AssertionError: Replica core_node1 not up to date after 0 seconds
expected:<4> but was:<2>
at
__randomizedtesting.SeedInfo.seed([242CC9592BB21A6F:E5DCB0F506E2D0C8]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:743)
at
org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:731)
at
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:538)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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.testOutOfOrderDBQWithInPlaceUpdates
Error Message:
Error from server at https://127.0.0.1:54694/solr: Request says it is coming
from leader, but we are the leader
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:54694/solr: Request says it is coming from
leader, but we are the leader
at
__randomizedtesting.SeedInfo.seed([242CC9592BB21A6F:A2ED31B474E3CC8F]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:627)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.cloud.TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates(TestTlogReplica.java:662)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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 10986 lines...]
[junit4] Suite: org.apache.solr.cloud.TestTlogReplica
[junit4] 2> Creating dataDir:
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\init-core-data-001
[junit4] 2> 34070 WARN
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=43 numCloses=43
[junit4] 2> 34070 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 34071 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 34072 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\tempDir-001
[junit4] 2> 34072 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 34073 INFO (Thread-128) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 34073 INFO (Thread-128) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 34077 ERROR (Thread-128) [ ] 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> 34172 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:54690
[junit4] 2> 34183 INFO (jetty-launcher-115-thread-1) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 34183 INFO (jetty-launcher-115-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7c5c321{/solr,null,AVAILABLE}
[junit4] 2> 34183 INFO (jetty-launcher-115-thread-2) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 34187 INFO (jetty-launcher-115-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@57a01ee6{/solr,null,AVAILABLE}
[junit4] 2> 34188 INFO (jetty-launcher-115-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4bc69da5{SSL,[ssl,
http/1.1]}{127.0.0.1:54694}
[junit4] 2> 34188 INFO (jetty-launcher-115-thread-1) [ ]
o.e.j.s.Server Started @36362ms
[junit4] 2> 34188 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=54694}
[junit4] 2> 34188 ERROR (jetty-launcher-115-thread-1) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 34188 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.1
[junit4] 2> 34188 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 34188 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 34188 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-05T02:42:46.194197400Z
[junit4] 2> 34189 INFO (jetty-launcher-115-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@1c8e9fd4{SSL,[ssl,
http/1.1]}{127.0.0.1:54697}
[junit4] 2> 34189 INFO (jetty-launcher-115-thread-2) [ ]
o.e.j.s.Server Started @36364ms
[junit4] 2> 34189 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=54697}
[junit4] 2> 34190 ERROR (jetty-launcher-115-thread-2) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 34190 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.1
[junit4] 2> 34190 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 34190 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 34190 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-05T02:42:46.196279600Z
[junit4] 2> 34193 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 34194 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 34198 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15eea69f4c20001, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 34199 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15eea69f4c20002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 34201 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54690/solr
[junit4] 2> 34202 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54690/solr
[junit4] 2> 34207 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15eea69f4c20004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 34323 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 34323 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54697_solr
[junit4] 2> 34324 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98773982647549958-127.0.0.1:54697_solr-n_0000000000) starting
[junit4] 2> 34337 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54697_solr
[junit4] 2> 34340 INFO (zkCallback-126-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 34355 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 34356 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 34359 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54694_solr
[junit4] 2> 34383 INFO (zkCallback-126-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 34383 INFO (zkCallback-127-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 34389 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54697.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 34395 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54697.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 34395 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54697.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 34395 INFO (jetty-launcher-115-thread-2) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\tempDir-001\node2\.
[junit4] 2> 34445 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54694.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 34452 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54694.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 34452 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54694.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 34453 INFO (jetty-launcher-115-thread-1) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\tempDir-001\node1\.
[junit4] 2> 34475 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15eea69f4c20007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 34480 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 34481 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54690/solr ready
[junit4] 2> 34486 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.c.TestTlogReplica Using legacyCloud?: false
[junit4] 2> 34506 INFO (qtp1273485585-690) [ ]
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> 34508 INFO (qtp1273485585-690) [ ] 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=2
[junit4] 2> 34523 INFO
(TEST-TestTlogReplica.testOnlyLeaderIndexes-seed#[242CC9592BB21A6F]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testOnlyLeaderIndexes
[junit4] 2> 34525 INFO (qtp1273485585-689) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_only_leader_indexes&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 34528 INFO (OverseerThreadFactory-615-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection
tlog_replica_test_only_leader_indexes
[junit4] 2> 34639 INFO
(OverseerStateUpdate-98773982647549958-127.0.0.1:54697_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"tlog_replica_test_only_leader_indexes",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"tlog_replica_test_only_leader_indexes_shard1_replica_t1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:54694/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 34640 INFO
(OverseerStateUpdate-98773982647549958-127.0.0.1:54697_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"tlog_replica_test_only_leader_indexes",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"tlog_replica_test_only_leader_indexes_shard1_replica_t2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:54697/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 34849 INFO (qtp1273485585-688) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 34849 INFO (qtp1273485585-688) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 34869 INFO (qtp1006505532-684) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 34870 INFO (qtp1006505532-684) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 34976 INFO (zkCallback-126-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 34976 INFO (zkCallback-127-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 34977 INFO (zkCallback-127-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 34978 INFO (zkCallback-126-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 35894 INFO (qtp1273485585-688) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.1
[junit4] 2> 35900 INFO (qtp1273485585-688) [ ] o.a.s.s.IndexSchema
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] Schema name=minimal
[junit4] 2> 35902 INFO (qtp1273485585-688) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 35902 INFO (qtp1273485585-688) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'tlog_replica_test_only_leader_indexes_shard1_replica_t2'
using configuration from collection tlog_replica_test_only_leader_indexes,
trusted=true
[junit4] 2> 35902 INFO (qtp1273485585-688) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54697.solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t2'
(registry 'solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t2')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 35903 INFO (qtp1273485585-688) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 35903 INFO (qtp1273485585-688) [ ] o.a.s.c.SolrCore
[[tlog_replica_test_only_leader_indexes_shard1_replica_t2] ] Opening new
SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\tempDir-001\node2\tlog_replica_test_only_leader_indexes_shard1_replica_t2],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\tempDir-001\node2\.\tlog_replica_test_only_leader_indexes_shard1_replica_t2\data\]
[junit4] 2> 35941 INFO (qtp1006505532-684) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.1
[junit4] 2> 35977 INFO (qtp1006505532-684) [ ] o.a.s.s.IndexSchema
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] Schema name=minimal
[junit4] 2> 35979 INFO (qtp1006505532-684) [ ] o.a.s.s.IndexSchema
Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 35979 INFO (qtp1006505532-684) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'tlog_replica_test_only_leader_indexes_shard1_replica_t1'
using configuration from collection tlog_replica_test_only_leader_indexes,
trusted=true
[junit4] 2> 35979 INFO (qtp1006505532-684) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54694.solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t1'
(registry 'solr.core.tlog_replica_test_only_leader_indexes.shard1.replica_t1')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@688beb42
[junit4] 2> 35979 INFO (qtp1006505532-684) [ ] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 35979 INFO (qtp1006505532-684) [ ] o.a.s.c.SolrCore
[[tlog_replica_test_only_leader_indexes_shard1_replica_t1] ] Opening new
SolrCore at
[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\tempDir-001\node1\tlog_replica_test_only_leader_indexes_shard1_replica_t1],
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001\tempDir-001\node1\.\tlog_replica_test_only_leader_indexes_shard1_replica_t1\data\]
[junit4] 2> 35999 INFO (qtp1273485585-688) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 35999 INFO (qtp1273485585-688) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 36001 INFO (qtp1273485585-688) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 36001 INFO (qtp1273485585-688) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 36013 INFO (qtp1273485585-688) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@650ef18c[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main]
[junit4] 2> 36015 INFO (qtp1273485585-688) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 36015 INFO (qtp1273485585-688) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 36016 INFO (qtp1273485585-688) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 36016 INFO (qtp1273485585-688) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1580383724395036672
[junit4] 2> 36022 INFO (qtp1273485585-688) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 36099 INFO (searcherExecutor-620-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t2]
Registered new searcher
Searcher@650ef18c[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 36149 INFO (qtp1006505532-684) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 36149 INFO (qtp1006505532-684) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 36150 INFO (qtp1006505532-684) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 36150 INFO (qtp1006505532-684) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 36154 INFO (zkCallback-126-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36154 INFO (zkCallback-126-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36154 INFO (zkCallback-127-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36154 INFO (zkCallback-127-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36171 INFO (qtp1006505532-684) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@443957b3[tlog_replica_test_only_leader_indexes_shard1_replica_t1]
main]
[junit4] 2> 36174 INFO (qtp1006505532-684) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 36174 INFO (qtp1006505532-684) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 36175 INFO (qtp1006505532-684) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 36176 INFO (qtp1006505532-684) [ ] o.a.s.u.UpdateLog Could
not find max version in index or recent updates, using new clock
1580383724562808832
[junit4] 2> 36177 INFO (searcherExecutor-621-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t1]
Registered new searcher
Searcher@443957b3[tlog_replica_test_only_leader_indexes_shard1_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 36587 INFO (qtp1273485585-688) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 36587 INFO (qtp1273485585-688) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 36587 INFO (qtp1273485585-688) [ ] o.a.s.c.SyncStrategy
Sync replicas to
https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/
[junit4] 2> 36591 INFO (qtp1273485585-688) [ ] o.a.s.u.PeerSync
PeerSync: core=tlog_replica_test_only_leader_indexes_shard1_replica_t2
url=https://127.0.0.1:54697/solr START
replicas=[https://127.0.0.1:54694/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t1/]
nUpdates=100
[junit4] 2> 36591 INFO (qtp1273485585-688) [ ] o.a.s.u.PeerSync
PeerSync: core=tlog_replica_test_only_leader_indexes_shard1_replica_t2
url=https://127.0.0.1:54697/solr DONE. We have no versions. sync failed.
[junit4] 2> 36755 INFO (qtp1006505532-681) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 36755 INFO (qtp1273485585-688) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 36755 INFO (qtp1273485585-688) [ ]
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> 36755 INFO (qtp1273485585-688) [ ]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 36756 INFO (qtp1273485585-688) [ ] o.a.s.c.ZkController
tlog_replica_test_only_leader_indexes_shard1_replica_t2 stopping background
replication from leader
[junit4] 2> 36769 INFO (qtp1273485585-688) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/
shard1
[junit4] 2> 36892 INFO (zkCallback-126-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36892 INFO (zkCallback-126-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36892 INFO (zkCallback-127-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36892 INFO (zkCallback-127-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 36950 INFO (qtp1273485585-688) [ ] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 36952 INFO (qtp1273485585-688) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2103
[junit4] 2> 37059 INFO (zkCallback-126-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 37059 INFO (zkCallback-126-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 37059 INFO (zkCallback-127-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 37059 INFO (zkCallback-127-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 37217 INFO (qtp1006505532-684) [ ] o.a.s.c.ZkController
tlog_replica_test_only_leader_indexes_shard1_replica_t1 starting background
replication from leader
[junit4] 2> 37217 INFO (qtp1006505532-684) [ ]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:03
[junit4] 2> 37224 INFO (qtp1006505532-684) [ ]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
[junit4] 2> 37226 INFO (qtp1006505532-684) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node1&collection.configName=conf&newCollection=true&name=tlog_replica_test_only_leader_indexes_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_only_leader_indexes&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2356
[junit4] 2> 37235 INFO (qtp1273485585-689) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 37337 INFO (zkCallback-126-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 37338 INFO (zkCallback-127-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 37338 INFO (zkCallback-127-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 37337 INFO (zkCallback-126-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_only_leader_indexes/state.json] for
collection [tlog_replica_test_only_leader_indexes] has occurred - updating...
(live nodes size: [2])
[junit4] 2> 38235 INFO (qtp1273485585-689) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_only_leader_indexes&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
status=0 QTime=3710
[junit4] 2> 38262 INFO (qtp1006505532-686) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[1
(1580383726729166848), 2 (1580383726733361152), 3 (1580383726733361153), 4
(1580383726733361154)]} 0 11
[junit4] 2> 38262 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[1 (1580383726729166848), 2
(1580383726733361152), 3 (1580383726733361153), 4 (1580383726733361154)]} 0 21
[junit4] 2> 38271 INFO (qtp1273485585-690) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/get params={distrib=false&qt=/get&id=1&wt=javabin&version=2} status=0
QTime=1
[junit4] 2> 38273 INFO (qtp1273485585-694) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/get params={distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38275 INFO (qtp1273485585-688) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/get params={distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38276 INFO (qtp1273485585-689) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/get params={distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38286 INFO (qtp1006505532-679) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get params={distrib=false&qt=/get&id=1&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38288 INFO (qtp1006505532-681) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get params={distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38289 INFO (qtp1006505532-684) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get params={distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38291 INFO (qtp1006505532-683) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get params={distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38306 INFO (qtp1006505532-680) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{delete=[1
(-1580383726783692800)]} 0 11
[junit4] 2> 38307 INFO (qtp1273485585-692) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{delete=[1 (-1580383726783692800)]} 0
14
[junit4] 2> 38318 INFO (qtp1273485585-690) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@40a6a8c2[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
realtime]
[junit4] 2> 38320 INFO (qtp1273485585-690) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@dfc0a8e[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
realtime]
[junit4] 2> 38323 INFO (qtp1006505532-679) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&_version_=-1580383726799421440&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{deleteByQuery=id:2
(-1580383726799421440)} 0 0
[junit4] 2> 38323 INFO (qtp1273485585-690) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{deleteByQuery=id:2
(-1580383726799421440)} 0 15
[junit4] 2> 38330 INFO (qtp1006505532-684) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get params={distrib=false&qt=/get&id=2&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38333 INFO (qtp1006505532-686) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get params={distrib=false&qt=/get&id=3&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38334 INFO (qtp1006505532-686) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/get params={distrib=false&qt=/get&id=4&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 38339 INFO (qtp1006505532-682) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 38345 INFO (qtp1273485585-695) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1580383726837170176,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 38345 INFO (qtp1273485585-695) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68efa300
commitCommandVersion:1580383726837170176
[junit4] 2> 38347 INFO (qtp1273485585-695) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1759846c[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main]
[junit4] 2> 38347 INFO (qtp1273485585-695) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 38348 INFO (searcherExecutor-620-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t2]
Registered new searcher
Searcher@1759846c[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):C4/2:delGen=2)))}
[junit4] 2> 38349 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 3
[junit4] 2> 38351 INFO (qtp1273485585-694) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={_stateVer_=tlog_replica_test_only_leader_indexes:6&commit=true&wt=javabin&version=2}{commit=}
0 13
[junit4] 2> 38358 INFO (qtp1006505532-679) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 38461 INFO (qtp1006505532-684) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 38562 INFO (qtp1006505532-686) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 38618 INFO
(OverseerCollectionConfigSetProcessor-98773982647549958-127.0.0.1:54697_solr-n_0000000000)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 38663 INFO (qtp1006505532-681) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 38766 INFO (qtp1006505532-680) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 38868 INFO (qtp1006505532-683) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 38969 INFO (qtp1006505532-682) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 39071 INFO (qtp1006505532-679) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 39172 INFO (qtp1006505532-684) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 39274 INFO (qtp1006505532-686) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 39375 INFO (qtp1006505532-681) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 39473 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Updated masterUrl to
https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/
[junit4] 2> 39478 INFO (qtp1273485585-690) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 39478 INFO (qtp1006505532-680) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 39479 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Master's generation: 2
[junit4] 2> 39479 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Master's version: 1507171370351
[junit4] 2> 39479 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 39479 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 39479 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Starting replication process
[junit4] 2> 39483 INFO (qtp1273485585-689) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&wt=javabin&version=2&command=filelist}
status=0 QTime=3
[junit4] 2> 39484 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Number of files in latest index in master: 16
[junit4] 2> 39487 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Starting download (fullCopy=false) to
MockDirectoryWrapper(RAMDirectory@56904724
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5864d182)
[junit4] 2> 39493 INFO (qtp1273485585-688) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_2.liv&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=2
[junit4] 2> 39496 INFO (qtp1273485585-695) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39499 INFO (qtp1273485585-694) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.pos&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39501 INFO (qtp1273485585-691) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39503 INFO (qtp1273485585-692) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tib&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39506 INFO (qtp1273485585-690) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39508 INFO (qtp1273485585-689) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39510 INFO (qtp1273485585-688) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Asserting_0.dvd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39525 INFO (qtp1273485585-695) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.tiv&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39529 INFO (qtp1273485585-695) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Memory_0.mdvd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39533 INFO (qtp1273485585-691) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Memory_0.mdvm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39535 INFO (qtp1273485585-691) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Asserting_0.dvm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39536 INFO (qtp1273485585-690) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39538 INFO (qtp1273485585-689) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_LuceneVarGapDocFreqInterval_0.doc&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39540 INFO (qtp1273485585-688) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39549 INFO (qtp1273485585-688) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 39551 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.h.IndexFetcher Total time taken for download
(fullCopy=false,bytesDownloaded=2670) : 0 secs (null bytes/sec) to
MockDirectoryWrapper(RAMDirectory@56904724
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@5864d182)
[junit4] 2> 39556 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
[junit4] 2> 39557 INFO (indexFetcher-631-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4af194f9[tlog_replica_test_only_leader_indexes_shard1_replica_t1]
main]
[junit4] 2> 39593 INFO (searcherExecutor-621-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t1]
Registered new searcher
Searcher@4af194f9[tlog_replica_test_only_leader_indexes_shard1_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):C4/2:delGen=2)))}
[junit4] 2> 39596 INFO (qtp1006505532-680) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=1
[junit4] 2> 39612 INFO (qtp1273485585-692) [ ] o.a.s.c.S.Request
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/select params={q=*:*&wt=javabin&version=2} hits=2 status=0 QTime=0
[junit4] 2> 39621 INFO (qtp1006505532-680) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[15
(1580383728168861696)]} 0 1
[junit4] 2> 39621 INFO (qtp1273485585-690) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[15 (1580383728168861696)]} 0 6
[junit4] 2> 39625 INFO (qtp1006505532-679) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[16
(1580383728177250304)]} 0 1
[junit4] 2> 39626 INFO (qtp1273485585-689) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[16 (1580383728177250304)]} 0 3
[junit4] 2> 39630 INFO (qtp1006505532-684) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[17
(1580383728182493184)]} 0 0
[junit4] 2> 39631 INFO (qtp1273485585-688) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[17 (1580383728182493184)]} 0 3
[junit4] 2> 39634 INFO (qtp1006505532-686) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[18
(1580383728186687488)]} 0 0
[junit4] 2> 39636 INFO (qtp1273485585-694) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[18 (1580383728186687488)]} 0 2
[junit4] 2> 39639 INFO (qtp1006505532-681) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[19
(1580383728191930368)]} 0 0
[junit4] 2> 39640 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[19 (1580383728191930368)]} 0 3
[junit4] 2> 39643 INFO (qtp1006505532-683) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[20
(1580383728196124672)]} 0 0
[junit4] 2> 39643 INFO (qtp1273485585-692) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[20 (1580383728196124672)]} 0 2
[junit4] 2> 39648 INFO (qtp1006505532-680) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[21
(1580383728201367552)]} 0 0
[junit4] 2> 39649 INFO (qtp1273485585-691) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[21 (1580383728201367552)]} 0 3
[junit4] 2> 39652 INFO (qtp1006505532-679) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[22
(1580383728206610432)]} 0 0
[junit4] 2> 39653 INFO (qtp1273485585-690) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[22 (1580383728206610432)]} 0 3
[junit4] 2> 39656 INFO (qtp1006505532-684) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[23
(1580383728210804736)]} 0 0
[junit4] 2> 39657 INFO (qtp1273485585-689) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[23 (1580383728210804736)]} 0 2
[junit4] 2> 39661 INFO (qtp1006505532-682) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[24
(1580383728214999040)]} 0 0
[junit4] 2> 39661 INFO (qtp1273485585-688) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[24 (1580383728214999040)]} 0 2
[junit4] 2> 39666 INFO (qtp1006505532-681) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[25
(1580383728219193344)]} 0 0
[junit4] 2> 39666 INFO (qtp1273485585-694) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[25 (1580383728219193344)]} 0 2
[junit4] 2> 39669 INFO (qtp1006505532-683) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[26
(1580383728224436224)]} 0 0
[junit4] 2> 39669 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[26 (1580383728224436224)]} 0 2
[junit4] 2> 39672 INFO (qtp1006505532-686) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[27
(1580383728227581952)]} 0 0
[junit4] 2> 39673 INFO (qtp1273485585-692) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[27 (1580383728227581952)]} 0 2
[junit4] 2> 39677 INFO (qtp1006505532-679) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[28
(1580383728231776256)]} 0 0
[junit4] 2> 39678 INFO (qtp1273485585-691) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[28 (1580383728231776256)]} 0 3
[junit4] 2> 39682 INFO (qtp1006505532-682) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[29
(1580383728237019136)]} 0 0
[junit4] 2> 39683 INFO (qtp1273485585-690) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[29 (1580383728237019136)]} 0 3
[junit4] 2> 39688 INFO (qtp1006505532-680) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[30
(1580383728241213440)]} 0 0
[junit4] 2> 39688 INFO (qtp1273485585-689) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[30 (1580383728241213440)]} 0 4
[junit4] 2> 39696 INFO (qtp1006505532-683) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[31
(1580383728251699200)]} 0 0
[junit4] 2> 39696 INFO (qtp1273485585-688) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[31 (1580383728251699200)]} 0 2
[junit4] 2> 39699 INFO (qtp1006505532-686) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 39703 INFO (qtp1273485585-695) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1580383728261136384,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 39703 INFO (qtp1273485585-695) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68efa300
commitCommandVersion:1580383728261136384
[junit4] 2> 39709 INFO (qtp1273485585-695) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6bbc219b[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main]
[junit4] 2> 39712 INFO (searcherExecutor-620-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t2]
Registered new searcher
Searcher@6bbc219b[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):C4/2:delGen=2)
Uninverting(_1(7.0.1):C17)))}
[junit4] 2> 39713 INFO (qtp1273485585-695) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 39713 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 9
[junit4] 2> 39713 INFO (qtp1273485585-694) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={_stateVer_=tlog_replica_test_only_leader_indexes:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 16
[junit4] 2> 39719 INFO (qtp1006505532-679) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[32
(1580383728273719296)]} 0 0
[junit4] 2> 39719 INFO (qtp1273485585-692) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[32 (1580383728273719296)]} 0 4
[junit4] 2> 39723 INFO (qtp1006505532-684) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[33
(1580383728280010752)]} 0 0
[junit4] 2> 39723 INFO (qtp1273485585-691) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[33 (1580383728280010752)]} 0 2
[junit4] 2> 39727 INFO (qtp1006505532-681) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[34
(1580383728285253632)]} 0 0
[junit4] 2> 39728 INFO (qtp1273485585-690) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[34 (1580383728285253632)]} 0 2
[junit4] 2> 39731 INFO (qtp1006505532-681) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[35
(1580383728288399360)]} 0 0
[junit4] 2> 39732 INFO (qtp1273485585-689) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[35 (1580383728288399360)]} 0 2
[junit4] 2> 39735 INFO (qtp1006505532-682) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[36
(1580383728292593664)]} 0 0
[junit4] 2> 39736 INFO (qtp1273485585-688) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[36 (1580383728292593664)]} 0 2
[junit4] 2> 39738 INFO (qtp1006505532-682) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[37
(1580383728296787968)]} 0 0
[junit4] 2> 39739 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[37 (1580383728296787968)]} 0 2
[junit4] 2> 39742 INFO (qtp1006505532-683) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 39744 INFO (qtp1273485585-692) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1580383728304128000,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 39745 INFO (qtp1273485585-692) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68efa300
commitCommandVersion:1580383728304128000
[junit4] 2> 39749 INFO (qtp1273485585-692) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@23bc5d03[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main]
[junit4] 2> 39749 INFO (qtp1273485585-692) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 39751 INFO (searcherExecutor-620-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t2]
Registered new searcher
Searcher@23bc5d03[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):C4/2:delGen=2)
Uninverting(_1(7.0.1):C17) Uninverting(_2(7.0.1):C6)))}
[junit4] 2> 39752 INFO (qtp1273485585-692) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 7
[junit4] 2> 39753 INFO (qtp1273485585-694) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={_stateVer_=tlog_replica_test_only_leader_indexes:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 11
[junit4] 2> 39757 INFO (qtp1006505532-683) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[38
(1580383728314613760)]} 0 0
[junit4] 2> 39757 INFO (qtp1273485585-691) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[38 (1580383728314613760)]} 0 3
[junit4] 2> 39760 INFO (qtp1273485585-689) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1580383728320905216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 39760 INFO (qtp1006505532-684) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 39760 INFO (qtp1273485585-689) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68efa300
commitCommandVersion:1580383728320905216
[junit4] 2> 39764 INFO (qtp1273485585-689) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@76e2346f[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main]
[junit4] 2> 39766 INFO (qtp1273485585-689) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 39767 INFO (searcherExecutor-620-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t2]
Registered new searcher
Searcher@76e2346f[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):C4/2:delGen=2)
Uninverting(_1(7.0.1):C17) Uninverting(_2(7.0.1):C6)
Uninverting(_3(7.0.1):C1)))}
[junit4] 2> 39767 INFO (qtp1273485585-689) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 6
[junit4] 2> 39769 INFO (qtp1273485585-690) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={_stateVer_=tlog_replica_test_only_leader_indexes:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 9
[junit4] 2> 39772 INFO (qtp1006505532-680) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[39
(1580383728331390976)]} 0 0
[junit4] 2> 39773 INFO (qtp1273485585-688) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[39 (1580383728331390976)]} 0 3
[junit4] 2> 39777 INFO (qtp1006505532-681) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[40
(1580383728335585280)]} 0 0
[junit4] 2> 39777 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[40 (1580383728335585280)]} 0 2
[junit4] 2> 39780 INFO (qtp1006505532-686) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 39782 INFO (qtp1273485585-694) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1580383728343973888,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 39782 INFO (qtp1273485585-694) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68efa300
commitCommandVersion:1580383728343973888
[junit4] 2> 39786 INFO (qtp1273485585-694) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@44c0c18d[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main]
[junit4] 2> 39789 INFO (qtp1273485585-694) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 39791 INFO (searcherExecutor-620-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t2]
Registered new searcher
Searcher@44c0c18d[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):C4/2:delGen=2)
Uninverting(_1(7.0.1):C17) Uninverting(_2(7.0.1):C6) Uninverting(_3(7.0.1):C1)
Uninverting(_4(7.0.1):C2)))}
[junit4] 2> 39791 INFO (qtp1273485585-694) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 9
[junit4] 2> 39792 INFO (qtp1273485585-692) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={_stateVer_=tlog_replica_test_only_leader_indexes:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 12
[junit4] 2> 39797 INFO (qtp1006505532-686) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[41
(1580383728355508224)]} 0 0
[junit4] 2> 39797 INFO (qtp1273485585-691) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[41 (1580383728355508224)]} 0 3
[junit4] 2> 39800 INFO (qtp1006505532-679) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[42
(1580383728361799680)]} 0 0
[junit4] 2> 39801 INFO (qtp1273485585-689) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[42 (1580383728361799680)]} 0 2
[junit4] 2> 39804 INFO (qtp1006505532-683) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[43
(1580383728364945408)]} 0 0
[junit4] 2> 39804 INFO (qtp1273485585-690) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[43 (1580383728364945408)]} 0 2
[junit4] 2> 39808 INFO (qtp1006505532-684) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 39808 INFO (qtp1273485585-695) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1580383728371236864,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 39808 INFO (qtp1273485585-695) [ ] o.a.s.u.SolrIndexWriter
Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@68efa300
commitCommandVersion:1580383728371236864
[junit4] 2> 39814 INFO (qtp1273485585-695) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1923fba4[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main]
[junit4] 2> 39817 INFO (qtp1273485585-695) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 39818 INFO (searcherExecutor-620-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_only_leader_indexes_shard1_replica_t2]
Registered new searcher
Searcher@1923fba4[tlog_replica_test_only_leader_indexes_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.0.1):C4/2:delGen=2)
Uninverting(_1(7.0.1):C17) Uninverting(_2(7.0.1):C6) Uninverting(_3(7.0.1):C1)
Uninverting(_4(7.0.1):C2) Uninverting(_5(7.0.1):C3)))}
[junit4] 2> 39818 INFO (qtp1273485585-695) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 10
[junit4] 2> 39819 INFO (qtp1273485585-688) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update
params={_stateVer_=tlog_replica_test_only_leader_indexes:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 13
[junit4] 2> 39824 INFO (qtp1006505532-684) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[44
(1580383728384868352)]} 0 0
[junit4] 2> 39825 INFO (qtp1273485585-692) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update params={wt=javabin&version=2}{add=[44 (1580383728384868352)]} 0 4
[junit4] 2> 39828 INFO (qtp1006505532-681) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:54697/solr/tlog_replica_test_only_leader_indexes_shard1_replica_t2/&wt=javabin&version=2}{add=[45
(1580383728390111232)]} 0 0
[junit4] 2> 39829 INFO (qtp1273485585-694) [ ]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_only_leader_indexes_shard1_replica_t2] webapp=/solr
path=/update pa
[...truncated too long message...]
rMetricManager Closing metric reporters for registry=solr.node, tag=null
[junit4] 2> 126923 INFO (jetty-closer-116-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2d760ada: rootName =
solr_54694, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@122b8cfb
[junit4] 2> 126932 INFO (jetty-closer-116-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 126932 INFO (jetty-closer-116-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f8e80b1: rootName =
solr_54697, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@4a8e8363
[junit4] 2> 126933 INFO (jetty-closer-116-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 126933 INFO (jetty-closer-116-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@ab34c3a: rootName =
solr_54694, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@4a8e8363
[junit4] 2> 126939 INFO (jetty-closer-116-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 126939 INFO (jetty-closer-116-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d87eca9: rootName =
solr_54697, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@4eb10eea
[junit4] 2> 126940 INFO (jetty-closer-116-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 126940 INFO (jetty-closer-116-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7a6c12d8: rootName =
solr_54694, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@4eb10eea
[junit4] 2> 126941 WARN (jetty-closer-116-thread-2) [ ]
o.a.s.c.RecoveryStrategy Stopping recovery for
core=[tlog_replica_test_recovery_shard1_replica_t1] coreNodeName=[core_node1]
[junit4] 2> 126943 INFO (jetty-closer-116-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 126945 INFO (jetty-closer-116-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 126951 WARN (zkCallback-162-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 126952 INFO (zkCallback-154-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 126953 INFO (jetty-closer-116-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1591ebe1{/solr,null,UNAVAILABLE}
[junit4] 2> 128079 INFO
(OverseerCollectionConfigSetProcessor-98773982647549969-127.0.0.1:54694_solr-n_0000000004)
[ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000064 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 131739 INFO (recoveryExecutor-152-thread-1) [ ]
o.a.s.c.RecoveryStrategy RecoveryStrategy has been closed
[junit4] 2> 131739 INFO (recoveryExecutor-152-thread-1) [ ]
o.a.s.c.RecoveryStrategy Finished recovery process, successful=[false]
[junit4] 2> 131739 INFO (recoveryExecutor-152-thread-1) [ ]
o.a.s.c.SolrCore [tlog_replica_test_recovery_shard1_replica_t1] CLOSING
SolrCore org.apache.solr.core.SolrCore@3036cfa3
[junit4] 2> 131739 INFO (recoveryExecutor-152-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.tlog_replica_test_recovery.shard1.replica_t1, tag=808898467
[junit4] 2> 131739 INFO (recoveryExecutor-152-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d65edd0: rootName =
solr_54694, domain = solr.core.tlog_replica_test_recovery.shard1.replica_t1,
service url = null, agent id = null] for registry
solr.core.tlog_replica_test_recovery.shard1.replica_t1 /
com.codahale.metrics.MetricRegistry@3ccc0d74
[junit4] 2> 131752 INFO (recoveryExecutor-152-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.tlog_replica_test_recovery.shard1.leader, tag=808898467
[junit4] 2> 131752 WARN (recoveryExecutor-152-thread-1) [ ]
o.a.s.c.RecoveryStrategy Stopping recovery for
core=[tlog_replica_test_recovery_shard1_replica_t1] coreNodeName=[core_node1]
[junit4] 2> 131755 WARN (updateExecutor-151-thread-2) [ ]
o.a.s.u.DefaultSolrCoreState Skipping recovery because Solr is shutdown
[junit4] 2> 131757 INFO (jetty-closer-116-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98773982647549969-127.0.0.1:54694_solr-n_0000000004) closing
[junit4] 2> 131758 INFO
(OverseerStateUpdate-98773982647549969-127.0.0.1:54694_solr-n_0000000004) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54694_solr
[junit4] 2> 131761 INFO (jetty-closer-116-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@63ea3228{/solr,null,UNAVAILABLE}
[junit4] 2> 131763 ERROR
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 131763 INFO
(SUITE-TestTlogReplica-seed#[242CC9592BB21A6F]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:54690 54690
[junit4] 2> 131766 INFO (Thread-128) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:54690 54690
[junit4] 2> 131768 WARN (Thread-128) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 24 /solr/configs/conf
[junit4] 2> 7 /solr/aliases.json
[junit4] 2> 6 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 34
/solr/collections/tlog_replica_test_create_delete/state.json
[junit4] 2> 25
/solr/collections/tlog_replica_test_kill_leader/state.json
[junit4] 2> 25
/solr/collections/tlog_replica_test_add_remove_tlog_replica/state.json
[junit4] 2> 23
/solr/collections/tlog_replica_test_kill_tlog_replica/state.json
[junit4] 2> 22
/solr/collections/tlog_replica_test_remove_leader/state.json
[junit4] 2> 21
/solr/collections/tlog_replica_test_basic_leader_election/state.json
[junit4] 2> 19
/solr/collections/tlog_replica_test_recovery/state.json
[junit4] 2> 15
/solr/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json
[junit4] 2> 15
/solr/collections/tlog_replica_test_real_time_get/state.json
[junit4] 2> 15
/solr/collections/tlog_replica_test_only_leader_indexes/state.json
[junit4] 2> 13
/solr/collections/tlog_replica_test_delete_by_id/state.json
[junit4] 2> 7 /solr/clusterprops.json
[junit4] 2> 7 /solr/clusterstate.json
[junit4] 2> 6
/solr/collections/tlog_replica_test_add_docs/state.json
[junit4] 2> 4
/solr/overseer_elect/election/98773982647549958-127.0.0.1:54697_solr-n_0000000000
[junit4] 2> 2
/solr/collections/tlog_replica_test_recovery/leader_elect/shard1/election/98773982647549958-core_node2-n_0000000000
[junit4] 2> 2
/solr/collections/tlog_replica_test_create_delete/leader_elect/shard2/election/98773982647549958-core_node8-n_0000000001
[junit4] 2> 2
/solr/collections/tlog_replica_test_kill_tlog_replica/leader_elect/shard1/election/98773982647549958-core_node2-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 7 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
C:\Users\jenkins\workspace\Lucene-Solr-7.0-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.TestTlogReplica_242CC9592BB21A6F-001
[junit4] 2> Oct 05, 2017 2:44:23 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{foo=Lucene50(blocksize=128),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
foo_s=Lucene50(blocksize=128)},
docValues:{_version_=DocValuesFormat(name=Memory),
id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=353,
maxMBSortInHeap=6.332239990858529, sim=RandomSimilarity(queryNorm=false): {},
locale=pt-MO, timezone=Pacific/Samoa
[junit4] 2> NOTE: Windows 10 10.0 amd64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=224220624,total=523239424
[junit4] 2> NOTE: All tests run in this JVM: [TestConfigSetImmutable,
PathHierarchyTokenizerFactoryTest, TestManagedSchema, SolrJmxReporterCloudTest,
CoreMergeIndexesAdminHandlerTest, TestStressReorder,
BigEndianAscendingWordDeserializerTest, TestLMDirichletSimilarityFactory,
SecurityConfHandlerTest, TestMaxScoreQueryParser,
ManagedSchemaRoundRobinCloudTest, TestTlogReplica]
[junit4] Completed [24/730 (1!)] on J0 in 97.97s, 13 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 39109 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]