Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2925/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard
Error Message:
expected:<6> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<6> but was:<1>
at
__randomizedtesting.SeedInfo.seed([AC26CAE3D18DC37:CF9CD8B2BBED16CA]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.CollectionsAPISolrJTest.testCreateAndDeleteShard(CollectionsAPISolrJTest.java:347)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute
Error Message:
Error from server at https://127.0.0.1:40671/solr: Could not find collection :
testAddAndDeleteCollectionAttribute
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:40671/solr: Could not find collection :
testAddAndDeleteCollectionAttribute
at
__randomizedtesting.SeedInfo.seed([AC26CAE3D18DC37:7AA2D18BE581751B]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:643)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.CollectionsAPISolrJTest.testModifyCollectionAttribute(CollectionsAPISolrJTest.java:635)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 13284 lines...]
[junit4] Suite: org.apache.solr.cloud.CollectionsAPISolrJTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/init-core-data-001
[junit4] 2> 644409 WARN
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
[junit4] 2> 644409 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 644409 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 644410 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 644410 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-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/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001
[junit4] 2> 644410 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 644410 INFO (Thread-2874) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 644410 INFO (Thread-2874) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 644412 ERROR (Thread-2874) [ ] 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> 644510 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:38041
[junit4] 2> 644512 INFO (zkConnectionManagerCallback-2391-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644515 INFO (jetty-launcher-2388-thread-4) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
[junit4] 2> 644515 INFO (jetty-launcher-2388-thread-1) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
[junit4] 2> 644515 INFO (jetty-launcher-2388-thread-2) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
[junit4] 2> 644515 INFO (jetty-launcher-2388-thread-3) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 9.0.4+11
[junit4] 2> 644539 INFO (jetty-launcher-2388-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 644539 INFO (jetty-launcher-2388-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 644539 INFO (jetty-launcher-2388-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 644539 INFO (jetty-launcher-2388-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 644539 INFO (jetty-launcher-2388-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 644539 INFO (jetty-launcher-2388-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 644543 INFO (jetty-launcher-2388-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@393c4d65{/solr,null,AVAILABLE}
[junit4] 2> 644547 INFO (jetty-launcher-2388-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@250e4717{/solr,null,AVAILABLE}
[junit4] 2> 644547 INFO (jetty-launcher-2388-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 644547 INFO (jetty-launcher-2388-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 644547 INFO (jetty-launcher-2388-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 644547 INFO (jetty-launcher-2388-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 644547 INFO (jetty-launcher-2388-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 644547 INFO (jetty-launcher-2388-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 644548 INFO (jetty-launcher-2388-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3c9b9269{SSL,[ssl,
http/1.1]}{127.0.0.1:37659}
[junit4] 2> 644548 INFO (jetty-launcher-2388-thread-1) [ ]
o.e.j.s.Server Started @644584ms
[junit4] 2> 644548 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37659}
[junit4] 2> 644549 ERROR (jetty-launcher-2388-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 644549 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 644549 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 644549 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 644549 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 644549 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-16T22:54:24.499239Z
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@77158042{SSL,[ssl,
http/1.1]}{127.0.0.1:38617}
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.e.j.s.Server Started @644586ms
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1e65b08e{/solr,null,AVAILABLE}
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38617}
[junit4] 2> 644551 ERROR (jetty-launcher-2388-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 644551 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-16T22:54:24.501679Z
[junit4] 2> 644552 INFO (jetty-launcher-2388-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4a099710{/solr,null,AVAILABLE}
[junit4] 2> 644559 INFO (zkConnectionManagerCallback-2393-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@779f699d{SSL,[ssl,
http/1.1]}{127.0.0.1:40671}
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3051727b{SSL,[ssl,
http/1.1]}{127.0.0.1:44003}
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.e.j.s.Server Started @644594ms
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.e.j.s.Server Started @644594ms
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40671}
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44003}
[junit4] 2> 644559 ERROR (jetty-launcher-2388-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 644559 ERROR (jetty-launcher-2388-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.6.0
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-16T22:54:24.509670Z
[junit4] 2> 644559 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-10-16T22:54:24.509661Z
[junit4] 2> 644571 INFO (zkConnectionManagerCallback-2399-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644571 INFO (zkConnectionManagerCallback-2395-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644571 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 644571 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 644575 INFO (zkConnectionManagerCallback-2397-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644575 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 644615 INFO (jetty-launcher-2388-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38041/solr
[junit4] 2> 644628 INFO (zkConnectionManagerCallback-2403-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644637 INFO (zkConnectionManagerCallback-2405-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644676 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:37659_solr
[junit4] 2> 644676 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.c.Overseer Overseer
(id=72108451396583430-127.0.0.1:37659_solr-n_0000000000) starting
[junit4] 2> 644685 INFO (zkConnectionManagerCallback-2412-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644686 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38041/solr ready
[junit4] 2> 644691 INFO
(OverseerStateUpdate-72108451396583430-127.0.0.1:37659_solr-n_0000000000)
[n:127.0.0.1:37659_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:37659_solr
[junit4] 2> 644691 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37659_solr
[junit4] 2> 644695 INFO (zkCallback-2411-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 644703 INFO (zkCallback-2404-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 644710 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 644724 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37659.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644731 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37659.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644731 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37659.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644732 INFO (jetty-launcher-2388-thread-1)
[n:127.0.0.1:37659_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node1/.
[junit4] 2> 644740 INFO (jetty-launcher-2388-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38041/solr
[junit4] 2> 644740 INFO (zkConnectionManagerCallback-2417-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644746 INFO (zkConnectionManagerCallback-2419-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644749 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 644750 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 644750 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44003_solr
[junit4] 2> 644751 INFO (zkCallback-2404-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 644755 INFO (zkCallback-2411-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 644755 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 644758 INFO (zkConnectionManagerCallback-2426-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644759 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 644759 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38041/solr ready
[junit4] 2> 644763 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 644766 INFO (jetty-launcher-2388-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38041/solr
[junit4] 2> 644770 INFO (zkConnectionManagerCallback-2431-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644771 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44003.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644775 INFO (zkConnectionManagerCallback-2433-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644777 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44003.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644777 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44003.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644778 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 644778 INFO (jetty-launcher-2388-thread-4)
[n:127.0.0.1:44003_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node4/.
[junit4] 2> 644779 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 644779 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38617_solr
[junit4] 2> 644780 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 644780 INFO (zkCallback-2411-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 644780 INFO (zkCallback-2404-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 644783 INFO (zkCallback-2425-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 644783 INFO (zkCallback-2432-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 644790 INFO (zkConnectionManagerCallback-2440-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644790 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 644791 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38041/solr ready
[junit4] 2> 644791 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 644798 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38617.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644803 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38617.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644803 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38617.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644804 INFO (jetty-launcher-2388-thread-3)
[n:127.0.0.1:38617_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node3/.
[junit4] 2> 644806 INFO (jetty-launcher-2388-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38041/solr
[junit4] 2> 644806 INFO (zkConnectionManagerCallback-2445-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644807 INFO (zkConnectionManagerCallback-2447-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644810 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 644811 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 644811 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40671_solr
[junit4] 2> 644812 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644812 INFO (zkCallback-2411-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644812 INFO (zkCallback-2432-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644812 INFO (zkCallback-2404-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644812 INFO (zkCallback-2439-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644824 INFO (zkCallback-2425-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644824 INFO (zkCallback-2446-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 644829 INFO (zkConnectionManagerCallback-2454-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644830 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (4)
[junit4] 2> 644830 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38041/solr ready
[junit4] 2> 644831 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 644838 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40671.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644843 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40671.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644843 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40671.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 644844 INFO (jetty-launcher-2388-thread-2)
[n:127.0.0.1:40671_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node2/.
[junit4] 2> 644865 INFO (zkConnectionManagerCallback-2457-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644867 INFO (zkConnectionManagerCallback-2462-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 644868 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 644868 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38041/solr ready
[junit4] 2> 644884 INFO
(TEST-CollectionsAPISolrJTest.testSplitShard-seed#[AC26CAE3D18DC37]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSplitShard
[junit4] 2> 644885 INFO
(TEST-CollectionsAPISolrJTest.testSplitShard-seed#[AC26CAE3D18DC37]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 644897 INFO (qtp1998771464-10020) [n:127.0.0.1:40671_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf&name=solrj_test_splitshard&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 644898 INFO
(OverseerThreadFactory-3657-thread-1-processing-n:127.0.0.1:37659_solr)
[n:127.0.0.1:37659_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
solrj_test_splitshard
[junit4] 2> 645004 INFO (qtp1998771464-10027) [n:127.0.0.1:40671_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> 645016 INFO (qtp1613074713-10012) [n:127.0.0.1:38617_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> 645028 INFO (qtp1238306210-10013) [n:127.0.0.1:37659_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> 645040 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_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> 645042 INFO
(OverseerStateUpdate-72108451396583430-127.0.0.1:37659_solr-n_0000000000)
[n:127.0.0.1:37659_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"solrj_test_splitshard",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"solrj_test_splitshard_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44003/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 645043 INFO
(OverseerStateUpdate-72108451396583430-127.0.0.1:37659_solr-n_0000000000)
[n:127.0.0.1:37659_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"solrj_test_splitshard",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"solrj_test_splitshard_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:37659/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 645249 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=solrj_test_splitshard_shard1_replica_n1&action=CREATE&numShards=2&collection=solrj_test_splitshard&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 645249 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=solrj_test_splitshard_shard2_replica_n2&action=CREATE&numShards=2&collection=solrj_test_splitshard&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 645249 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
x:solrj_test_splitshard_shard2_replica_n2]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 646255 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 646255 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 646259 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.s.IndexSchema
[solrj_test_splitshard_shard1_replica_n1] Schema name=minimal
[junit4] 2> 646259 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.s.IndexSchema
[solrj_test_splitshard_shard2_replica_n2] Schema name=minimal
[junit4] 2> 646260 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 646260 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 646260 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'solrj_test_splitshard_shard2_replica_n2' using configuration from
collection solrj_test_splitshard, trusted=true
[junit4] 2> 646260 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'solrj_test_splitshard_shard1_replica_n1' using configuration from
collection solrj_test_splitshard, trusted=true
[junit4] 2> 646261 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_44003.solr.core.solrj_test_splitshard.shard1.replica_n1'
(registry 'solr.core.solrj_test_splitshard.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 646261 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_37659.solr.core.solrj_test_splitshard.shard2.replica_n2'
(registry 'solr.core.solrj_test_splitshard.shard2.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 646261 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.SolrCore
[[solrj_test_splitshard_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node1/solrj_test_splitshard_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node1/./solrj_test_splitshard_shard2_replica_n2/data/]
[junit4] 2> 646261 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.SolrCore
[[solrj_test_splitshard_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node4/solrj_test_splitshard_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node4/./solrj_test_splitshard_shard1_replica_n1/data/]
[junit4] 2> 646304 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 646304 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 646304 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 646304 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 646305 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 646305 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 646305 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 646305 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 646306 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6d926893[solrj_test_splitshard_shard1_replica_n1] main]
[junit4] 2> 646306 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@7d00d45b[solrj_test_splitshard_shard2_replica_n2] main]
[junit4] 2> 646307 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 646307 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 646307 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 646307 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 646307 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 646307 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 646307 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1614524413385900032
[junit4] 2> 646307 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1614524413385900032
[junit4] 2> 646308 INFO
(searcherExecutor-3683-thread-1-processing-n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1 c:solrj_test_splitshard s:shard1
r:core_node3) [n:127.0.0.1:44003_solr c:solrj_test_splitshard s:shard1
r:core_node3 x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.SolrCore
[solrj_test_splitshard_shard1_replica_n1] Registered new searcher
Searcher@6d926893[solrj_test_splitshard_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 646308 INFO
(searcherExecutor-3684-thread-1-processing-n:127.0.0.1:37659_solr
x:solrj_test_splitshard_shard2_replica_n2 c:solrj_test_splitshard s:shard2
r:core_node4) [n:127.0.0.1:37659_solr c:solrj_test_splitshard s:shard2
r:core_node4 x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.SolrCore
[solrj_test_splitshard_shard2_replica_n2] Registered new searcher
Searcher@7d00d45b[solrj_test_splitshard_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 646311 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/solrj_test_splitshard/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 646311 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/solrj_test_splitshard/terms/shard2 to
Terms{values={core_node4=0}, version=0}
[junit4] 2> 646314 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 646314 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 646314 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 646314 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 646314 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_replica_n1/
[junit4] 2> 646314 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:37659/solr/solrj_test_splitshard_shard2_replica_n2/
[junit4] 2> 646314 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 646314 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 646314 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.SyncStrategy
https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_replica_n1/ has no
replicas
[junit4] 2> 646314 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.SyncStrategy
https://127.0.0.1:37659/solr/solrj_test_splitshard_shard2_replica_n2/ has no
replicas
[junit4] 2> 646314 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 646314 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 646315 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:37659/solr/solrj_test_splitshard_shard2_replica_n2/ shard2
[junit4] 2> 646315 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_replica_n1/ shard1
[junit4] 2> 646417 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 646417 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 646418 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_solr
c:solrj_test_splitshard s:shard2 r:core_node4
x:solrj_test_splitshard_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=solrj_test_splitshard_shard2_replica_n2&action=CREATE&numShards=2&collection=solrj_test_splitshard&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1169
[junit4] 2> 646418 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1 r:core_node3
x:solrj_test_splitshard_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=solrj_test_splitshard_shard1_replica_n1&action=CREATE&numShards=2&collection=solrj_test_splitshard&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1169
[junit4] 2> 646420 INFO (qtp1998771464-10020) [n:127.0.0.1:40671_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> 646519 INFO (zkCallback-2404-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 646519 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 646900 INFO
(OverseerCollectionConfigSetProcessor-72108451396583430-127.0.0.1:37659_solr-n_0000000000)
[n:127.0.0.1:37659_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> 647421 INFO (qtp1998771464-10020) [n:127.0.0.1:40671_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf&name=solrj_test_splitshard&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=2524
[junit4] 2> 647421 INFO (qtp1998771464-10023) [n:127.0.0.1:40671_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :splitshard with
params
action=SPLITSHARD&collection=solrj_test_splitshard&shard=shard1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 647424 INFO (qtp1849707615-10026) [n:127.0.0.1:44003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace&wt=javabin&version=2&group=solr.node}
status=0 QTime=0
[junit4] 2> 647425 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.solrj_test_splitshard.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 647528 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 647528 INFO (zkCallback-2404-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 648430 INFO (qtp1998771464-10133) [n:127.0.0.1:40671_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> 648432 INFO (qtp1613074713-10015) [n:127.0.0.1:38617_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> 648434 INFO (qtp1238306210-10018) [n:127.0.0.1:37659_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.solrj_test_splitshard.shard2.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 648435 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_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> 648436 INFO (qtp1849707615-10026) [n:127.0.0.1:44003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.solrj_test_splitshard.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 648436 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_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> 648437 INFO
(OverseerThreadFactory-3657-thread-2-processing-n:127.0.0.1:37659_solr)
[n:127.0.0.1:37659_solr c:solrj_test_splitshard s:shard1 ]
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44003_solr for creating new
replica of shard shard1_0 for collection solrj_test_splitshard
[junit4] 2> 648438 INFO
(OverseerStateUpdate-72108451396583430-127.0.0.1:37659_solr-n_0000000000)
[n:127.0.0.1:37659_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"solrj_test_splitshard",
[junit4] 2> "shard":"shard1_0",
[junit4] 2> "core":"solrj_test_splitshard_shard1_0_replica_n5",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44003/solr",
[junit4] 2> "node_name":"127.0.0.1:44003_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 648539 INFO (zkCallback-2404-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 648539 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 648640 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&name=solrj_test_splitshard_shard1_0_replica_n5&action=CREATE&collection=solrj_test_splitshard&shard=shard1_0&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 648645 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 648648 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.s.IndexSchema
[solrj_test_splitshard_shard1_0_replica_n5] Schema name=minimal
[junit4] 2> 648649 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 648649 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.CoreContainer Creating
SolrCore 'solrj_test_splitshard_shard1_0_replica_n5' using configuration from
collection solrj_test_splitshard, trusted=true
[junit4] 2> 648650 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_44003.solr.core.solrj_test_splitshard.shard1_0.replica_n5'
(registry 'solr.core.solrj_test_splitshard.shard1_0.replica_n5') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 648650 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.SolrCore
[[solrj_test_splitshard_shard1_0_replica_n5] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node4/solrj_test_splitshard_shard1_0_replica_n5],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node4/./solrj_test_splitshard_shard1_0_replica_n5/data/]
[junit4] 2> 648677 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 648677 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 648678 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 648678 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 648679 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2bb14598[solrj_test_splitshard_shard1_0_replica_n5] main]
[junit4] 2> 648680 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 648680 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 648681 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 648681 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1614524415875219456
[junit4] 2> 648681 INFO
(searcherExecutor-3693-thread-1-processing-n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_0_replica_n5 c:solrj_test_splitshard s:shard1_0
r:core_node7) [n:127.0.0.1:44003_solr c:solrj_test_splitshard s:shard1_0
r:core_node7 x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.SolrCore
[solrj_test_splitshard_shard1_0_replica_n5] Registered new searcher
Searcher@2bb14598[solrj_test_splitshard_shard1_0_replica_n5]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 648682 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.u.UpdateLog Starting to
buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 648684 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/solrj_test_splitshard/terms/shard1_0 to
Terms{values={core_node7=0}, version=0}
[junit4] 2> 648684 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 648685 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 648685 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_0_replica_n5/
[junit4] 2> 648685 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.SyncStrategy Sync Success
- now sync replicas to me
[junit4] 2> 648685 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.SyncStrategy
https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_0_replica_n5/ has no
replicas
[junit4] 2> 648685 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 648685 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_0_replica_n5/ shard1_0
[junit4] 2> 648787 INFO (zkCallback-2404-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 648787 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 648836 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 648838 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_0 r:core_node7
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&name=solrj_test_splitshard_shard1_0_replica_n5&action=CREATE&collection=solrj_test_splitshard&shard=shard1_0&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=198
[junit4] 2> 648942 INFO (zkCallback-2404-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 648942 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 649842 INFO (qtp1998771464-10027) [n:127.0.0.1:40671_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> 649842 INFO (qtp1613074713-10012) [n:127.0.0.1:38617_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> 649843 INFO (qtp1238306210-10018) [n:127.0.0.1:37659_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.solrj_test_splitshard.shard2.replica_n2:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 649843 INFO (qtp1238306210-10021) [n:127.0.0.1:37659_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> 649844 INFO (qtp1849707615-10026) [n:127.0.0.1:44003_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={wt=javabin&version=2&key=solr.core.solrj_test_splitshard.shard1_0.replica_n5:INDEX.sizeInBytes&key=solr.core.solrj_test_splitshard.shard1.replica_n1:INDEX.sizeInBytes}
status=0 QTime=0
[junit4] 2> 649845 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_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> 649846 INFO
(OverseerThreadFactory-3657-thread-2-processing-n:127.0.0.1:37659_solr)
[n:127.0.0.1:37659_solr c:solrj_test_splitshard s:shard1 ]
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:44003_solr for creating new
replica of shard shard1_1 for collection solrj_test_splitshard
[junit4] 2> 649847 INFO
(OverseerStateUpdate-72108451396583430-127.0.0.1:37659_solr-n_0000000000)
[n:127.0.0.1:37659_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"addreplica",
[junit4] 2> "collection":"solrj_test_splitshard",
[junit4] 2> "shard":"shard1_1",
[junit4] 2> "core":"solrj_test_splitshard_shard1_1_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44003/solr",
[junit4] 2> "node_name":"127.0.0.1:44003_solr",
[junit4] 2> "type":"NRT"}
[junit4] 2> 649948 INFO (zkCallback-2404-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 649948 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 650048 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=solrj_test_splitshard_shard1_1_replica_n6&action=CREATE&collection=solrj_test_splitshard&shard=shard1_1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 650053 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.6.0
[junit4] 2> 650056 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.s.IndexSchema
[solrj_test_splitshard_shard1_1_replica_n6] Schema name=minimal
[junit4] 2> 650057 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 650057 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.CoreContainer Creating
SolrCore 'solrj_test_splitshard_shard1_1_replica_n6' using configuration from
collection solrj_test_splitshard, trusted=true
[junit4] 2> 650057 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_44003.solr.core.solrj_test_splitshard.shard1_1.replica_n6'
(registry 'solr.core.solrj_test_splitshard.shard1_1.replica_n6') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@201f5d8b
[junit4] 2> 650058 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.SolrCore
[[solrj_test_splitshard_shard1_1_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node4/solrj_test_splitshard_shard1_1_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001/tempDir-001/node4/./solrj_test_splitshard_shard1_1_replica_n6/data/]
[junit4] 2> 650094 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 650094 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 650095 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 650095 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 650096 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.s.SolrIndexSearcher Opening
[Searcher@615c3a8f[solrj_test_splitshard_shard1_1_replica_n6] main]
[junit4] 2> 650096 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 650097 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 650097 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 650097 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.u.UpdateLog Could not find
max version in index or recent updates, using new clock 1614524417360003072
[junit4] 2> 650097 INFO
(searcherExecutor-3698-thread-1-processing-n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_1_replica_n6 c:solrj_test_splitshard s:shard1_1
r:core_node8) [n:127.0.0.1:44003_solr c:solrj_test_splitshard s:shard1_1
r:core_node8 x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.SolrCore
[solrj_test_splitshard_shard1_1_replica_n6] Registered new searcher
Searcher@615c3a8f[solrj_test_splitshard_shard1_1_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 650098 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.u.UpdateLog Starting to
buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 650099 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/solrj_test_splitshard/terms/shard1_1 to
Terms{values={core_node8=0}, version=0}
[junit4] 2> 650101 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 650101 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.ShardLeaderElectionContext
I may be the new leader - try and sync
[junit4] 2> 650101 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.SyncStrategy Sync replicas
to https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_1_replica_n6/
[junit4] 2> 650101 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.SyncStrategy Sync Success
- now sync replicas to me
[junit4] 2> 650101 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.SyncStrategy
https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_1_replica_n6/ has no
replicas
[junit4] 2> 650101 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 650102 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.ShardLeaderElectionContext
I am the new leader:
https://127.0.0.1:44003/solr/solrj_test_splitshard_shard1_1_replica_n6/ shard1_1
[junit4] 2> 650203 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 650203 INFO (zkCallback-2404-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 650252 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 650254 INFO (qtp1849707615-10022) [n:127.0.0.1:44003_solr
c:solrj_test_splitshard s:shard1_1 r:core_node8
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&name=solrj_test_splitshard_shard1_1_replica_n6&action=CREATE&collection=solrj_test_splitshard&shard=shard1_1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=206
[junit4] 2> 650255 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.h.a.PrepRecoveryOp Going to
wait for coreNodeName: core_node7, state: active, checkLive: true,
onlyIfLeader: true, onlyIfLeaderActive: null, maxTime: 183 s
[junit4] 2> 650256 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.h.a.PrepRecoveryOp In
WaitForState(active): collection=solrj_test_splitshard, shard=shard1_0,
thisCore=solrj_test_splitshard_shard1_0_replica_n5,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=active, localState=active, nodeName=127.0.0.1:44003_solr,
coreNodeName=core_node7, onlyIfActiveCheckResult=false, nodeProps:
core_node7:{"core":"solrj_test_splitshard_shard1_0_replica_n5","base_url":"https://127.0.0.1:44003/solr","node_name":"127.0.0.1:44003_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 650256 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.h.a.PrepRecoveryOp Waited
coreNodeName: core_node7, state: active, checkLive: true, onlyIfLeader: true
for: 0 seconds.
[junit4] 2> 650256 INFO (qtp1849707615-10028) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_0_replica_n5] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={nodeName=127.0.0.1:44003_solr&core=solrj_test_splitshard_shard1_0_replica_n5&qt=/admin/cores&coreNodeName=core_node7&action=PREPRECOVERY&checkLive=true&state=active&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 650257 INFO (qtp1849707615-10139) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.h.a.PrepRecoveryOp Going to
wait for coreNodeName: core_node8, state: active, checkLive: true,
onlyIfLeader: true, onlyIfLeaderActive: null, maxTime: 183 s
[junit4] 2> 650257 INFO (qtp1849707615-10139) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.h.a.PrepRecoveryOp In
WaitForState(active): collection=solrj_test_splitshard, shard=shard1_1,
thisCore=solrj_test_splitshard_shard1_1_replica_n6,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:44003_solr,
coreNodeName=core_node8, onlyIfActiveCheckResult=false, nodeProps:
core_node8:{"core":"solrj_test_splitshard_shard1_1_replica_n6","base_url":"https://127.0.0.1:44003/solr","node_name":"127.0.0.1:44003_solr","state":"down","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 650355 INFO (zkCallback-2404-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 650355 INFO (zkCallback-2418-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/solrj_test_splitshard/state.json] for collection
[solrj_test_splitshard] has occurred - updating... (live nodes size: [4])
[junit4] 2> 651257 INFO (qtp1849707615-10139) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.h.a.PrepRecoveryOp In
WaitForState(active): collection=solrj_test_splitshard, shard=shard1_1,
thisCore=solrj_test_splitshard_shard1_1_replica_n6,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=active, localState=active, nodeName=127.0.0.1:44003_solr,
coreNodeName=core_node8, onlyIfActiveCheckResult=false, nodeProps:
core_node8:{"core":"solrj_test_splitshard_shard1_1_replica_n6","base_url":"https://127.0.0.1:44003/solr","node_name":"127.0.0.1:44003_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 651257 INFO (qtp1849707615-10139) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.h.a.PrepRecoveryOp Waited
coreNodeName: core_node8, state: active, checkLive: true, onlyIfLeader: true
for: 1 seconds.
[junit4] 2> 651257 INFO (qtp1849707615-10139) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_1_replica_n6] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={nodeName=127.0.0.1:44003_solr&core=solrj_test_splitshard_shard1_1_replica_n6&qt=/admin/cores&coreNodeName=core_node8&action=PREPRECOVERY&checkLive=true&state=active&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 651258 INFO
(OverseerThreadFactory-3657-thread-2-processing-n:127.0.0.1:37659_solr)
[n:127.0.0.1:37659_solr c:solrj_test_splitshard s:shard1 ]
o.a.s.c.a.c.SplitShardCmd Splitting shard core_node3 as part of slice shard1 of
collection solrj_test_splitshard on
core_node3:{"core":"solrj_test_splitshard_shard1_replica_n1","base_url":"https://127.0.0.1:44003/solr","node_name":"127.0.0.1:44003_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
[junit4] 2> 651258 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.h.a.SplitOp Invoked split
action for core: solrj_test_splitshard_shard1_replica_n1
[junit4] 2> 651258 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 651259 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No
uncommitted changes. Skipping IW.commit.
[junit4] 2> 651259 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 651259 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.SolrIndexSplitter
SolrIndexSplitter: partitions=2 segments=0
[junit4] 2> 651259 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.SolrIndexSplitter
SolrIndexSplitter:partition=0,partitionCount=2,range=80000000-bfffffff
[junit4] 2> 651259 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@705d6ecf
commitCommandVersion:-1
[junit4] 2> 651260 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.SolrIndexSplitter
SolrIndexSplitter:partition=1,partitionCount=2,range=c0000000-ffffffff
[junit4] 2> 651260 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.u.SolrIndexWriter Calling
setCommitData with IW:org.apache.solr.update.SolrIndexWriter@316064f4
commitCommandVersion:-1
[junit4] 2> 651261 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/solrj_test_splitshard/terms/shard1_0 to
Terms{values={core_node7=1}, version=1}
[junit4] 2> 651261 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/solrj_test_splitshard/terms/shard1_1 to
Terms{values={core_node8=1}, version=1}
[junit4] 2> 651261 INFO (qtp1849707615-10009) [n:127.0.0.1:44003_solr
x:solrj_test_splitshard_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores params={core=solrj_test_splitshard_
[...truncated too long message...]
Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40671_solr
[junit4] 2> 771758 INFO (jetty-closer-2389-thread-4) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 771758 INFO (zkCallback-2446-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 771758 INFO (zkCallback-2453-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 771759 INFO (jetty-closer-2389-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1e65b08e{/solr,null,UNAVAILABLE}
[junit4] 2> 771759 INFO (jetty-closer-2389-thread-4) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 771759 ERROR
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 771759 INFO
(SUITE-CollectionsAPISolrJTest-seed#[AC26CAE3D18DC37]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:38041 38041
[junit4] 2> 771883 INFO (Thread-2874) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:38041 38041
[junit4] 2> 771884 WARN (Thread-2874) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 39 /solr/configs/conf
[junit4] 2> 26 /solr/aliases.json
[junit4] 2> 17
/solr/collections/CollWithDefaultClusterProperties/terms/shard1
[junit4] 2> 16
/solr/collections/CollWithDefaultClusterProperties/terms/shard2
[junit4] 2> 15
/solr/collections/solrj_replicatests/terms/shard1
[junit4] 2> 13 /solr/collections/solrj_test/state.json
[junit4] 2> 12 /solr/collections/corestatus_test/state.json
[junit4] 2> 9
/solr/collections/solrj_newstateformat/terms/shard2
[junit4] 2> 8 /solr/collections/replicaProperties/terms/shard1
[junit4] 2> 8 /solr/collections/replicaProperties/terms/shard2
[junit4] 2> 8 /solr/collections/corestatus_test/terms/shard2
[junit4] 2> 8 /solr/collections/corestatus_test/terms/shard1
[junit4] 2> 8
/solr/collections/balancedProperties/terms/shard1
[junit4] 2> 8 /solr/collections/solrj_test/terms/shard1
[junit4] 2> 8 /solr/collections/solrj_test/terms/shard2
[junit4] 2> 8
/solr/collections/solrj_default_configset/terms/shard1
[junit4] 2> 8
/solr/collections/solrj_default_configset/terms/shard2
[junit4] 2> 8
/solr/collections/collectionPropTest/terms/shard2
[junit4] 2> 8
/solr/collections/collectionPropTest/terms/shard1
[junit4] 2> 8
/solr/collections/solrj_newstateformat/terms/shard1
[junit4] 2> 7
/solr/collections/balancedProperties/terms/shard2
[junit4] 2> 5 /solr/collections/solrj_implicit/terms/shardA
[junit4] 2> 4
/solr/collections/solrj_test_splitshard/terms/shard1_0_2
[junit4] 2> 4
/solr/collections/solrj_test_splitshard/terms/shard1_0_1
[junit4] 2> 4
/solr/collections/solrj_test_splitshard/terms/shard1_0_0
[junit4] 2> 4
/solr/configs/solrj_default_configset.AUTOCREATED/managed-schema
[junit4] 2> 4
/solr/configs/solrj_default_configset.AUTOCREATED
[junit4] 2> 4
/solr/collections/solrj_test_splitshard/terms/shard1_1
[junit4] 2> 4
/solr/collections/solrj_test_splitshard/terms/shard1_0
[junit4] 2> 4 /solr/security.json
[junit4] 2> 3 /solr/collections/solrj_implicit/terms/shardB
[junit4] 2> 3 /solr/collections/aliasedCollection/terms/shard1
[junit4] 2> 3
/solr/collections/solrj_test_core_props/terms/shard1
[junit4] 2> 3
/solr/collections/solrj_test_splitshard/terms/shard2
[junit4] 2> 3
/solr/collections/solrj_test_splitshard/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 181 /solr/aliases.json
[junit4] 2> 175 /solr/clusterstate.json
[junit4] 2> 100 /solr/clusterprops.json
[junit4] 2> 8
/solr/collections/CollWithDefaultClusterProperties/state.json
[junit4] 2> 7 /solr/collections/replicaProperties/state.json
[junit4] 2> 5 /solr/collections/balancedProperties/state.json
[junit4] 2> 5
/solr/collections/solrj_newstateformat/state.json
[junit4] 2> 4 /solr/collections/collectionPropTest/state.json
[junit4] 2> 4
/solr/collections/solrj_default_configset/state.json
[junit4] 2> 3
/solr/collections/solrj_test_splitshard/state.json
[junit4] 2> 3 /solr/collections/solrj_replicatests/state.json
[junit4] 2> 2
/solr/collections/CollWithDefaultClusterProperties/leader_elect/shard1/election/72108451396583433-core_node3-n_0000000000
[junit4] 2> 2
/solr/collections/CollWithDefaultClusterProperties/leader_elect/shard2/election/72108451396583436-core_node7-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72108451396583433-127.0.0.1:44003_solr-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 303 /solr/collections
[junit4] 2> 26 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.CollectionsAPISolrJTest_AC26CAE3D18DC37-001
[junit4] 2> Oct 16, 2018 10:56:31 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1777, maxMBSortInHeap=6.4532424060163756,
sim=RandomSimilarity(queryNorm=false): {}, locale=mer, timezone=Pacific/Tahiti
[junit4] 2> NOTE: Linux 4.15.0-36-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=135553408,total=512229376
[junit4] 2> NOTE: All tests run in this JVM:
[TestRuleBasedAuthorizationPlugin, IndexSizeTriggerTest,
AutoAddReplicasPlanActionTest, TestTrie, NoCacheHeaderTest,
LeaderFailoverAfterPartitionTest, TestIBSimilarityFactory,
OverriddenZkACLAndCredentialsProvidersTest, WordBreakSolrSpellCheckerTest,
HdfsRestartWhileUpdatingTest, VMParamsZkACLAndCredentialsProvidersTest,
TestCustomSort, TestImpersonationWithHadoopAuth, TestGraphMLResponseWriter,
HighlighterConfigTest, TestPostingsSolrHighlighter, TestPushWriter,
TestUseDocValuesAsStored, ChangedSchemaMergeTest,
DistributedFacetPivotSmallAdvancedTest, NumericFieldsTest,
TestCollectionsAPIViaSolrCloudCluster, TestPayloadCheckQParserPlugin,
NodeAddedTriggerIntegrationTest, SolrXmlInZkTest, ZkStateWriterTest,
RandomizedTaggerTest, ZkSolrClientTest, TestDownShardTolerantSearch,
TestCloudConsistency, MetricsHandlerTest, TestSolrCoreParser, TestRestoreCore,
TestPhraseSuggestions, TestWordDelimiterFilterFactory,
ConcurrentDeleteAndCreateCollectionTest, TestSmileRequest, TestDocumentBuilder,
SolrCloudReportersTest, TestCollectionAPIs, LeaderElectionContextKeyTest,
ManagedSchemaRoundRobinCloudTest, CollectionTooManyReplicasTest,
QueryResultKeyTest, DebugComponentTest, TestRestManager,
TestSolrCloudWithDelegationTokens, TestNestedUpdateProcessor, TestRTimerTree,
AddReplicaTest, ConjunctionSolrSpellCheckerTest, MetricUtilsTest,
CdcrReplicationHandlerTest, TestXmlQParserPlugin,
TestLegacyNumericRangeQueryBuilder, TestExportWriter, CdcrBidirectionalTest,
TestStressUserVersions, DOMUtilTest, UninvertDocValuesMergePolicyTest,
TestSchemaVersionResource, BitVectorTest, TestInitParams, TestFunctionQuery,
MoveReplicaHDFSTest, TestSolrConfigHandlerCloud, TestSimPolicyCloud,
TestLegacyNumericUtils, UpdateLogTest, TestQueryTypes,
DistributedMLTComponentTest, DataDrivenBlockJoinTest, TestFilteredDocIdSet,
TestTlogReplica, HdfsDirectoryFactoryTest, TestDynamicURP,
TestFastOutputStream, CoreAdminCreateDiscoverTest,
AsyncCallRequestStatusResponseTest, TestDynamicFieldCollectionResource,
TimeZoneUtilsTest, TestReplicaProperties, TestCloudJSONFacetJoinDomain,
HdfsNNFailoverTest, TestJsonFacetsStatsParsing, TestBinaryField,
RegexBytesRefFilterTest, TestCharFilters, TestConfigSetImmutable,
TestPolicyCloud, AddBlockUpdateTest, RecoveryZkTest, TestJettySolrRunner,
TestGraphTermsQParserPlugin, CollectionsAPISolrJTest]
[junit4] Completed [251/834 (1!)] on J2 in 128.49s, 17 tests, 1 failure, 1
error <<< FAILURES!
[...truncated 44517 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/2925/consoleText
[repro] Revision: 7a2504e18c1508ed5b44ef5692d216b19f9d6a6b
[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line: ant test -Dtestcase=CollectionsAPISolrJTest
-Dtests.method=testCreateAndDeleteShard -Dtests.seed=AC26CAE3D18DC37
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mer
-Dtests.timezone=Pacific/Tahiti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] Repro line: ant test -Dtestcase=CollectionsAPISolrJTest
-Dtests.method=testModifyCollectionAttribute -Dtests.seed=AC26CAE3D18DC37
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mer
-Dtests.timezone=Pacific/Tahiti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] CollectionsAPISolrJTest
[repro] ant compile-test
[...truncated 3442 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.CollectionsAPISolrJTest" -Dtests.showOutput=onerror
"-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=AC26CAE3D18DC37
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=mer
-Dtests.timezone=Pacific/Tahiti -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[...truncated 156 lines...]
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.CollectionsAPISolrJTest
[repro] Exiting with code 0
[...truncated 40 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]