Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23866/
Java: 64bit/jdk-12 -XX:-UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED: org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing
Error Message:
{actualSourceCollection=basicReindexing,
actualTargetCollection=basicReindexingTarget,
checkpointCollection=.rx_ck_basicReindexing, inputDocs=200, phase=done,
processedDocs=199, state=finished} expected:<200> but was:<199>
Stack Trace:
java.lang.AssertionError: {actualSourceCollection=basicReindexing,
actualTargetCollection=basicReindexingTarget,
checkpointCollection=.rx_ck_basicReindexing, inputDocs=200, phase=done,
processedDocs=199, state=finished} expected:<200> but was:<199>
at
__randomizedtesting.SeedInfo.seed([46B16C579A630874:D513A3B8928ADC4C]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at
org.apache.solr.cloud.ReindexCollectionTest.testBasicReindexing(ReindexCollectionTest.java:134)
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:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:835)
FAILED:
org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter
Error Message:
expected:<3> but was:<2>
Stack Trace:
java.lang.AssertionError: expected:<3> but was:<2>
at
__randomizedtesting.SeedInfo.seed([46B16C579A630874:13E184C5369AC784]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:834)
at org.junit.Assert.assertEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:631)
at
org.apache.solr.cloud.api.collections.CustomCollectionTest.testRouteFieldForImplicitRouter(CustomCollectionTest.java:145)
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:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:835)
FAILED:
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testNonEnglish
Error Message:
Error from server at http://127.0.0.1:33433/solr: no core retrieved for
testNonEnglish
Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteExecutionException:
Error from server at http://127.0.0.1:33433/solr: no core retrieved for
testNonEnglish
at
__randomizedtesting.SeedInfo.seed([46B16C579A630874:23A5EB5D82BB1E23]:0)
at
org.apache.solr.client.solrj.impl.BaseHttpSolrClient$RemoteExecutionException.create(BaseHttpSolrClient.java:66)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:626)
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.LBSolrClient.doRequest(LBSolrClient.java:368)
at
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1055)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:830)
at
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:763)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1274)
at
org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.createConfigSet(RoutedAliasUpdateProcessorTest.java:115)
at
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest.testNonEnglish(CategoryRoutedAliasUpdateProcessorTest.java:119)
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:567)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:835)
Build Log:
[...truncated 14170 lines...]
[junit4] Suite: org.apache.solr.cloud.ReindexCollectionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/init-core-data-001
[junit4] 2> 1623421 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1623431 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1623431 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1623432 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001
[junit4] 2> 1623432 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1623444 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1623444 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 1623544 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:36569
[junit4] 2> 1623544 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:36569
[junit4] 2> 1623544 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 36569
[junit4] 2> 1623597 INFO (zkConnectionManagerCallback-9925-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1623632 INFO (zkConnectionManagerCallback-9927-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1623675 INFO (zkConnectionManagerCallback-9929-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1623687 WARN (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1623687 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1623687 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1623687 INFO (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
[junit4] 2> 1623688 WARN (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 1623688 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 1623688 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 1623688 INFO (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 12+33
[junit4] 2> 1623751 INFO (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1623751 INFO (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1623751 INFO (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1623782 INFO (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5256a09b{/solr,null,AVAILABLE}
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6b80cb80{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:44131}
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.e.j.s.Server Started @1623864ms
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44131}
[junit4] 2> 1623783 ERROR (jetty-launcher-9930-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1623783 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-04-04T16:53:40.919655Z
[junit4] 2> 1623887 INFO (zkConnectionManagerCallback-9932-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1623888 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1623899 INFO (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1623899 INFO (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1623899 INFO (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1623909 INFO (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@39280fc0{/solr,null,AVAILABLE}
[junit4] 2> 1623909 INFO (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@12b6ce9d{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:34687}
[junit4] 2> 1623909 INFO (jetty-launcher-9930-thread-1) [ ]
o.e.j.s.Server Started @1623990ms
[junit4] 2> 1623909 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34687}
[junit4] 2> 1623910 ERROR (jetty-launcher-9930-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1623910 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1623910 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
9.0.0
[junit4] 2> 1623910 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1623910 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1623910 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-04-04T16:53:41.046144Z
[junit4] 2> 1623925 INFO (zkConnectionManagerCallback-9935-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1623925 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1624289 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1624311 WARN (jetty-launcher-9930-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@65f60c8f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1624313 WARN (jetty-launcher-9930-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@58f3a732[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1624314 INFO (jetty-launcher-9930-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36569/solr
[junit4] 2> 1624327 INFO (zkConnectionManagerCallback-9942-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624333 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 1624353 WARN (jetty-launcher-9930-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1b7d034b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1624365 INFO (zkConnectionManagerCallback-9944-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624397 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34687_solr
[junit4] 2> 1624398 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.c.Overseer Overseer
(id=72317863580401670-127.0.0.1:34687_solr-n_0000000000) starting
[junit4] 2> 1624405 WARN (jetty-launcher-9930-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4e1a779[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 1624406 INFO (jetty-launcher-9930-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:36569/solr
[junit4] 2> 1624463 INFO (zkConnectionManagerCallback-9957-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624479 INFO (zkConnectionManagerCallback-9954-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624480 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36569/solr ready
[junit4] 2> 1624521 INFO (zkConnectionManagerCallback-9959-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624523 INFO
(OverseerStateUpdate-72317863580401670-127.0.0.1:34687_solr-n_0000000000)
[n:127.0.0.1:34687_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:34687_solr
[junit4] 2> 1624534 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44131_solr
[junit4] 2> 1624563 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:34687_solr as DOWN
[junit4] 2> 1624564 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1624564 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34687_solr
[junit4] 2> 1624643 INFO (zkCallback-9958-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1624647 INFO (zkCallback-9943-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1624655 INFO (zkCallback-9953-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1624655 INFO (zkConnectionManagerCallback-9966-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624656 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1624667 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1624667 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36569/solr ready
[junit4] 2> 1624674 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34687.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1624683 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34687.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1624683 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34687.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1624684 INFO (jetty-launcher-9930-thread-1)
[n:127.0.0.1:34687_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.
[junit4] 2> 1624706 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 1624716 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44131.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1624800 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44131.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1624800 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44131.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1624806 INFO (jetty-launcher-9930-thread-2)
[n:127.0.0.1:44131_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node2/.
[junit4] 2> 1624875 INFO (zkConnectionManagerCallback-9973-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624876 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1624876 INFO
(SUITE-ReindexCollectionTest-seed#[46B16C579A630874]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36569/solr ready
[junit4] 2> 1624896 INFO
(TEST-ReindexCollectionTest.testAbort-seed#[46B16C579A630874]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testAbort
[junit4] 2> 1624983 INFO (zkConnectionManagerCallback-9978-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1624984 INFO
(TEST-ReindexCollectionTest.testAbort-seed#[46B16C579A630874]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1624984 INFO
(TEST-ReindexCollectionTest.testAbort-seed#[46B16C579A630874]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:36569/solr ready
[junit4] 2> 1624987 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1624991 INFO
(OverseerThreadFactory-7296-thread-1-processing-n:127.0.0.1:34687_solr)
[n:127.0.0.1:34687_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
abortReindexing
[junit4] 2> 1625098 INFO
(OverseerStateUpdate-72317863580401670-127.0.0.1:34687_solr-n_0000000000)
[n:127.0.0.1:34687_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexing",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"abortReindexing_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:44131/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1625100 INFO
(OverseerStateUpdate-72317863580401670-127.0.0.1:34687_solr-n_0000000000)
[n:127.0.0.1:34687_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexing",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"abortReindexing_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34687/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1625327 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
x:abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1625327 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
x:abortReindexing_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 1625328 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
x:abortReindexing_shard2_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n3&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1626353 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1626372 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.s.IndexSchema [abortReindexing_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1626376 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
[junit4] 2> 1626379 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1626379 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard1_replica_n1'
using configuration from collection abortReindexing, trusted=true
[junit4] 2> 1626380 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44131.solr.core.abortReindexing.shard1.replica_n1' (registry
'solr.core.abortReindexing.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1626380 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SolrCore [[abortReindexing_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node2/abortReindexing_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node2/./abortReindexing_shard1_replica_n1/data/]
[junit4] 2> 1626382 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.s.IndexSchema [abortReindexing_shard2_replica_n3] Schema name=minimal
[junit4] 2> 1626385 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1626385 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'abortReindexing_shard2_replica_n3'
using configuration from collection abortReindexing, trusted=true
[junit4] 2> 1626385 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34687.solr.core.abortReindexing.shard2.replica_n3' (registry
'solr.core.abortReindexing.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1626385 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.SolrCore [[abortReindexing_shard2_replica_n3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/abortReindexing_shard2_replica_n3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/./abortReindexing_shard2_replica_n3/data/]
[junit4] 2> 1626506 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1626506 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626515 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1626515 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1626526 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1626526 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1626529 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1626529 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1626543 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@45468b89[abortReindexing_shard2_replica_n3] main]
[junit4] 2> 1626544 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@27af1513[abortReindexing_shard1_replica_n1] main]
[junit4] 2> 1626544 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1626544 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1626544 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1626545 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1629903203788128256
[junit4] 2> 1626548 INFO
(searcherExecutor-7305-thread-1-processing-n:127.0.0.1:34687_solr
x:abortReindexing_shard2_replica_n3 c:abortReindexing s:shard2 r:core_node4)
[n:127.0.0.1:34687_solr c:abortReindexing s:shard2 r:core_node4
x:abortReindexing_shard2_replica_n3] o.a.s.c.SolrCore
[abortReindexing_shard2_replica_n3] Registered new searcher
Searcher@45468b89[abortReindexing_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626550 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/abortReindexing/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 1626550 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexing/leaders/shard2
[junit4] 2> 1626552 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1626552 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1626552 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34687/solr/abortReindexing_shard2_replica_n3/
[junit4] 2> 1626552 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1626552 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.SyncStrategy
http://127.0.0.1:34687/solr/abortReindexing_shard2_replica_n3/ has no replicas
[junit4] 2> 1626552 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexing/leaders/shard2/leader after winning as
/collections/abortReindexing/leader_elect/shard2/election/72317863580401670-core_node4-n_0000000000
[junit4] 2> 1626554 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34687/solr/abortReindexing_shard2_replica_n3/ shard2
[junit4] 2> 1626558 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1626559 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1626559 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1626559 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1629903203802808320
[junit4] 2> 1626562 INFO
(searcherExecutor-7304-thread-1-processing-n:127.0.0.1:44131_solr
x:abortReindexing_shard1_replica_n1 c:abortReindexing s:shard1 r:core_node2)
[n:127.0.0.1:44131_solr c:abortReindexing s:shard1 r:core_node2
x:abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore
[abortReindexing_shard1_replica_n1] Registered new searcher
Searcher@27af1513[abortReindexing_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1626564 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/abortReindexing/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 1626564 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexing/leaders/shard1
[junit4] 2> 1626566 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1626566 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1626566 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44131/solr/abortReindexing_shard1_replica_n1/
[junit4] 2> 1626566 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1626566 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:44131/solr/abortReindexing_shard1_replica_n1/ has no replicas
[junit4] 2> 1626566 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexing/leaders/shard1/leader after winning as
/collections/abortReindexing/leader_elect/shard1/election/72317863580401673-core_node2-n_0000000000
[junit4] 2> 1626568 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44131/solr/abortReindexing_shard1_replica_n1/ shard1
[junit4] 2> 1626668 INFO (zkCallback-9958-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626669 INFO (zkCallback-9943-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626669 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1626669 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1626670 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexing_shard2_replica_n3&action=CREATE&numShards=2&collection=abortReindexing&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1342
[junit4] 2> 1626703 INFO (zkCallback-9943-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626703 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=abortReindexing_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1376
[junit4] 2> 1626703 INFO (zkCallback-9958-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626708 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 1626777 INFO (zkCallback-9958-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626777 INFO (zkCallback-9943-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626777 INFO (zkCallback-9943-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626777 INFO (zkCallback-9943-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626777 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&maxShardsPerNode=-1&name=abortReindexing&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=1790
[junit4] 2> 1626787 INFO (zkCallback-9958-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626790 INFO (zkCallback-9958-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexing/state.json] for collection [abortReindexing]
has occurred - updating... (live nodes size: [2])
[junit4] 2> 1626796 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reindexcollection
with params
async=5f03502c-7b78-44ca-9908-3bb15337d902&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget
and sendToOCPQueue=true
[junit4] 2> 1626797 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=5f03502c-7b78-44ca-9908-3bb15337d902&name=abortReindexing&action=REINDEXCOLLECTION&wt=javabin&version=2&target=abortReindexingTarget}
status=0 QTime=1
[junit4] 2> 1626822 DEBUG
(OverseerThreadFactory-7296-thread-2-processing-n:127.0.0.1:34687_solr)
[n:127.0.0.1:34687_solr ] o.a.s.c.a.c.ReindexCollectionCmd *** called: {
[junit4] 2> "name":"abortReindexing",
[junit4] 2> "target":"abortReindexingTarget",
[junit4] 2> "async":"5f03502c-7b78-44ca-9908-3bb15337d902",
[junit4] 2> "operation":"reindexcollection"}
[junit4] 2> 1626822 INFO
(OverseerCollectionConfigSetProcessor-72317863580401670-127.0.0.1:34687_solr-n_0000000000)
[n:127.0.0.1:34687_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> 1626846 INFO (zkConnectionManagerCallback-9985-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1626847 INFO
(OverseerThreadFactory-7296-thread-2-processing-n:127.0.0.1:34687_solr)
[n:127.0.0.1:34687_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1626847 INFO
(OverseerThreadFactory-7296-thread-2-processing-n:127.0.0.1:34687_solr)
[n:127.0.0.1:34687_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:36569/solr ready
[junit4] 2> 1626858 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.S.Request [abortReindexing_shard2_replica_n3] webapp=/solr
path=/select
params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:34687/solr/abortReindexing_shard2_replica_n3/&rows=0&version=2&q=*:*&NOW=1554396823984&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 1626858 INFO (qtp41436640-22838) [n:127.0.0.1:44131_solr
c:abortReindexing s:shard1 r:core_node2 x:abortReindexing_shard1_replica_n1]
o.a.s.c.S.Request [abortReindexing_shard1_replica_n1] webapp=/solr
path=/select
params={df=text&distrib=false&_stateVer_=abortReindexing:4&fl=id&fl=score&shards.purpose=4&start=0&fsv=true&shard.url=http://127.0.0.1:44131/solr/abortReindexing_shard1_replica_n1/&rows=0&version=2&q=*:*&NOW=1554396823984&isShard=true&wt=javabin}
hits=0 status=0 QTime=0
[junit4] 2> 1626859 INFO (qtp1383309428-22847) [n:127.0.0.1:34687_solr
c:abortReindexing s:shard2 r:core_node4 x:abortReindexing_shard2_replica_n3]
o.a.s.c.S.Request [abortReindexing_shard2_replica_n3] webapp=/solr
path=/select
params={q=*:*&_stateVer_=abortReindexing:4&rows=0&wt=javabin&version=2} hits=0
status=0 QTime=10
[junit4] 2> 1626860 INFO
(OverseerThreadFactory-7296-thread-2-processing-n:127.0.0.1:34687_solr)
[n:127.0.0.1:34687_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
abortReindexingTarget
[junit4] 2> 1627073 INFO
(OverseerStateUpdate-72317863580401670-127.0.0.1:34687_solr-n_0000000000)
[n:127.0.0.1:34687_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexingTarget",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"abortReindexingTarget_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:44131/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"true"}
[junit4] 2> 1627083 INFO
(OverseerStateUpdate-72317863580401670-127.0.0.1:34687_solr-n_0000000000)
[n:127.0.0.1:34687_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"abortReindexingTarget",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"abortReindexingTarget_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34687/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"true"}
[junit4] 2> 1627284 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
x:abortReindexingTarget_shard2_replica_n2] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1627284 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1628291 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 1628295 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 1628296 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema
[abortReindexingTarget_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1628364 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1628364 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'abortReindexingTarget_shard1_replica_n1' using configuration from
collection abortReindexingTarget, trusted=true
[junit4] 2> 1628365 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_44131.solr.core.abortReindexingTarget.shard1.replica_n1'
(registry 'solr.core.abortReindexingTarget.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1628365 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore
[[abortReindexingTarget_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node2/abortReindexingTarget_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node2/./abortReindexingTarget_shard1_replica_n1/data/]
[junit4] 2> 1628368 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.IndexSchema
[abortReindexingTarget_shard2_replica_n2] Schema name=minimal
[junit4] 2> 1628369 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1628369 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'abortReindexingTarget_shard2_replica_n2' using configuration from
collection abortReindexingTarget, trusted=true
[junit4] 2> 1628370 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_34687.solr.core.abortReindexingTarget.shard2.replica_n2'
(registry 'solr.core.abortReindexingTarget.shard2.replica_n2') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1628370 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrCore
[[abortReindexingTarget_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/abortReindexingTarget_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/./abortReindexingTarget_shard2_replica_n2/data/]
[junit4] 2> 1628481 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1628481 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1628483 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1628483 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1628484 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6fc0792b[abortReindexingTarget_shard1_replica_n1] main]
[junit4] 2> 1628485 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1628485 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1628486 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1628486 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1629903205823414272
[junit4] 2> 1628490 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/abortReindexingTarget/terms/shard1 to
Terms{values={core_node3=0}, version=0}
[junit4] 2> 1628490 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexingTarget/leaders/shard1
[junit4] 2> 1628492 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1628492 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1628492 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:44131/solr/abortReindexingTarget_shard1_replica_n1/
[junit4] 2> 1628492 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 1628492 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:44131/solr/abortReindexingTarget_shard1_replica_n1/ has no
replicas
[junit4] 2> 1628492 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexingTarget/leaders/shard1/leader after winning as
/collections/abortReindexingTarget/leader_elect/shard1/election/72317863580401673-core_node3-n_0000000000
[junit4] 2> 1628493 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:44131/solr/abortReindexingTarget_shard1_replica_n1/ shard1
[junit4] 2> 1628493 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1628493 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1628494 INFO
(searcherExecutor-7314-thread-1-processing-n:127.0.0.1:44131_solr
x:abortReindexingTarget_shard1_replica_n1 c:abortReindexingTarget s:shard1
r:core_node3) [n:127.0.0.1:44131_solr c:abortReindexingTarget s:shard1
r:core_node3 x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.SolrCore
[abortReindexingTarget_shard1_replica_n1] Registered new searcher
Searcher@6fc0792b[abortReindexingTarget_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1628495 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.CommitTracker Hard
AutoCommit: disabled
[junit4] 2> 1628495 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1628496 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1d2907cc[abortReindexingTarget_shard2_replica_n2] main]
[junit4] 2> 1628497 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1628497 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1628497 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1628497 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1629903205834948608
[junit4] 2> 1628500 INFO
(searcherExecutor-7315-thread-1-processing-n:127.0.0.1:34687_solr
x:abortReindexingTarget_shard2_replica_n2 c:abortReindexingTarget s:shard2
r:core_node4) [n:127.0.0.1:34687_solr c:abortReindexingTarget s:shard2
r:core_node4 x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SolrCore
[abortReindexingTarget_shard2_replica_n2] Registered new searcher
Searcher@1d2907cc[abortReindexingTarget_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1628502 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful
update of terms at /collections/abortReindexingTarget/terms/shard2 to
Terms{values={core_node4=0}, version=0}
[junit4] 2> 1628502 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/abortReindexingTarget/leaders/shard2
[junit4] 2> 1628503 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1628503 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1628503 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas
to http://127.0.0.1:34687/solr/abortReindexingTarget_shard2_replica_n2/
[junit4] 2> 1628503 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 1628507 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.SyncStrategy
http://127.0.0.1:34687/solr/abortReindexingTarget_shard2_replica_n2/ has no
replicas
[junit4] 2> 1628508 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/abortReindexingTarget/leaders/shard2/leader after winning as
/collections/abortReindexingTarget/leader_elect/shard2/election/72317863580401670-core_node4-n_0000000000
[junit4] 2> 1628508 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
http://127.0.0.1:34687/solr/abortReindexingTarget_shard2_replica_n2/ shard2
[junit4] 2> 1628609 INFO (zkCallback-9958-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628609 INFO (zkCallback-9958-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628609 INFO (zkCallback-9943-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628609 INFO (zkCallback-9943-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628610 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 1628610 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.c.ZkController I am the
leader, no recovery necessary
[junit4] 2> 1628650 INFO (qtp1383309428-22849) [n:127.0.0.1:34687_solr
c:abortReindexingTarget s:shard2 r:core_node4
x:abortReindexingTarget_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard2_replica_n2&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1366
[junit4] 2> 1628650 INFO (qtp41436640-22839) [n:127.0.0.1:44131_solr
c:abortReindexingTarget s:shard1 r:core_node3
x:abortReindexingTarget_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin]
webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=abortReindexingTarget_shard1_replica_n1&action=CREATE&numShards=2&collection=abortReindexingTarget&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1366
[junit4] 2> 1628650 INFO
(OverseerThreadFactory-7296-thread-2-processing-n:127.0.0.1:34687_solr)
[n:127.0.0.1:34687_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
.rx_ck_abortReindexing
[junit4] 2> 1628753 INFO (zkCallback-9958-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628753 INFO (zkCallback-9958-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628753 INFO (zkCallback-9958-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628754 INFO (zkCallback-9943-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628754 INFO (zkCallback-9943-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628754 INFO (zkCallback-9943-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/abortReindexingTarget/state.json] for collection
[abortReindexingTarget] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1628855 INFO
(OverseerStateUpdate-72317863580401670-127.0.0.1:34687_solr-n_0000000000)
[n:127.0.0.1:34687_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":".rx_ck_abortReindexing",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":".rx_ck_abortReindexing_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:34687/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"true"}
[junit4] 2> 1629056 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core
create command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=_default&newCollection=true&name=.rx_ck_abortReindexing_shard1_replica_n1&action=CREATE&numShards=1&collection=.rx_ck_abortReindexing&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1630063 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams conf resource
params.json loaded . version : 0
[junit4] 2> 1630063 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.RequestParams request
params refreshed to version 0
[junit4] 2> 1630063 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/extraction/lib
[junit4] 2> 1630063 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-cell-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 1630064 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/clustering/lib
[junit4] 2> 1630064 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-clustering-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 1630064 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/langid/lib
[junit4] 2> 1630064 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-langid-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 1630064 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
filtered by .*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../contrib/velocity/lib
[junit4] 2> 1630064 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-velocity-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 1630064 WARN (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Couldn't add
files from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
filtered by solr-ltr-\d.*\.jar to classpath:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1/../../../../dist
[junit4] 2> 1630132 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 9.0.0
[junit4] 2> 1630149 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema
[.rx_ck_abortReindexing_shard1_replica_n1] Schema name=default-config
[junit4] 2> 1630437 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
default-config/1.6 with uniqueid field id
[junit4] 2> 1630454 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore '.rx_ck_abortReindexing_shard1_replica_n1' using configuration from
collection .rx_ck_abortReindexing, trusted=true
[junit4] 2> 1630454 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_34687.solr.core..rx_ck_abortReindexing.shard1.replica_n1'
(registry 'solr.core..rx_ck_abortReindexing.shard1.replica_n1') enabled at
server: com.sun.jmx.mbeanserver.JmxMBeanServer@43674887
[junit4] 2> 1630455 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.c.SolrCore
[[.rx_ck_abortReindexing_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/.rx_ck_abortReindexing_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.ReindexCollectionTest_46B16C579A630874-001/tempDir-001/node1/./.rx_ck_abortReindexing_shard1_replica_n1/data/]
[junit4] 2> 1630479 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.r.XSLTResponseWriter
xsltCacheLifetimeSeconds=5
[junit4] 2> 1630627 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.UpdateHandler Using
UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1630627 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1630629 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Hard
AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 1630629 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.u.CommitTracker Soft
AutoCommit: disabled
[junit4] 2> 1630631 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@66a9f0d3[.rx_ck_abortReindexing_shard1_replica_n1] main]
[junit4] 2> 1630632 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/_default
[junit4] 2> 1630632 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/_default
[junit4] 2> 1630632 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader
Creating ZooKeeper watch for the managed schema at
/configs/_default/managed-schema
[junit4] 2> 1630633 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current
schema version 0 is already the latest
[junit4] 2> 1630633 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.h.c.SpellCheckComponent
Initializing spell checkers
[junit4] 2> 1630633 INFO (qtp1383309428-22848) [n:127.0.0.1:34687_solr
c:.rx_ck_abortReindexing s:shard1 r:core_node2
x:.rx_ck_abortReindexing_shard1_replica_n1] o.a.s.s.DirectSolrSpellChecker
init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecke
[...truncated too long message...]
A630874]) [ ] o.a.s.SolrTestCaseJ4 ###Ending testMustMatch
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.CategoryRoutedAliasUpdateProcessorTest_46B16C579A630874-001
[junit4] 2> Apr 04, 2019 5:11:18 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 6 leaked
thread(s).
[junit4] 2> NOTE: test params are:
codec=DummyCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=DUMMY,
chunkSize=24220, maxDocsPerChunk=7, blockSize=9),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=DUMMY,
chunkSize=24220, blockSize=9)),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@76203879),
locale=lrc, timezone=Asia/Vladivostok
[junit4] 2> NOTE: Linux 4.18.0-15-generic amd64/Oracle Corporation 12
(64-bit)/cpus=8,threads=1,free=193157096,total=419430400
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedDebugComponentTest, FacetPivotSmallTest, AutoScalingHandlerTest,
TestFunctionQuery, NodeAddedTriggerTest, SimpleFacetsTest,
TestDeprecatedFilters, TestSchemaResource, TestSortByMinMaxFunction,
SolrPluginUtilsTest, CdcrBootstrapTest, TestHighFrequencyDictionaryFactory,
EchoParamsTest, TestLegacyFieldCache, SolrShardReporterTest,
HighlighterConfigTest, TriggerCooldownIntegrationTest, TestUpdate,
TestExportWriter, TestGroupingSearch, TestComponentsName, ShardRoutingTest,
TestDelegationWithHadoopAuth, TestConfig, TestManagedSchemaAPI, TestFieldCache,
TestRandomRequestDistribution, TestPointFields, QueryElevationComponentTest,
AnalysisAfterCoreReloadTest, NodeMarkersRegistrationTest,
TolerantUpdateProcessorTest, FullHLLTest, LeaderTragicEventTest,
HdfsLockFactoryTest, TestSuggestSpellingConverter, TestScoreJoinQPNoScore,
TestCollapseQParserPlugin, CdcrUpdateLogTest, TestFaceting,
DistributedFacetPivotSmallTest, TestRawResponseWriter,
SpellCheckCollatorWithCollapseTest, TestMinHashQParser,
PreAnalyzedUpdateProcessorTest, TestDirectoryFactory,
TestPerFieldSimilarityWithDefaultOverride, TestQueryUtils,
TestJsonFacetsStatsParsing, SSLMigrationTest, JvmMetricsTest,
SuggestComponentTest, SuggesterTSTTest, CdcrRequestHandlerTest,
ForceLeaderTest, PropertiesRequestHandlerTest, LeaderElectionTest,
CollectionsAPIAsyncDistributedZkTest, PKIAuthenticationIntegrationTest,
TestSolrIndexConfig, TestSolrCoreProperties, TestSolrConfigHandler,
TestAuthenticationFramework, GraphQueryTest, OrderedExecutorTest,
TestConfigSetsAPIExclusivity, UninvertDocValuesMergePolicyTest,
CurrencyRangeFacetCloudTest, PolyFieldTest, CustomHighlightComponentTest,
TestSQLHandlerNonCloud, DistributedSpellCheckComponentTest,
RandomizedTaggerTest, MBeansHandlerTest, TestSolrCloudWithKerberosAlt,
ChaosMonkeySafeLeaderTest, TestStressInPlaceUpdates, TestStreamBody,
DistanceUnitsTest, MergeStrategyTest, SearchRateTriggerTest,
TestSizeLimitedDistributedMap, TestAnalyzeInfixSuggestions,
TestCloudPseudoReturnFields, AlternateDirectoryTest,
TestEmbeddedSolrServerAdminHandler, PingRequestHandlerTest,
DistribCursorPagingTest, HdfsDirectoryFactoryTest, HDFSCollectionsAPITest,
DistributedQueueTest, TestConfigReload, SmileWriterTest, UUIDFieldTest,
SolrMetricManagerTest, TestLRUCache, TestCollationFieldDocValues,
TestSimExtremeIndexing, TestJavabinTupleStreamParser,
TestNamedUpdateProcessors, TestManagedSynonymFilterFactory, BlockDirectoryTest,
CircularListTest, TestCloudJSONFacetSKG, TestReloadDeadlock, TestLegacyTerms,
IndexSchemaRuntimeFieldTest, DocValuesTest, TestDefaultStatsCache,
DocumentBuilderTest, AtomicUpdateProcessorFactoryTest,
DeleteInactiveReplicaTest, SparseHLLTest, MetricTriggerIntegrationTest,
TestMacroExpander, TestDeleteCollectionOnDownNodes, SearchHandlerTest,
ShowFileRequestHandlerTest, TestImplicitCoreProperties, TestRecovery,
ScriptEngineTest, SOLR749Test, AsyncCallRequestStatusResponseTest,
BlockJoinFacetDistribTest, TestCloudSearcherWarming, BadIndexSchemaTest,
CoreSorterTest, ScheduledTriggerIntegrationTest,
TestLeaderElectionWithEmptyReplica, TestPullReplica,
DistributedQueryComponentCustomSortTest, TestSortableTextField,
ZkNodePropsTest, TestSimDistribStateManager, TestMiniSolrCloudClusterSSL,
TestTolerantUpdateProcessorCloud, TestSSLRandomization,
TestSubQueryTransformer, AssignTest, HdfsRecoverLeaseTest,
TestPostingsSolrHighlighter, CursorPagingTest, DisMaxRequestHandlerTest,
DistributedIntervalFacetingTest, OutputWriterTest, SampleTest,
SolrInfoBeanTest, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey,
TestDistributedMissingSort, TestDistributedSearch, TestDocumentBuilder,
TestRandomDVFaceting, TestRandomFaceting, TestSimpleTrackingShardHandler,
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest,
TestWordDelimiterFilterFactory, TokenizerChainTest, TestLuceneIndexBackCompat,
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ConnectionReuseTest,
AddReplicaTest, AliasIntegrationTest, AssignBackwardCompatibilityTest,
BasicZkTest, ChaosMonkeyNothingIsSafeTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, CleanupOldIndexTest,
CloudExitableDirectoryReaderTest, ClusterStateTest, ClusterStateUpdateTest,
CollectionPropsTest, CollectionsAPISolrJTest, DeleteStatusTest,
DocValuesNotIndexedTest, HttpPartitionWithTlogReplicasTest,
LegacyCloudClusterPropTest, MigrateRouteKeyTest, OverseerTest, RecoveryZkTest,
RestartWhileUpdatingTest, ShardRoutingCustomTest, SliceStateTest,
SolrCLIZkUtilsTest, SolrCloudExampleTest, SyncSliceTest, TestWithCollection,
ZkControllerTest, CollectionTooManyReplicasTest,
HdfsCollectionsAPIDistributedZkTest, SimpleCollectionCreateDeleteTest,
TestCollectionsAPIViaSolrCloudCluster, HdfsAutoAddReplicasIntegrationTest,
HttpTriggerListenerTest, NodeAddedTriggerIntegrationTest, NodeLostTriggerTest,
TestSimClusterStateProvider, BaseCdcrDistributedZkTest,
CdcrReplicationHandlerTest, HdfsBasicDistributedZkTest,
HdfsChaosMonkeyNothingIsSafeTest, HdfsChaosMonkeySafeLeaderTest,
HdfsNNFailoverTest, HdfsSyncSliceTest, HdfsThreadLeakTest,
ConfigureRecoveryStrategyTest, RAMDirectoryFactoryTest, ResourceLoaderTest,
TestBackupRepositoryFactory, TestConfigSetProperties, TestConfigSets,
TestCoreDiscovery, TestInitParams, TestJmxIntegration, TestLazyCores,
BinaryUpdateRequestHandlerTest, CSVRequestHandlerTest,
DocumentAnalysisRequestHandlerTest, FieldAnalysisRequestHandlerTest,
JsonLoaderTest, SearchHandlerTest, TestReplicationHandler,
DistributedFacetPivotLongTailTest, ShufflingReplicaListTransformerTest,
SpellCheckComponentTest, TermsComponentTest, TaggingAttributeTest,
XmlInterpolationTest, TestSlowCompositeReaderWrapper, TestLegacyField,
TestNumericRangeQuery32, SolrGangliaReporterTest, SolrJmxReporterCloudTest,
SolrSlf4jReporterTest, TestGeoJSONResponseWriter, TestPushWriter,
TestSolrQueryResponse, TestChildDocTransformer, TestManagedResource,
TestManagedResourceStorage, TestBulkSchemaAPI, TestFieldTypeResource,
TestSerializedLuceneMatchVersion, ChangedSchemaMergeTest,
CurrencyFieldTypeTest, NotRequiredUniqueKeyTest,
OpenExchangeRatesOrgProviderTest, SchemaVersionSpecificBehaviorTest,
TestCloudSchemaless, TestStressUserVersions, TestSurroundQueryParser,
TestTrieFacet, TestXmlQParserPlugin, RangeFacetCloudTest, TestNestedDocsSort,
CloudMLTQParserTest, TestZkAclsWithHadoopAuth, CacheHeaderTest,
HttpSolrCallGetCoreTest, SuggesterWFSTTest, TestFreeTextSuggestions,
TestFieldCacheVsDocValues, RootFieldTest, SolrCmdDistributorTest,
SolrIndexConfigTest, TestAtomicUpdateErrorCases, TestExceedMaxTermLength,
TestHdfsUpdateLog, TestIndexingPerformance, TestNestedUpdateProcessor,
UpdateParamsTest, VersionInfoTest, AtomicUpdatesTest,
CategoryRoutedAliasUpdateProcessorTest]
[junit4] Completed [825/851 (3!)] on J0 in 74.09s, 6 tests, 1 error <<<
FAILURES!
[...truncated 42694 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/23866/consoleText
[repro] Revision: 1ec229b604dec73649949a94d072f202b5b1eab0
[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line: ant test -Dtestcase=ReindexCollectionTest
-Dtests.method=testBasicReindexing -Dtests.seed=46B16C579A630874
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=he-IL
-Dtests.timezone=Asia/Hong_Kong -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[repro] Repro line: ant test -Dtestcase=CustomCollectionTest
-Dtests.method=testRouteFieldForImplicitRouter -Dtests.seed=46B16C579A630874
-Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-CF
-Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[repro] Repro line: ant test
-Dtestcase=CategoryRoutedAliasUpdateProcessorTest -Dtests.method=testNonEnglish
-Dtests.seed=46B16C579A630874 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=lrc -Dtests.timezone=Asia/Vladivostok -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] CustomCollectionTest
[repro] ReindexCollectionTest
[repro] CategoryRoutedAliasUpdateProcessorTest
[repro] ant compile-test
[...truncated 3569 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=15
-Dtests.class="*.CustomCollectionTest|*.ReindexCollectionTest|*.CategoryRoutedAliasUpdateProcessorTest"
-Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
-Dtests.seed=46B16C579A630874 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fr-CF -Dtests.timezone=Asia/Sakhalin -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[...truncated 180 lines...]
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.ReindexCollectionTest
[repro] 0/5 failed: org.apache.solr.cloud.api.collections.CustomCollectionTest
[repro] 0/5 failed:
org.apache.solr.update.processor.CategoryRoutedAliasUpdateProcessorTest
[repro] Exiting with code 0
[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]