Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/3907/
3 tests failed.
FAILED: org.apache.solr.cloud.ReindexCollectionTest.testSameTargetReindexing
Error Message:
num docs expected:<200> but was:<199>
Stack Trace:
java.lang.AssertionError: num docs expected:<200> but was:<199>
at
__randomizedtesting.SeedInfo.seed([7375F8EE5072C230:C60C133957145A74]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.cloud.ReindexCollectionTest.indexDocs(ReindexCollectionTest.java:411)
at
org.apache.solr.cloud.ReindexCollectionTest.doTestSameTargetReindexing(ReindexCollectionTest.java:166)
at
org.apache.solr.cloud.ReindexCollectionTest.testSameTargetReindexing(ReindexCollectionTest.java:158)
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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:834)
FAILED:
org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper
Error Message:
Didn't get expected doc count. Expected: 10, Found: 0
Stack Trace:
java.lang.AssertionError: Didn't get expected doc count. Expected: 10, Found: 0
at
__randomizedtesting.SeedInfo.seed([7375F8EE5072C230:6C3CD86D7598CD50]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:254)
at
org.apache.solr.cloud.TestPullReplicaErrorHandling.assertNumDocs(TestPullReplicaErrorHandling.java:259)
at
org.apache.solr.cloud.TestPullReplicaErrorHandling.testPullReplicaDisconnectsFromZooKeeper(TestPullReplicaErrorHandling.java:230)
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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:834)
FAILED: org.apache.solr.cloud.TestTlogReplica.testKillLeader
Error Message:
Replica core_node4 not up to date after 10 seconds expected:<2> but was:<0>
Stack Trace:
java.lang.AssertionError: Replica core_node4 not up to date after 10 seconds
expected:<2> but was:<0>
at
__randomizedtesting.SeedInfo.seed([7375F8EE5072C230:3A630C5A32C95666]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:782)
at
org.apache.solr.cloud.TestTlogReplica.waitForNumDocsInAllReplicas(TestTlogReplica.java:770)
at
org.apache.solr.cloud.TestTlogReplica.doReplaceLeader(TestTlogReplica.java:413)
at
org.apache.solr.cloud.TestTlogReplica.testKillLeader(TestTlogReplica.java:323)
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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:834)
Build Log:
[...truncated 13717 lines...]
[junit4] Suite: org.apache.solr.cloud.TestPullReplicaErrorHandling
[junit4] 2> 1701472 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/data-dir-87-001
[junit4] 2> 1701482 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1701483 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-5776")
[junit4] 2> 1701483 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1701483 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001
[junit4] 2> 1701484 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1701536 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1701536 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1701584 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:32920
[junit4] 2> 1701584 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:32920
[junit4] 2> 1701584 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:32920
[junit4] 2> 1701584 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 32920
[junit4] 2> 1701586 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1701588 INFO (zkConnectionManagerCallback-5303-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1701588 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1701610 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1701610 INFO (zkConnectionManagerCallback-5305-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1701610 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1701611 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1701612 INFO (zkConnectionManagerCallback-5307-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1701612 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1701745 WARN (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1701745 WARN (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1701745 WARN (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
[junit4] 2> 1701746 WARN (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1701746 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1701747 INFO (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1701747 INFO (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1701747 INFO (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1701747 INFO (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18102744{/solr,null,AVAILABLE}
[junit4] 2> 1701747 INFO (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@2eafbeaa{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1701747 INFO (jetty-launcher-5308-thread-4) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1701747 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33436}
[junit4] 2> 1701748 ERROR (jetty-launcher-5308-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1701748 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1701748 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1701748 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1701748 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1701748 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-14T04:14:28.494300Z
[junit4] 2> 1701749 INFO (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1701749 INFO (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1701749 INFO (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@321a6f3e{/solr,null,AVAILABLE}
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@33f7bc4e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45397}
[junit4] 2> 1701750 ERROR (jetty-launcher-5308-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1701750 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-14T04:14:28.496615Z
[junit4] 2> 1701759 INFO (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
[junit4] 2> 1701763 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1701769 INFO (zkConnectionManagerCallback-5310-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1701769 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1701769 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1701771 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1701788 INFO (zkConnectionManagerCallback-5312-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1701788 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1701789 INFO (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@65575110{/solr,null,AVAILABLE}
[junit4] 2> 1701789 INFO (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@25133572{/solr,null,AVAILABLE}
[junit4] 2> 1701789 INFO (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3d3cd11d{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1701789 INFO (jetty-launcher-5308-thread-1) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1701789 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40145}
[junit4] 2> 1701789 ERROR (jetty-launcher-5308-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1701789 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1701790 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1701790 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1701790 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1701790 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-14T04:14:28.536075Z
[junit4] 2> 1701791 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1701807 INFO (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@733988e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1701807 INFO (jetty-launcher-5308-thread-2) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1701807 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38596}
[junit4] 2> 1701808 ERROR (jetty-launcher-5308-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1701808 INFO (zkConnectionManagerCallback-5314-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1701808 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1701808 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1701808 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1701808 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1701808 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1701808 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-14T04:14:28.554265Z
[junit4] 2> 1701809 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1701809 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1701810 INFO (zkConnectionManagerCallback-5316-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1701810 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1701810 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1702260 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1702287 WARN (jetty-launcher-5308-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1d7be043[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702287 WARN (jetty-launcher-5308-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1d7be043[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702290 WARN (jetty-launcher-5308-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@507816ca[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702290 WARN (jetty-launcher-5308-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@507816ca[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702291 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
[junit4] 2> 1702294 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1702315 INFO (zkConnectionManagerCallback-5326-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702316 INFO (jetty-launcher-5308-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1702363 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1702364 WARN (jetty-launcher-5308-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@4b8d2543[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702364 WARN (jetty-launcher-5308-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@4b8d2543[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702366 WARN (jetty-launcher-5308-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@42f727bd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702366 WARN (jetty-launcher-5308-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@42f727bd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702367 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
[junit4] 2> 1702368 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1702389 INFO (zkConnectionManagerCallback-5332-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702389 INFO (jetty-launcher-5308-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1702453 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1702494 INFO (zkConnectionManagerCallback-5334-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702495 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1702563 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1702576 WARN (jetty-launcher-5308-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6d37c3c5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702576 WARN (jetty-launcher-5308-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6d37c3c5[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702579 WARN (jetty-launcher-5308-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@6096e585[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702579 WARN (jetty-launcher-5308-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@6096e585[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702580 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
[junit4] 2> 1702625 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1702654 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1702694 INFO (zkConnectionManagerCallback-5340-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702694 INFO (jetty-launcher-5308-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1702728 INFO (zkConnectionManagerCallback-5342-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702728 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1702793 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1702793 WARN (jetty-launcher-5308-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@3a87903f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702793 WARN (jetty-launcher-5308-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@3a87903f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702812 WARN (jetty-launcher-5308-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1e970291[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702812 WARN (jetty-launcher-5308-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1e970291[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1702813 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
[junit4] 2> 1702814 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1702815 INFO (zkConnectionManagerCallback-5350-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702815 INFO (jetty-launcher-5308-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1702834 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1702856 INFO (zkConnectionManagerCallback-5352-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702857 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1702916 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38596_solr
[junit4] 2> 1702917 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.Overseer Overseer
(id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) starting
[junit4] 2> 1702935 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1702936 INFO (zkConnectionManagerCallback-5358-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1702936 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1702953 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40145_solr
[junit4] 2> 1702974 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1703011 INFO (zkCallback-5351-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1703018 INFO (zkCallback-5341-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1703018 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:38596_solr as DOWN
[junit4] 2> 1703019 INFO
(OverseerStateUpdate-75730380193792013-127.0.0.1:38596_solr-n_0000000000)
[n:127.0.0.1:38596_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:38596_solr
[junit4] 2> 1703036 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1703036 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38596_solr
[junit4] 2> 1703057 INFO (zkCallback-5341-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1703057 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1703072 INFO (zkCallback-5351-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1703072 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1703074 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:33436_solr as DOWN
[junit4] 2> 1703075 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1703075 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33436_solr
[junit4] 2> 1703093 INFO (zkCallback-5341-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1703145 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1703146 INFO (zkCallback-5351-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1703152 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1703163 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40145.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703201 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40145.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703201 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40145.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703222 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1703235 INFO (jetty-launcher-5308-thread-1)
[n:127.0.0.1:40145_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node1/.
[junit4] 2> 1703246 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1703284 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38596.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703318 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33436.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703351 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33436.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703351 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33436.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703428 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38596.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703428 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38596.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703443 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1703444 INFO (jetty-launcher-5308-thread-4)
[n:127.0.0.1:33436_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node4/.
[junit4] 2> 1703444 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1703445 INFO (jetty-launcher-5308-thread-2)
[n:127.0.0.1:38596_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node2/.
[junit4] 2> 1703446 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1703477 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:45397_solr as DOWN
[junit4] 2> 1703488 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1703488 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45397_solr
[junit4] 2> 1703509 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1703509 INFO (zkCallback-5351-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1703509 INFO (zkCallback-5333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1703524 INFO (zkCallback-5341-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1703581 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1703637 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45397.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703687 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45397.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703688 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45397.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1703700 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1703701 INFO (jetty-launcher-5308-thread-3)
[n:127.0.0.1:45397_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node3/.
[junit4] 2> 1703858 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
[junit4] 2> 1703859 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1703879 INFO (zkConnectionManagerCallback-5373-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1703879 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1703880 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1703881 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:32920/solr ready
[junit4] 2> 1703886 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=2869176
[junit4] 2> 1703886 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:40145_solr
[junit4] 2> 1703889 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 1703889 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:40145_solr as DOWN
[junit4] 2> 1703901 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1703901 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1703901 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@233e9049: rootName =
solr_40145, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@71ed7516
[junit4] 2> 1703906 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1703906 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ee34040: rootName =
solr_40145, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@11522ede
[junit4] 2> 1703909 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1703909 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@504ce24e: rootName =
solr_40145, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@619b640a
[junit4] 2> 1703909 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1703947 INFO (zkCallback-5351-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1703947 INFO (zkCallback-5333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1703948 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1703956 INFO (zkCallback-5372-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1704048 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@3d3cd11d{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?}
[junit4] 2> 1704049 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@65575110{/solr,null,UNAVAILABLE}
[junit4] 2> 1704049 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1704053 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1704053 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1704053 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1704053 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
[junit4] 2> 1704073 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1704073 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1704073 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1704073 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5d173014{/solr,null,AVAILABLE}
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3fd981d6{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40340}
[junit4] 2> 1704074 ERROR
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1704074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-14T04:14:30.820445Z
[junit4] 2> 1704075 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1704076 INFO (zkConnectionManagerCallback-5379-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1704076 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1704097 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1704453 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1704454 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@73f6a61c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1704454 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@73f6a61c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1704457 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@676c0d20[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1704457 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@676c0d20[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1704470 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
[junit4] 2> 1704471 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1704472 INFO (zkConnectionManagerCallback-5386-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1704472 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1704576 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 1704618 INFO (zkConnectionManagerCallback-5388-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1704618 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 1704635 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1704639 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:40340_solr as DOWN
[junit4] 2> 1704640 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1704640 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40340_solr
[junit4] 2> 1704641 INFO (zkCallback-5351-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1704653 INFO (zkCallback-5357-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1704653 INFO (zkCallback-5333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1704654 INFO (zkCallback-5372-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1704654 INFO (zkCallback-5387-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1704739 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1704818 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40340.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1704870 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40340.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1704870 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40340.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1704871 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 1704873 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker)
[n:127.0.0.1:40340_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node1/.
[junit4] 2> 1705039 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
[junit4] 2> 1705054 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL:
http://127.0.0.1:39541/solr. Proxy: http://127.0.0.1:40340/solr
[junit4] 2> 1705054 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1593502127
[junit4] 2> 1705054 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:38596_solr
[junit4] 2> 1705054 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 1705054 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:38596_solr as DOWN
[junit4] 2> 1705113 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1705114 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2015ff85: rootName =
solr_38596, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@33b51c26
[junit4] 2> 1705131 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1705131 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@c0fed80: rootName =
solr_38596, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@11522ede
[junit4] 2> 1705147 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1705148 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2758d687: rootName =
solr_38596, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@619b640a
[junit4] 2> 1705148 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1705159 INFO (closeThreadPool-5396-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) closing
[junit4] 2> 1705159 INFO
(OverseerStateUpdate-75730380193792013-127.0.0.1:38596_solr-n_0000000000)
[n:127.0.0.1:38596_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:38596_solr
[junit4] 2> 1705161 INFO
(OverseerAutoScalingTriggerThread-75730380193792013-127.0.0.1:38596_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 1705189 INFO (closeThreadPool-5396-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) closing
[junit4] 2> 1705189 INFO (zkCallback-5357-thread-2) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:33436_solr
[junit4] 2> 1705189 INFO (zkCallback-5387-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1705189 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1705289 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.Overseer Overseer
(id=75730380193792013-127.0.0.1:38596_solr-n_0000000000) closing
[junit4] 2> 1705290 INFO (zkCallback-5333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1705290 INFO (zkCallback-5372-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1705292 INFO (zkCallback-5357-thread-2)
[n:127.0.0.1:33436_solr ] o.a.s.c.Overseer Overseer
(id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) starting
[junit4] 2> 1705292 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@733988e{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?}
[junit4] 2> 1705293 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@25133572{/solr,null,UNAVAILABLE}
[junit4] 2> 1705293 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1705313 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1705313 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1705314 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1705314 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
[junit4] 2> 1705315 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1705315 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1705315 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1705315 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@44a6e61c{/solr,null,AVAILABLE}
[junit4] 2> 1705378 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5d950325{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1705379 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1705379 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44853}
[junit4] 2> 1705379 ERROR
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1705379 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1705379 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1705379 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1705379 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1705379 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-14T04:14:32.125528Z
[junit4] 2> 1705390 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1705391 INFO
(OverseerStateUpdate-75730380193792014-127.0.0.1:33436_solr-n_0000000002)
[n:127.0.0.1:33436_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:33436_solr
[junit4] 2> 1705406 INFO (zkConnectionManagerCallback-5398-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1705406 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1705407 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1705765 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1705766 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@68e3ab30[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1705766 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@68e3ab30[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1705781 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@76fb943e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1705781 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@76fb943e[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1705782 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
[junit4] 2> 1705783 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1705784 INFO (zkConnectionManagerCallback-5405-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1705784 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1705897 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1705900 INFO (zkConnectionManagerCallback-5407-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1705900 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1705905 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1705921 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:44853_solr as DOWN
[junit4] 2> 1705922 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1705922 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44853_solr
[junit4] 2> 1705923 INFO (zkCallback-5372-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1705923 INFO (zkCallback-5387-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1705923 INFO (zkCallback-5357-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1705923 INFO (zkCallback-5333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1705923 INFO (zkCallback-5406-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1705980 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1706026 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44853.solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1706070 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44853.solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1706070 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44853.solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6dcfe14b
[junit4] 2> 1706074 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.p.PackageLoader /packages.json updated to version -1
[junit4] 2> 1706075 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J0/temp/solr.cloud.TestPullReplicaErrorHandling_7375F8EE5072C230-001/tempDir-001/node2/.
[junit4] 2> 1706390 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
[junit4] 2> 1706407 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.TestPullReplicaErrorHandling Adding proxy for URL:
http://127.0.0.1:38087/solr. Proxy: http://127.0.0.1:44853/solr
[junit4] 2> 1706407 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=450780974
[junit4] 2> 1706407 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:33436_solr
[junit4] 2> 1706408 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 1706408 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:33436_solr as DOWN
[junit4] 2> 1706468 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1706468 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@618319c2: rootName =
solr_33436, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@122b489f
[junit4] 2> 1706481 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1706481 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@10c6df47: rootName =
solr_33436, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@11522ede
[junit4] 2> 1706502 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1706502 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@10f20f54: rootName =
solr_33436, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@619b640a
[junit4] 2> 1706502 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1706504 INFO (closeThreadPool-5415-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) closing
[junit4] 2> 1706504 INFO
(OverseerAutoScalingTriggerThread-75730380193792014-127.0.0.1:33436_solr-n_0000000002)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 1706513 INFO
(OverseerStateUpdate-75730380193792014-127.0.0.1:33436_solr-n_0000000002)
[n:127.0.0.1:33436_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:33436_solr
[junit4] 2> 1706565 INFO (closeThreadPool-5415-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) closing
[junit4] 2> 1706576 INFO (zkCallback-5333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1706576 INFO (zkCallback-5372-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1706576 INFO (zkCallback-5406-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1706576 INFO (zkCallback-5387-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
[junit4] 2> 1706684 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.Overseer Overseer
(id=75730380193792014-127.0.0.1:33436_solr-n_0000000002) closing
[junit4] 2> 1707268 INFO (zkCallback-5333-thread-2) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45397_solr
[junit4] 2> 1707290 INFO (zkCallback-5333-thread-2)
[n:127.0.0.1:45397_solr ] o.a.s.c.Overseer Overseer
(id=75730380193792009-127.0.0.1:45397_solr-n_0000000003) starting
[junit4] 2> 1707392 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@2eafbeaa{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?}
[junit4] 2> 1707408 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@18102744{/solr,null,UNAVAILABLE}
[junit4] 2> 1707409 INFO
(OverseerStateUpdate-75730380193792009-127.0.0.1:45397_solr-n_0000000003)
[n:127.0.0.1:45397_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:45397_solr
[junit4] 2> 1707429 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1707430 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 1707430 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1707431 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1707431 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git:
afcf563148970e98786327af5e07c261fda175d3; jvm 11.0.4+10-LTS
[junit4] 2> 1707489 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1707489 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1707489 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1707503 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5cf7d8e6{/solr,null,AVAILABLE}
[junit4] 2> 1707503 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@7d2a5431{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 1707503 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.s.Server Started @???????ms
[junit4] 2> 1707503 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36793}
[junit4] 2> 1707504 ERROR
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1707504 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1707504 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1707504 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1707504 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1707504 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-11-14T04:14:34.250216Z
[junit4] 2> 1707539 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1707565 INFO (zkConnectionManagerCallback-5417-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1707565 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1707566 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1708183 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1708218 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5bd298c4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1708218 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5bd298c4[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1708271 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@7c532f16[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1708271 WARN
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@7c532f16[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1708272 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:32920/solr
[junit4] 2> 1708295 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1708295 INFO (zkConnectionManagerCallback-5424-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1708295 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1708409 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 1708411 INFO (zkConnectionManagerCallback-5426-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1708411 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 1708416 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1708432 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:36793_solr as DOWN
[junit4] 2> 1708433 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1708433 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36793_solr
[junit4] 2> 1708443 INFO (zkCallback-5333-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1708443 INFO (zkCallback-5372-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1708443 INFO (zkCallback-5387-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1708443 INFO (zkCallback-5406-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1708443 INFO (zkCallback-5425-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1708527 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1708600 INFO
(SUITE-TestPullReplicaErrorHandling-seed#[7375F8EE5072C230]-w
[...truncated too long message...]
indexing/collectionprops.json
[junit4] 2> 2
/solr/collections/basicReindexingTarget/collectionprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2
/solr/collections/basicReindexing/collectionprops.json
[junit4] 2> 2
/solr/collections/.rx_sameTargetReindexing_true_false_6/collectionprops.json
[junit4] 2> 2
/solr/collections/sameTargetReindexing_false_false/collectionprops.json
[junit4] 2> 2
/solr/collections/.rx_sameTargetReindexing_false_true_5/collectionprops.json
[junit4] 2> 2
/solr/collections/sameTargetReindexing_true_false/collectionprops.json
[junit4] 2> 2 /solr/packages.json
[junit4] 2> 2
/solr/collections/sameTargetReindexing_false_true/collectionprops.json
[junit4] 2> 2
/solr/collections/failReindexing/collectionprops.json
[junit4] 2> 2 /solr/configs/conf2
[junit4] 2> 2 /solr/configs/conf3
[junit4] 2> 2
/solr/collections/sameTargetReindexing_true_true/collectionprops.json
[junit4] 2> 2
/solr/collections/reshapeReindexingTarget/collectionprops.json
[junit4] 2> 2
/solr/collections/failReindexingTarget/collectionprops.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 77 /solr/aliases.json
[junit4] 2> 53 /solr/collections/basicReindexing/state.json
[junit4] 2> 49 /solr/collections/reshapeReindexing/state.json
[junit4] 2> 44 /solr/clusterstate.json
[junit4] 2> 44 /solr/clusterprops.json
[junit4] 2> 43
/solr/collections/reshapeReindexingTarget/state.json
[junit4] 2> 40 /solr/collections/failReindexing/state.json
[junit4] 2> 39
/solr/collections/basicReindexingTarget/state.json
[junit4] 2> 39
/solr/collections/failReindexingTarget/state.json
[junit4] 2> 37
/solr/collections/sameTargetReindexing_true_false/state.json
[junit4] 2> 34
/solr/collections/sameTargetReindexing_false_false/state.json
[junit4] 2> 31 /solr/collections/abortReindexing/state.json
[junit4] 2> 30
/solr/collections/sourceLossyReindexing/state.json
[junit4] 2> 26
/solr/collections/.rx_sameTargetReindexing_true_false_6/state.json
[junit4] 2> 25
/solr/collections/sameTargetReindexing_false_true/state.json
[junit4] 2> 23
/solr/collections/targetLossyReindexing/state.json
[junit4] 2> 23
/solr/collections/sameTargetReindexing_true_true/state.json
[junit4] 2> 21
/solr/collections/.rx_sameTargetReindexing_false_true_5/state.json
[junit4] 2> 20
/solr/collections/.rx_sameTargetReindexing_false_false_4/state.json
[junit4] 2> 18
/solr/collections/abortReindexingTarget/state.json
[junit4] 2> 13
/solr/collections/.rx_ck_sourceLossyReindexing/state.json
[junit4] 2> 12
/solr/collections/.rx_ck_reshapeReindexing/state.json
[junit4] 2> 12
/solr/collections/.rx_ck_sameTargetReindexing_false_true/state.json
[junit4] 2> 12
/solr/collections/.rx_ck_basicReindexing/state.json
[junit4] 2> 12
/solr/collections/.rx_ck_sameTargetReindexing_false_false/state.json
[junit4] 2> 10
/solr/collections/.rx_ck_abortReindexing/state.json
[junit4] 2> 9
/solr/collections/.rx_ck_sameTargetReindexing_true_false/state.json
[junit4] 2> 9
/solr/collections/.rx_ck_failReindexing/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 594 /solr/overseer/queue
[junit4] 2> 289 /solr/collections
[junit4] 2> 116 /solr/overseer/collection-queue-work
[junit4] 2> 48 /solr/live_nodes
[junit4] 2>
[junit4] 2> 3270027 INFO
(SUITE-ReindexCollectionTest-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39548
[junit4] 2> 3270027 INFO
(SUITE-ReindexCollectionTest-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39548
[junit4] 2> 3270027 INFO
(SUITE-ReindexCollectionTest-seed#[7375F8EE5072C230]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39548
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_7375F8EE5072C230-001
[junit4] 2> Nov 14, 2019 4:40:36 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{remove_s=FSTOrd50, _root_=PostingsFormat(name=Asserting),
string_s=Lucene50(blocksize=128), sind=PostingsFormat(name=Asserting),
id=PostingsFormat(name=Direct)},
docValues:{_version_=DocValuesFormat(name=Lucene80),
id=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=2023,
maxMBSortInHeap=7.3685409792815495,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@3a317e1f),
locale=rm-CH, timezone=Brazil/DeNoronha
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 11.0.4
(64-bit)/cpus=4,threads=1,free=257201088,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestHashQParserPlugin,
TestSimpleTrackingShardHandler, TestLazyCores, BlockJoinFacetRandomTest,
DistributedFacetExistsSmallTest, TestExactStatsCache, TestJoin,
TestSolrConfigHandlerCloud, MetricsHandlerTest, TestShardHandlerFactory,
TestPayloadCheckQParserPlugin, TestCloudConsistency,
TestShortCircuitedRequests, DistributedQueryElevationComponentTest, TestDocSet,
TestComplexPhraseQParserPlugin, TestUniqueKeyFieldResource,
ConfigureRecoveryStrategyTest, TestSystemCollAutoCreate,
TestManagedResourceStorage, SolrJmxReporterTest, TestZkAclsWithHadoopAuth,
TestSearcherReuse, OverseerModifyCollectionTest, ExecutePlanActionTest,
AtomicUpdatesTest, TestMinMaxOnMultiValuedField, TestPointFields,
DistanceFunctionTest, TestEmbeddedSolrServerConstructors,
SpellCheckCollatorWithCollapseTest, MoreLikeThisComponentTest,
SynonymTokenizerTest, TestClassicSimilarityFactory, TestRandomFlRTGCloud,
TestIBSimilarityFactory, TestXmlQParserPlugin, JSONWriterTest,
TestConfigSetsAPIZkFailure, TestCloudNestedDocsSort, TestReplicaProperties,
FieldAnalysisRequestHandlerTest, TestJsonFacetsWithNestedObjects,
TestDefaultStatsCache, HLLUtilTest, ZkShardTermsTest, AliasIntegrationTest,
HttpSolrCallGetCoreTest, PingRequestHandlerTest,
BigEndianAscendingWordDeserializerTest, TestMaxScoreQueryParser,
AsyncCallRequestStatusResponseTest, DocValuesMissingTest,
TestStressUserVersions, SecurityConfHandlerTest, TestDynamicLoadingUrl,
TestInfoStreamLogging, SystemCollectionCompatTest,
PKIAuthenticationIntegrationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
ExitableDirectoryReaderTest, SolrMetricsIntegrationTest, CdcrUpdateLogTest,
TestHashPartitioner, OverseerTaskQueueTest,
SuggestComponentContextFilterQueryTest, TestGraphMLResponseWriter,
DocValuesNotIndexedTest, PeerSyncWithLeaderTest, TestConfigSetImmutable,
TestCoreBackup, TestMultiWordSynonyms, TestUninvertingReader, RankQueryTest,
TestCoreContainer, TestFileDictionaryLookup, SearchRateTriggerIntegrationTest,
FastVectorHighlighterTest, TestExactSharedStatsCacheCloud,
AutoAddReplicasPlanActionTest, UtilsToolTest, TestSlowCompositeReaderWrapper,
TestSolr4Spatial, TestLFUCache, AutoscalingHistoryHandlerTest,
ScheduledMaintenanceTriggerTest, SolrShardReporterTest,
PreAnalyzedFieldManagedSchemaCloudTest, NodeAddedTriggerIntegrationTest,
SolrTestCaseJ4Test, EmbeddedSolrNoSerializeTest, DOMUtilTest,
DocExpirationUpdateProcessorFactoryTest,
OutOfBoxZkACLAndCredentialsProvidersTest, TestHighFrequencyDictionaryFactory,
ClusterStateTest, TestClusterProperties, CoreAdminOperationTest,
HighlighterTest, TaggerTest, ConvertedLegacyTest, TestRetrieveFieldsOptimizer,
SolrRequestParserTest, TestSolrCoreParser, RegexBytesRefFilterTest,
MigrateRouteKeyTest, PrimUtilsTest, TestTestInjection, EnumFieldTest,
DefaultValueUpdateProcessorTest, TestTrieFacet,
UUIDUpdateProcessorFallbackTest, TestSolrCloudSnapshots, TestLogWatcher,
SortSpecParsingTest, ZkControllerTest, TestRemoteStreaming,
TestSnapshotCloudManager, TestDistribDocBasedVersion, TestFieldTypeResource,
TestSimComputePlanAction, TestTlogReplica, TestTolerantSearch,
CdcrRequestHandlerTest, TestHdfsUpdateLog, MergeStrategyTest,
TestCollationFieldDocValues, CurrencyFieldTypeTest,
ProtectedTermFilterFactoryTest, TestSolrQueryParser, FileUtilsTest,
RoutingToNodesWithPropertiesTest, TermVectorComponentTest,
TestCloudManagedSchema, XmlUpdateRequestHandlerTest,
DistributedFacetPivotSmallAdvancedTest, ResponseBuilderTest,
QueryResultKeyTest, TriggerIntegrationTest, ConnectionReuseTest,
SchemaVersionSpecificBehaviorTest, TestPullReplica, SolrCmdDistributorTest,
TestDelegationWithHadoopAuth, TestObjectReleaseTracker,
TestPKIAuthenticationPlugin, AnalysisAfterCoreReloadTest,
BasicFunctionalityTest, CursorPagingTest, DisMaxRequestHandlerTest,
DistributedIntervalFacetingTest, OutputWriterTest, TestDistributedGrouping,
TestDocumentBuilder, TestGroupingSearch, TestHighlightDedupGrouping,
TestSolrCoreProperties, TestSolrTestCaseJ4, TestTrie,
PathHierarchyTokenizerFactoryTest, TestCharFilters, TestDeprecatedFilters,
TestLuceneMatchVersion, TokenizerChainTest, ActionThrottleTest, AddReplicaTest,
AssignBackwardCompatibilityTest, BasicDistributedZk2Test,
BasicDistributedZkTest, ChaosMonkeySafeLeaderWithPullReplicasTest,
ConfigSetsAPITest, ConnectionManagerTest, CreateRoutedAliasTest,
DeleteNodeTest, DeleteShardTest, DeleteStatusTest,
DistribJoinFromCollectionTest, ForceLeaderTest,
ForceLeaderWithTlogReplicasTest, FullSolrCloudDistribCmdsTest,
HttpPartitionTest, LeaderElectionContextKeyTest, LeaderElectionIntegrationTest,
LegacyCloudClusterPropTest, MissingSegmentRecoveryTest,
MoveReplicaHDFSFailoverTest, MoveReplicaHDFSTest, MoveReplicaTest,
NodeMutatorTest, RecoveryZkTest, ReindexCollectionTest]
[junit4] Completed [504/890 (3!)] on J2 in 149.76s, 6 tests, 1 failure <<<
FAILURES!
[...truncated 54079 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]