Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2885/
Java: 64bit/jdk1.8.0_172 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC
2 tests failed.
FAILED:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest
Error Message:
Response was not received from shards on a single node
Stack Trace:
java.lang.AssertionError: Response was not received from shards on a single node
at
__randomizedtesting.SeedInfo.seed([F0F0CFEF1C1D1249:C3D5756E2CA85B3]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.queryWithShardsPreferenceRules(CloudSolrClientTest.java:471)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.preferLocalShardsTest(CloudSolrClientTest.java:421)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes
Error Message:
[127.0.0.1:36015_solr] expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: [127.0.0.1:36015_solr] expected:<0> but was:<1>
at
__randomizedtesting.SeedInfo.seed([CED76E868B9890EA:AA97BBEA305618FB]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest.testCoresAreDistributedAcrossNodes(CollectionsAPIDistributedZkTest.java:351)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 14317 lines...]
[junit4] Suite:
org.apache.solr.cloud.api.collections.CollectionsAPIDistributedZkTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/init-core-data-001
[junit4] 2> 1956349 WARN
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 1956349 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1956350 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
[junit4] 2> 1956351 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1956351 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001
[junit4] 2> 1956351 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1956352 INFO (Thread-5456) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1956352 INFO (Thread-5456) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1956354 ERROR (Thread-5456) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 1956452 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:44889
[junit4] 2> 1956453 INFO (zkConnectionManagerCallback-5267-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956456 INFO (jetty-launcher-5264-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1956456 INFO (jetty-launcher-5264-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1956456 INFO (jetty-launcher-5264-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1956456 INFO (jetty-launcher-5264-thread-4) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@442060aa{/solr,null,AVAILABLE}
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5afd2e34{/solr,null,AVAILABLE}
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1956458 INFO (jetty-launcher-5264-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7b4875c{/solr,null,AVAILABLE}
[junit4] 2> 1956462 INFO (jetty-launcher-5264-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@295377be{/solr,null,AVAILABLE}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@e259d33{SSL,[ssl,
http/1.1]}{127.0.0.1:36793}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@c778c23{SSL,[ssl,
http/1.1]}{127.0.0.1:32829}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.e.j.s.Server Started @1956530ms
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.e.j.s.Server Started @1956530ms
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@b23c05e{SSL,[ssl,
http/1.1]}{127.0.0.1:43685}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=32829}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36793}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.e.j.s.Server Started @1956530ms
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=43685}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@12f2de4b{SSL,[ssl,
http/1.1]}{127.0.0.1:36015}
[junit4] 2> 1956463 ERROR (jetty-launcher-5264-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.e.j.s.Server Started @1956530ms
[junit4] 2> 1956463 ERROR (jetty-launcher-5264-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1956463 ERROR (jetty-launcher-5264-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=36015}
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1956463 ERROR (jetty-launcher-5264-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-09T14:18:02.613Z
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-09T14:18:02.613Z
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-09T14:18:02.613Z
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1956463 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-09T14:18:02.613Z
[junit4] 2> 1956481 INFO (zkConnectionManagerCallback-5272-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956481 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1956482 INFO (zkConnectionManagerCallback-5273-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956483 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1956484 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1956484 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1956484 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1956484 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1956487 INFO (zkConnectionManagerCallback-5271-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956490 INFO (zkConnectionManagerCallback-5275-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956490 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1956491 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1956492 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1956492 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1956492 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1956492 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1956521 INFO (jetty-launcher-5264-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44889/solr
[junit4] 2> 1956523 INFO (zkConnectionManagerCallback-5279-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956530 INFO (zkConnectionManagerCallback-5281-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956560 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43685_solr
[junit4] 2> 1956561 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.c.Overseer Overseer
(id=72066784796737542-127.0.0.1:43685_solr-n_0000000000) starting
[junit4] 2> 1956567 INFO (jetty-launcher-5264-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44889/solr
[junit4] 2> 1956574 INFO (zkConnectionManagerCallback-5290-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956574 INFO (zkConnectionManagerCallback-5292-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956575 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44889/solr ready
[junit4] 2> 1956581 INFO
(OverseerStateUpdate-72066784796737542-127.0.0.1:43685_solr-n_0000000000)
[n:127.0.0.1:43685_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:43685_solr
[junit4] 2> 1956581 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43685_solr
[junit4] 2> 1956591 INFO (zkCallback-5280-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1956603 INFO (zkConnectionManagerCallback-5294-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956603 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1956604 INFO (zkCallback-5289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1956605 DEBUG
(OverseerAutoScalingTriggerThread-72066784796737542-127.0.0.1:43685_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:43685_solr]
[junit4] 2> 1956609 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1956611 DEBUG (ScheduledTrigger-7780-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 1956611 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1956611 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36015_solr
[junit4] 2> 1956614 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956615 INFO (zkCallback-5289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1956618 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956618 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956618 INFO (jetty-launcher-5264-thread-4)
[n:127.0.0.1:43685_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node4
[junit4] 2> 1956620 INFO (zkCallback-5293-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1956627 INFO (zkCallback-5280-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1956632 INFO (jetty-launcher-5264-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44889/solr
[junit4] 2> 1956632 INFO (zkConnectionManagerCallback-5303-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956633 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1956633 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44889/solr ready
[junit4] 2> 1956642 INFO (zkConnectionManagerCallback-5306-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956643 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1956648 INFO (zkConnectionManagerCallback-5309-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956650 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1956652 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1956652 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32829_solr
[junit4] 2> 1956652 INFO (zkCallback-5293-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1956652 INFO (zkCallback-5280-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1956653 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956658 INFO (zkCallback-5289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1956664 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956664 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956665 INFO (jetty-launcher-5264-thread-1)
[n:127.0.0.1:36015_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node1
[junit4] 2> 1956667 INFO (zkCallback-5302-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1956671 INFO (zkCallback-5308-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1956688 INFO (zkConnectionManagerCallback-5316-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956688 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1956689 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44889/solr ready
[junit4] 2> 1956698 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1956710 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956713 INFO (jetty-launcher-5264-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44889/solr
[junit4] 2> 1956714 INFO (zkConnectionManagerCallback-5321-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956715 INFO (zkConnectionManagerCallback-5323-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956716 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956717 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956718 INFO (jetty-launcher-5264-thread-2)
[n:127.0.0.1:32829_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node2
[junit4] 2> 1956721 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1956722 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1956722 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36793_solr
[junit4] 2> 1956724 INFO (zkCallback-5289-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1956724 INFO (zkCallback-5293-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1956724 INFO (zkCallback-5308-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1956724 INFO (zkCallback-5302-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1956724 INFO (zkCallback-5280-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1956724 INFO (zkCallback-5315-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1956732 INFO (zkCallback-5322-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1956742 INFO (zkConnectionManagerCallback-5330-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956743 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 1956744 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:44889/solr ready
[junit4] 2> 1956750 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1956760 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956766 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956766 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1956767 INFO (jetty-launcher-5264-thread-3)
[n:127.0.0.1:36793_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node3
[junit4] 2> 1956790 INFO (zkConnectionManagerCallback-5333-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956794 INFO (zkConnectionManagerCallback-5338-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1956795 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1956795 INFO
(SUITE-CollectionsAPIDistributedZkTest-seed#[CED76E868B9890EA]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44889/solr ready
[junit4] 2> 1956820 INFO
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[CED76E868B9890EA])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCollectionReload
[junit4] 2> 1956820 INFO
(TEST-CollectionsAPIDistributedZkTest.testCollectionReload-seed#[CED76E868B9890EA])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1956833 INFO (qtp1785740220-20941) [n:127.0.0.1:43685_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1956834 INFO
(OverseerThreadFactory-7782-thread-1-processing-n:127.0.0.1:43685_solr)
[n:127.0.0.1:43685_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
reloaded_collection
[junit4] 2> 1956939 INFO (qtp1785740220-20947) [n:127.0.0.1:43685_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1956949 INFO (qtp720329341-20942) [n:127.0.0.1:32829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1956961 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1956972 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1956975 INFO
(OverseerStateUpdate-72066784796737542-127.0.0.1:43685_solr-n_0000000000)
[n:127.0.0.1:43685_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"reloaded_collection_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:36015/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1956976 INFO
(OverseerStateUpdate-72066784796737542-127.0.0.1:43685_solr-n_0000000000)
[n:127.0.0.1:43685_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"reloaded_collection_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:36793/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1956977 INFO
(OverseerStateUpdate-72066784796737542-127.0.0.1:43685_solr-n_0000000000)
[n:127.0.0.1:43685_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"reloaded_collection_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:32829/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1956977 INFO
(OverseerStateUpdate-72066784796737542-127.0.0.1:43685_solr-n_0000000000)
[n:127.0.0.1:43685_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"reloaded_collection",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"reloaded_collection_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:43685/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1957183 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2] o.a.s.u.TestInjection Inject random
core creation delay of 2s
[junit4] 2> 1957183 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6] o.a.s.u.TestInjection Inject random
core creation delay of 2s
[junit4] 2> 1957183 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1] o.a.s.u.TestInjection Inject random
core creation delay of 2s
[junit4] 2> 1957189 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4] o.a.s.u.TestInjection Inject random
core creation delay of 2s
[junit4] 2> 1957612 DEBUG (ScheduledTrigger-7780-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1958612 DEBUG (ScheduledTrigger-7780-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1959183 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1959183 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1959183 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1959184 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1959190 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1959612 DEBUG (ScheduledTrigger-7780-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1960191 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 1960191 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 1960191 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 1960200 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema
[reloaded_collection_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1960200 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.IndexSchema
[reloaded_collection_shard2_replica_n6] Schema name=minimal
[junit4] 2> 1960200 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema
[reloaded_collection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1960202 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1960202 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard1_replica_n2' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 1960203 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 1960203 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1960203 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1960203 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard2_replica_n6' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 1960203 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard1_replica_n1' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 1960203 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard1.replica_n2' (registry
'solr.core.reloaded_collection.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1960203 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard2.replica_n6' (registry
'solr.core.reloaded_collection.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1960203 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard1.replica_n1' (registry
'solr.core.reloaded_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1960203 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore
[[reloaded_collection_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node3/reloaded_collection_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node3/reloaded_collection_shard1_replica_n2/data/]
[junit4] 2> 1960203 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrCore
[[reloaded_collection_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node4/reloaded_collection_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node4/reloaded_collection_shard2_replica_n6/data/]
[junit4] 2> 1960203 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[reloaded_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node1/reloaded_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node1/reloaded_collection_shard1_replica_n1/data/]
[junit4] 2> 1960207 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.s.IndexSchema
[reloaded_collection_shard2_replica_n4] Schema name=minimal
[junit4] 2> 1960208 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1960208 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.CoreContainer Creating
SolrCore 'reloaded_collection_shard2_replica_n4' using configuration from
collection reloaded_collection, trusted=true
[junit4] 2> 1960208 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard2.replica_n4' (registry
'solr.core.reloaded_collection.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1960208 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrCore
[[reloaded_collection_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node2/reloaded_collection_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node2/reloaded_collection_shard2_replica_n4/data/]
[junit4] 2> 1960238 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1960238 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1960239 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1960239 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1960240 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1960240 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1960240 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening
[Searcher@77dda5a9[reloaded_collection_shard2_replica_n6] main]
[junit4] 2> 1960241 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1960241 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1960241 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1960241 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1960242 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1960242 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1ea8f6b3[reloaded_collection_shard1_replica_n2] main]
[junit4] 2> 1960242 INFO
(searcherExecutor-7806-thread-1-processing-n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6 c:reloaded_collection s:shard2
r:core_node8) [n:127.0.0.1:43685_solr c:reloaded_collection s:shard2
r:core_node8 x:reloaded_collection_shard2_replica_n6] o.a.s.c.SolrCore
[reloaded_collection_shard2_replica_n6] Registered new searcher
Searcher@77dda5a9[reloaded_collection_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1960242 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1613857749878177792
[junit4] 2> 1960243 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1960244 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1960244 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1960244 INFO
(searcherExecutor-7805-thread-1-processing-n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2 c:reloaded_collection s:shard1
r:core_node5) [n:127.0.0.1:36793_solr c:reloaded_collection s:shard1
r:core_node5 x:reloaded_collection_shard1_replica_n2] o.a.s.c.SolrCore
[reloaded_collection_shard1_replica_n2] Registered new searcher
Searcher@1ea8f6b3[reloaded_collection_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1960245 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1613857749881323520
[junit4] 2> 1960247 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/reloaded_collection/terms/shard2 to
Terms{values={core_node8=0}, version=0}
[junit4] 2> 1960247 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/reloaded_collection/terms/shard1 to
Terms{values={core_node5=0}, version=0}
[junit4] 2> 1960248 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1960248 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1960249 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard2: total=2 found=1
timeoutin=9999ms
[junit4] 2> 1960249 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1960249 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1960249 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext
Waiting until we see more replicas up for shard shard1: total=2 found=1
timeoutin=9999ms
[junit4] 2> 1960250 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4daa02ce[reloaded_collection_shard1_replica_n1] main]
[junit4] 2> 1960250 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1960250 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1960251 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1960251 INFO
(searcherExecutor-7807-thread-1-processing-n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1 c:reloaded_collection s:shard1
r:core_node3) [n:127.0.0.1:36015_solr c:reloaded_collection s:shard1
r:core_node3 x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore
[reloaded_collection_shard1_replica_n1] Registered new searcher
Searcher@4daa02ce[reloaded_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1960251 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1613857749887614976
[junit4] 2> 1960252 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1960252 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1960253 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1960253 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1960254 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening
[Searcher@60994ebd[reloaded_collection_shard2_replica_n4] main]
[junit4] 2> 1960254 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/reloaded_collection/terms/shard1 to
Terms{values={core_node3=0, core_node5=0}, version=1}
[junit4] 2> 1960254 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1960254 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1960255 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1960255 INFO
(searcherExecutor-7808-thread-1-processing-n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4 c:reloaded_collection s:shard2
r:core_node7) [n:127.0.0.1:32829_solr c:reloaded_collection s:shard2
r:core_node7 x:reloaded_collection_shard2_replica_n4] o.a.s.c.SolrCore
[reloaded_collection_shard2_replica_n4] Registered new searcher
Searcher@60994ebd[reloaded_collection_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1960255 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1613857749891809280
[junit4] 2> 1960258 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update
of terms at /collections/reloaded_collection/terms/shard2 to
Terms{values={core_node7=0, core_node8=0}, version=1}
[junit4] 2> 1960613 DEBUG (ScheduledTrigger-7780-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1960750 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1960750 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1960750 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:43685/solr/reloaded_collection_shard2_replica_n6/
[junit4] 2> 1960750 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1960750 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1960750 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:36793/solr/reloaded_collection_shard1_replica_n2/
[junit4] 2> 1960750 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard1_replica_n2 url=https://127.0.0.1:36793/solr
START
replicas=[https://127.0.0.1:36015/solr/reloaded_collection_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 1960750 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard2_replica_n6 url=https://127.0.0.1:43685/solr
START
replicas=[https://127.0.0.1:32829/solr/reloaded_collection_shard2_replica_n4/]
nUpdates=100
[junit4] 2> 1960751 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard2_replica_n6 url=https://127.0.0.1:43685/solr
DONE. We have no versions. sync failed.
[junit4] 2> 1960751 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync:
core=reloaded_collection_shard1_replica_n2 url=https://127.0.0.1:36793/solr
DONE. We have no versions. sync failed.
[junit4] 2> 1960753 INFO (qtp1468492870-20953) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.S.Request
[reloaded_collection_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1960753 INFO (qtp720329341-20940) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.c.S.Request
[reloaded_collection_shard2_replica_n4] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1960754 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.SyncStrategy Leader's attempt
to sync with shard failed, moving to the next candidate
[junit4] 2> 1960754 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt
to sync with shard failed, moving to the next candidate
[junit4] 2> 1960754 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 1960754 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We
failed sync, but we have no versions - we can't sync in that case - we were
active before, so become leader anyway
[junit4] 2> 1960754 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 1960754 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 1960756 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:36793/solr/reloaded_collection_shard1_replica_n2/ shard1
[junit4] 2> 1960756 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:43685/solr/reloaded_collection_shard2_replica_n6/ shard2
[junit4] 2> 1960908 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 1960908 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.c.ZkController I am the leader,
no recovery necessary
[junit4] 2> 1960933 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3751
[junit4] 2> 1960933 INFO (qtp1785740220-20925) [n:127.0.0.1:43685_solr
c:reloaded_collection s:shard2 r:core_node8
x:reloaded_collection_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3750
[junit4] 2> 1961011 INFO (zkCallback-5322-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1961011 INFO (zkCallback-5280-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1961257 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=reloaded_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4074
[junit4] 2> 1961259 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
c:reloaded_collection s:shard2 r:core_node7
x:reloaded_collection_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=reloaded_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=reloaded_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4070
[junit4] 2> 1961261 INFO (qtp1785740220-20941) [n:127.0.0.1:43685_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1961360 INFO (zkCallback-5293-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1961360 INFO (zkCallback-5308-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1961360 INFO (zkCallback-5322-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1961360 INFO (zkCallback-5280-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/reloaded_collection/state.json] for collection
[reloaded_collection] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1961613 DEBUG (ScheduledTrigger-7780-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4
[junit4] 2> 1962261 INFO (qtp1785740220-20941) [n:127.0.0.1:43685_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=reloaded_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=5428
[junit4] 2> 1962265 INFO (qtp1468492870-20946) [n:127.0.0.1:36015_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962267 INFO (qtp1801244673-20938) [n:127.0.0.1:36793_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962269 INFO (qtp720329341-20944) [n:127.0.0.1:32829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962271 INFO (qtp1785740220-20941) [n:127.0.0.1:43685_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962272 INFO (qtp1785740220-20945) [n:127.0.0.1:43685_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params
async=f803ed3c-c391-4dcc-9a51-3c741c3a67b3&name=reloaded_collection&action=RELOAD&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1962273 INFO (qtp1785740220-20945) [n:127.0.0.1:43685_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=f803ed3c-c391-4dcc-9a51-3c741c3a67b3&name=reloaded_collection&action=RELOAD&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1962274 INFO
(OverseerThreadFactory-7782-thread-2-processing-n:127.0.0.1:43685_solr)
[n:127.0.0.1:43685_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Executing Collection Cmd=action=RELOAD,
asyncId=f803ed3c-c391-4dcc-9a51-3c741c3a67b3
[junit4] 2> 1962274 INFO
(OverseerCollectionConfigSetProcessor-72066784796737542-127.0.0.1:43685_solr-n_0000000000)
[n:127.0.0.1:43685_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1962278 INFO (qtp720329341-20942) [n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={core=reloaded_collection_shard2_replica_n4&async=f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772017719&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1962278 INFO (qtp1468492870-21066) [n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={core=reloaded_collection_shard1_replica_n1&async=f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771946463&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1962278 INFO (qtp1785740220-21068) [n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={core=reloaded_collection_shard2_replica_n6&async=f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772043878&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1962278 INFO (qtp1468492870-20953) [n:127.0.0.1:36015_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962278 INFO (qtp1801244673-20949) [n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={core=reloaded_collection_shard1_replica_n2&async=f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351&qt=/admin/cores&action=RELOAD&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1962281 INFO (qtp1801244673-20949) [n:127.0.0.1:36793_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962283 INFO (qtp720329341-20942) [n:127.0.0.1:32829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962285 INFO
(parallelCoreAdminExecutor-7790-thread-1-processing-n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771946463 RELOAD)
[n:127.0.0.1:36015_solr x:reloaded_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1962285 INFO
(parallelCoreAdminExecutor-7783-thread-1-processing-n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772043878 RELOAD)
[n:127.0.0.1:43685_solr x:reloaded_collection_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1962286 INFO (qtp1785740220-21068) [n:127.0.0.1:43685_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962286 INFO
(parallelCoreAdminExecutor-7794-thread-1-processing-n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772017719 RELOAD)
[n:127.0.0.1:32829_solr x:reloaded_collection_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1962291 INFO (qtp1801244673-20921) [n:127.0.0.1:36793_solr
] o.a.s.h.a.CoreAdminOperation Checking request status for :
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351
[junit4] 2> 1962291 INFO (qtp1801244673-20921) [n:127.0.0.1:36793_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1962303 INFO
(parallelCoreAdminExecutor-7801-thread-1-processing-n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351 RELOAD)
[n:127.0.0.1:36793_solr x:reloaded_collection_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
[junit4] 2> 1962304 INFO
(parallelCoreAdminExecutor-7790-thread-1-processing-n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771946463 RELOAD)
[n:127.0.0.1:36015_solr x:reloaded_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1962305 INFO (qtp1468492870-21066) [n:127.0.0.1:36015_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962305 INFO
(parallelCoreAdminExecutor-7783-thread-1-processing-n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772043878 RELOAD)
[n:127.0.0.1:43685_solr x:reloaded_collection_shard2_replica_n6]
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica_n6] Schema name=minimal
[junit4] 2> 1962307 INFO
(parallelCoreAdminExecutor-7790-thread-1-processing-n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771946463 RELOAD)
[n:127.0.0.1:36015_solr x:reloaded_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1962307 INFO
(parallelCoreAdminExecutor-7790-thread-1-processing-n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771946463 RELOAD)
[n:127.0.0.1:36015_solr x:reloaded_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Reloading SolrCore
'reloaded_collection_shard1_replica_n1' using configuration from collection
reloaded_collection
[junit4] 2> 1962307 INFO
(parallelCoreAdminExecutor-7783-thread-1-processing-n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772043878 RELOAD)
[n:127.0.0.1:43685_solr x:reloaded_collection_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1962308 INFO
(parallelCoreAdminExecutor-7783-thread-1-processing-n:127.0.0.1:43685_solr
x:reloaded_collection_shard2_replica_n6
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772043878 RELOAD)
[n:127.0.0.1:43685_solr x:reloaded_collection_shard2_replica_n6]
o.a.s.c.CoreContainer Reloading SolrCore
'reloaded_collection_shard2_replica_n6' using configuration from collection
reloaded_collection
[junit4] 2> 1962309 INFO
(parallelCoreAdminExecutor-7801-thread-1-processing-n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351 RELOAD)
[n:127.0.0.1:36793_solr x:reloaded_collection_shard1_replica_n2]
o.a.s.s.IndexSchema [reloaded_collection_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1962311 INFO
(parallelCoreAdminExecutor-7801-thread-1-processing-n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351 RELOAD)
[n:127.0.0.1:36793_solr x:reloaded_collection_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1962311 INFO
(parallelCoreAdminExecutor-7801-thread-1-processing-n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351 RELOAD)
[n:127.0.0.1:36793_solr x:reloaded_collection_shard1_replica_n2]
o.a.s.c.CoreContainer Reloading SolrCore
'reloaded_collection_shard1_replica_n2' using configuration from collection
reloaded_collection
[junit4] 2> 1962317 INFO (qtp1801244673-20921) [n:127.0.0.1:36793_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962317 INFO
(parallelCoreAdminExecutor-7794-thread-1-processing-n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772017719 RELOAD)
[n:127.0.0.1:32829_solr x:reloaded_collection_shard2_replica_n4]
o.a.s.s.IndexSchema [reloaded_collection_shard2_replica_n4] Schema name=minimal
[junit4] 2> 1962318 INFO
(parallelCoreAdminExecutor-7794-thread-1-processing-n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772017719 RELOAD)
[n:127.0.0.1:32829_solr x:reloaded_collection_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1962318 INFO
(parallelCoreAdminExecutor-7794-thread-1-processing-n:127.0.0.1:32829_solr
x:reloaded_collection_shard2_replica_n4
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245772017719 RELOAD)
[n:127.0.0.1:32829_solr x:reloaded_collection_shard2_replica_n4]
o.a.s.c.CoreContainer Reloading SolrCore
'reloaded_collection_shard2_replica_n4' using configuration from collection
reloaded_collection
[junit4] 2> 1962324 INFO (qtp720329341-21069) [n:127.0.0.1:32829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962336 INFO (qtp1785740220-21058) [n:127.0.0.1:43685_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962338 INFO (qtp1468492870-20935) [n:127.0.0.1:36015_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962341 INFO (qtp1801244673-20943) [n:127.0.0.1:36793_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962343 INFO (qtp720329341-20931) [n:127.0.0.1:32829_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962348 INFO (qtp1785740220-21058) [n:127.0.0.1:43685_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962351 INFO
(parallelCoreAdminExecutor-7790-thread-1-processing-n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771946463 RELOAD)
[n:127.0.0.1:36015_solr c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard1.replica_n1' (registry
'solr.core.reloaded_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1962351 INFO
(parallelCoreAdminExecutor-7790-thread-1-processing-n:127.0.0.1:36015_solr
x:reloaded_collection_shard1_replica_n1
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771946463 RELOAD)
[n:127.0.0.1:36015_solr c:reloaded_collection s:shard1 r:core_node3
x:reloaded_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[reloaded_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node1/reloaded_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.CollectionsAPIDistributedZkTest_CED76E868B9890EA-001/tempDir-001/node1/reloaded_collection_shard1_replica_n1/data/]
[junit4] 2> 1962351 INFO (qtp1468492870-20935) [n:127.0.0.1:36015_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={action=STATUS&indexInfo=false&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1962352 INFO
(parallelCoreAdminExecutor-7801-thread-1-processing-n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351 RELOAD)
[n:127.0.0.1:36793_solr c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr.core.reloaded_collection.shard1.replica_n2' (registry
'solr.core.reloaded_collection.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1fb3ca7d
[junit4] 2> 1962352 INFO
(parallelCoreAdminExecutor-7801-thread-1-processing-n:127.0.0.1:36793_solr
x:reloaded_collection_shard1_replica_n2
f803ed3c-c391-4dcc-9a51-3c741c3a67b3140245771986351 RELOAD)
[n:127.0.0.1:36793_solr c:reloaded_collection s:shard1 r:core_node5
x:reloaded_collection_
[...truncated too long message...]
er(ServletHandler.java:1642)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:533)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 1> at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
[junit4] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1317)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
[junit4] 1> at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
[junit4] 1> at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
[junit4] 1> at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1219)
[junit4] 1> at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
[junit4] 1> at
org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:724)
[junit4] 1> at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
[junit4] 1> at
org.eclipse.jetty.server.Server.handle(Server.java:531)
[junit4] 1> at
org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:352)
[junit4] 1> at
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260)
[junit4] 1> at
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:281)
[junit4] 1> at
org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102)
[junit4] 1> at
org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
[junit4] 1> at
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
[junit4] 1> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:762)
[junit4] 1> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:680)
[junit4] 1> at java.lang.Thread.run(Thread.java:748)
[junit4] 1>
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:down live:true
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:recovering live:true
[junit4] 1> -
[junit4] 1> replica:core_node2 rstate:active live:true
[junit4] 1> replica:core_node4 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 1> -
[junit4] 1> replica:core_node4 rstate:active live:true
[junit4] 1> no one is recoverying
[junit4] 1> 14:35:26.640
[TEST-CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale-seed#[F0F0CFEF1C1D1249]]
ERROR org.apache.solr.client.solrj.impl.CloudSolrClient - Request to
collection [stale_state_test_col] failed due to (404)
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at
http://127.0.0.1:43671/solr/stale_state_test_col_shard1_replica_n1: Expected
mime type application/octet-stream but got text/html. <html>
[junit4] 1> <head>
[junit4] 1> <meta http-equiv="Content-Type"
content="text/html;charset=utf-8"/>
[junit4] 1> <title>Error 404 Can not find:
/solr/stale_state_test_col_shard1_replica_n1/update</title>
[junit4] 1> </head>
[junit4] 1> <body><h2>HTTP ERROR 404</h2>
[junit4] 1> <p>Problem accessing
/solr/stale_state_test_col_shard1_replica_n1/update. Reason:
[junit4] 1> <pre> Can not find:
/solr/stale_state_test_col_shard1_replica_n1/update</pre></p><hr><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.4.11.v20180605</a><hr/>
[junit4] 1>
[junit4] 1> </body>
[junit4] 1> </html>
[junit4] 1> , retry? 0
[junit4] 1> 14:35:30.715
[SUITE-CloudSolrClientTest-seed#[F0F0CFEF1C1D1249]-worker] ERROR
org.apache.zookeeper.server.ZooKeeperServer - ZKShutdownHandler is not
registered, so ZooKeeper server won't take any action on ERROR or SHUTDOWN
server state changes
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_F0F0CFEF1C1D1249-001
[junit4] 2> Oct 09, 2018 2:35:30 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{multiDefault=PostingsFormat(name=Asserting), a_t=FST50,
title_s=PostingsFormat(name=Asserting),
id=PostingsFormat(name=LuceneVarGapDocFreqInterval),
text=PostingsFormat(name=Direct)},
docValues:{_version_=DocValuesFormat(name=Lucene70),
multiDefault=DocValuesFormat(name=Lucene70),
a_t=DocValuesFormat(name=Lucene70), title_s=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Asserting),
text=DocValuesFormat(name=Memory), timestamp=DocValuesFormat(name=Lucene70)},
maxPointsInLeafNode=1289, maxMBSortInHeap=6.71586775500426,
sim=RandomSimilarity(queryNorm=false): {}, locale=mt, timezone=Africa/Casablanca
[junit4] 2> NOTE: Linux 4.15.0-36-generic amd64/Oracle Corporation
1.8.0_172 (64-bit)/cpus=8,threads=1,free=285639840,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [JettyWebappTest,
TestCloudSolrClientConnections, CommonParamsTest, GetByIdTest, NamedListTest,
HttpSolrClientBuilderTest, DivideEvaluatorTest, NormalizeEvaluatorTest,
CosineEvaluatorTest, ExclusiveOrEvaluatorTest, TestNamedListCodec,
NoOpResponseParserTest, GreaterThanEqualToEvaluatorTest, GraphTest,
CoalesceEvaluatorTest, SolrExceptionTest, TestDocumentObjectBinder,
DocumentAnalysisResponseTest, CloudSolrClientBuilderTest,
StreamExpressionToExplanationTest, TestSuggesterResponse, PowerEvaluatorTest,
TestCollectionStateWatchers, TestToleratedUpdateError, SolrExampleJettyTest,
ArcCosineEvaluatorTest, LargeVolumeBinaryJettyTest, LargeVolumeEmbeddedTest,
SolrExampleStreamingTest, CloudSolrClientTest]
[junit4] Completed [102/157 (1!)] on J2 in 39.99s, 16 tests, 1 failure <<<
FAILURES!
[...truncated 45000 lines...]
-ecj-javadoc-lint-tests:
[mkdir] Created dir: /tmp/ecj1556631922
[ecj-lint] Compiling 164 source files to /tmp/ecj1556631922
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet/jars/org.restlet-2.3.0.jar
[ecj-lint] invalid Class-Path header in manifest of jar file:
/home/jenkins/.ivy2/cache/org.restlet.jee/org.restlet.ext.servlet/jars/org.restlet.ext.servlet-2.3.0.jar
[ecj-lint] ----------
[ecj-lint] 1. ERROR in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/solrj/src/test/org/apache/solr/client/solrj/SolrExampleTests.java
(at line 72)
[ecj-lint] import org.apache.solr.common.util.Utils;
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] The import org.apache.solr.common.util.Utils is never used
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 2. WARNING in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/solrj/src/test/org/apache/solr/client/solrj/cloud/autoscaling/TestPolicy.java
(at line 2961)
[ecj-lint] new SolrJSONWriter(writer)
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] ----------
[ecj-lint] 3. WARNING in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/solrj/src/test/org/apache/solr/common/util/TestSolrJsonWriter.java
(at line 45)
[ecj-lint] new SolrJSONWriter(writer)
[ecj-lint] ^^^^^^^^^^^^^^^^^^^^^^^^^^
[ecj-lint] Resource leak: '<unassigned Closeable value>' is never closed
[ecj-lint] ----------
[ecj-lint] 3 problems (1 error, 2 warnings)
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:633: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/build.xml:101: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build.xml:680: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2092: The
following error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/common-build.xml:2125:
Compile failed; see the compiler error output for details.
Total time: 84 minutes 38 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/var/lib/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]