Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/1632/
Java: 64bit/jdk-12.0.1 -XX:-UseCompressedOops -XX:+UnlockExperimentalVMOptions
-XX:+UseZGC
2 tests failed.
FAILED:
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime
Error Message:
expected:<16> but was:<15>
Stack Trace:
java.lang.AssertionError: expected:<16> but was:<15>
at
__randomizedtesting.SeedInfo.seed([F3283AC5EC104797:F42375C6D3E3167F]: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.update.processor.DimensionalRoutedAliasUpdateProcessorTest.assertCatTimeInvariants(DimensionalRoutedAliasUpdateProcessorTest.java:678)
at
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testCatTime(DimensionalRoutedAliasUpdateProcessorTest.java:544)
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.DimensionalRoutedAliasUpdateProcessorTest.testTimeCat
Error Message:
Expected no errors: [{type=ADD,id=23,message=Underlying core creation failed
while creating collection: testTimeCat__TRA__2019-07-06__CRA__calico}]
Stack Trace:
java.lang.AssertionError: Expected no errors:
[{type=ADD,id=23,message=Underlying core creation failed while creating
collection: testTimeCat__TRA__2019-07-06__CRA__calico}]
at
__randomizedtesting.SeedInfo.seed([F3283AC5EC104797:CAD07B76AC310BFC]:0)
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at
org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.assertUpdateResponse(RoutedAliasUpdateProcessorTest.java:329)
at
org.apache.solr.update.processor.RoutedAliasUpdateProcessorTest.addDocsAndCommit(RoutedAliasUpdateProcessorTest.java:282)
at
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest.testTimeCat(DimensionalRoutedAliasUpdateProcessorTest.java:304)
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 16343 lines...]
[junit4] JVM J2: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J2-20191216_235658_8414706101481403321436.sysout
[junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps/java_pid21766.hprof ...
[junit4] Heap dump file created [395400641 bytes in 2.114 secs]
[junit4] <<< JVM J2: EOF ----
[...truncated 4 lines...]
[junit4] Suite:
org.apache.solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest
[junit4] 2> 3230038 INFO
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[F3283AC5EC104797]-worker)
[ ] o.a.s.SolrTestCaseJ4 Created dataDir:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/data-dir-385-001
[junit4] 2> 3230038 WARN
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[F3283AC5EC104797]-worker)
[ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 3230039 INFO
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[F3283AC5EC104797]-worker)
[ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 3230039 INFO
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[F3283AC5EC104797]-worker)
[ ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) 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> 3230040 INFO
(SUITE-DimensionalRoutedAliasUpdateProcessorTest-seed#[F3283AC5EC104797]-worker)
[ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 3230043 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testCatTime
[junit4] 2> 3230044 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001
[junit4] 2> 3230044 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 3230045 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 3230045 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 3230145 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.ZkTestServer start zk server on port:41267
[junit4] 2> 3230145 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41267
[junit4] 2> 3230146 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41267
[junit4] 2> 3230146 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41267
[junit4] 2> 3230167 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3230189 INFO (zkConnectionManagerCallback-31685-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3230189 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3230309 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3230350 INFO (zkConnectionManagerCallback-31687-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3230350 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3230357 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3230374 INFO (zkConnectionManagerCallback-31689-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3230374 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3230587 WARN (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3230588 WARN (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3230588 WARN (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3230588 WARN (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
[junit4] 2> 3230588 WARN (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3230588 WARN (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3230588 INFO (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
[junit4] 2> 3230589 INFO (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
[junit4] 2> 3230590 WARN (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 3230590 WARN (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content,
break even is size 23
[junit4] 2> 3230590 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
[junit4] 2> 3230590 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 3230590 INFO (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git:
363d5f2df3a8a28de40604320230664b9c793c16; jvm 12.0.1+12
[junit4] 2> 3230649 INFO (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3230649 INFO (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3230649 INFO (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 3230655 INFO (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3ffa3902{/solr,null,AVAILABLE}
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4a1fde5d{ssl,[ssl, alpn,
http/1.1, h2]}{127.0.0.1:41823}
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.e.j.s.Server Started @3230759ms
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=41823}
[junit4] 2> 3230656 ERROR (jetty-launcher-31690-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3230656 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T00:50:49.628932Z
[junit4] 2> 3230770 INFO (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3230770 INFO (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3230770 INFO (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3230774 INFO (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4fe82365{/solr,null,AVAILABLE}
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6c227d3{ssl,[ssl, alpn,
http/1.1, h2]}{127.0.0.1:33959}
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.e.j.s.Server Started @3230879ms
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33959}
[junit4] 2> 3230776 ERROR (jetty-launcher-31690-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3230776 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T00:50:49.748519Z
[junit4] 2> 3230789 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3230815 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3230821 INFO (zkConnectionManagerCallback-31692-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3230853 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3230854 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3230886 INFO (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3230886 INFO (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3230886 INFO (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3230891 INFO (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@583f60f7{/solr,null,AVAILABLE}
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@68be02ce{ssl,[ssl, alpn,
http/1.1, h2]}{127.0.0.1:39771}
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.e.j.s.Server Started @3230995ms
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=39771}
[junit4] 2> 3230892 ERROR (jetty-launcher-31690-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3230892 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T00:50:49.864907Z
[junit4] 2> 3230953 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3230959 INFO (zkConnectionManagerCallback-31694-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3230973 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3230974 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3231010 INFO (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 3231010 INFO (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 3231010 INFO (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 3231014 INFO (zkConnectionManagerCallback-31696-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231014 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3231026 INFO (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@bf8e46b{/solr,null,AVAILABLE}
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3a4eb7a1{ssl,[ssl, alpn,
http/1.1, h2]}{127.0.0.1:42465}
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.e.j.s.Server Started @3231130ms
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42465}
[junit4] 2> 3231027 ERROR (jetty-launcher-31690-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.5.0
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 3231027 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-12-17T00:50:49.999523Z
[junit4] 2> 3231047 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3231066 INFO (zkConnectionManagerCallback-31699-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231067 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3231085 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3231088 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 3231321 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3231364 WARN (jetty-launcher-31690-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@63cf0cbd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231364 WARN (jetty-launcher-31690-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@63cf0cbd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231375 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3231378 WARN (jetty-launcher-31690-thread-1) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@58bb5472[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231378 WARN (jetty-launcher-31690-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@58bb5472[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231379 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41267/solr
[junit4] 2> 3231386 WARN (jetty-launcher-31690-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@53fac224[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231386 WARN (jetty-launcher-31690-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@53fac224[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231392 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3231394 WARN (jetty-launcher-31690-thread-2) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@10648f2f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231394 WARN (jetty-launcher-31690-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@10648f2f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231396 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41267/solr
[junit4] 2> 3231396 INFO (zkConnectionManagerCallback-31709-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231396 INFO (jetty-launcher-31690-thread-1) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3231409 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3231414 INFO (zkConnectionManagerCallback-31714-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231414 INFO (jetty-launcher-31690-thread-2) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3231521 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3231533 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3231549 INFO (zkConnectionManagerCallback-31716-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231549 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3231561 WARN (jetty-launcher-31690-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5c9336eb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231561 WARN (jetty-launcher-31690-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5c9336eb[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231569 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 3231586 WARN (jetty-launcher-31690-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@1b7a63c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231586 WARN (jetty-launcher-31690-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@1b7a63c[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231604 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:33959_solr
[junit4] 2> 3231604 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.c.Overseer Overseer
(id=72196494364180489-127.0.0.1:33959_solr-n_0000000000) starting
[junit4] 2> 3231606 WARN (jetty-launcher-31690-thread-4) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@255c1a95[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231606 WARN (jetty-launcher-31690-thread-4) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@255c1a95[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231608 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41267/solr
[junit4] 2> 3231609 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3231611 INFO
(OverseerStateUpdate-72196494364180489-127.0.0.1:33959_solr-n_0000000000)
[n:127.0.0.1:33959_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:33959_solr
[junit4] 2> 3231614 WARN (jetty-launcher-31690-thread-3) [ ]
o.e.j.u.s.S.config Trusting all certificates configured for
Client@5cb884dd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231614 WARN (jetty-launcher-31690-thread-3) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
Client@5cb884dd[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 3231615 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41267/solr
[junit4] 2> 3231621 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3231629 INFO (zkConnectionManagerCallback-31725-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231629 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3231630 INFO (zkConnectionManagerCallback-31729-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231630 INFO (jetty-launcher-31690-thread-4) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3231630 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33959_solr
[junit4] 2> 3231631 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3231632 INFO (zkCallback-31715-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 3231632 INFO (zkConnectionManagerCallback-31733-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231632 INFO (jetty-launcher-31690-thread-3) [ ]
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3231632 WARN (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 3231642 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 3231643 DEBUG
(OverseerAutoScalingTriggerThread-72196494364180489-127.0.0.1:33959_solr-n_0000000000)
[ ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial
livenodes: [127.0.0.1:33959_solr]
[junit4] 2> 3231644 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:41823_solr as DOWN
[junit4] 2> 3231645 DEBUG (ScheduledTrigger-17551-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1 and last live nodes: 1
[junit4] 2> 3231645 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3231645 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41823_solr
[junit4] 2> 3231646 INFO (zkCallback-31715-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3231646 WARN (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 3231650 INFO (zkCallback-31724-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 3231658 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3231668 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3231684 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33959.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231714 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33959.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231714 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33959.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231715 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3231715 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41823.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231717 INFO (jetty-launcher-31690-thread-1)
[n:127.0.0.1:33959_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node1/.
[junit4] 2> 3231723 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41823.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231723 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41823.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231724 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3231725 INFO (jetty-launcher-31690-thread-2)
[n:127.0.0.1:41823_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node2/.
[junit4] 2> 3231744 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3231750 INFO (zkConnectionManagerCallback-31740-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231750 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3231752 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 3231754 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:39771_solr as DOWN
[junit4] 2> 3231755 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3231755 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39771_solr
[junit4] 2> 3231756 INFO (zkCallback-31724-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3231756 INFO (zkCallback-31715-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3231756 WARN (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 3231761 INFO (zkCallback-31739-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 3231774 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3231832 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.c.ConnectionManager Waiting for client to
connect to ZooKeeper
[junit4] 2> 3231958 INFO (zkConnectionManagerCallback-31746-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3231958 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.c.ConnectionManager Client is connected
to ZooKeeper
[junit4] 2> 3231962 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 3231964 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:42465_solr as DOWN
[junit4] 2> 3231965 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 3231965 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42465_solr
[junit4] 2> 3231966 INFO (zkCallback-31724-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3231966 INFO (zkCallback-31739-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3231966 INFO (zkCallback-31715-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3231967 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39771.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231967 WARN (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.CoreContainer Not all security plugins
configured! authentication=disabled authorization=disabled. Solr is only as
secure as you make it. Consider configuring authentication/authorization before
exposing Solr to users internal or external. See
https://s.apache.org/solrsecurity for more info
[junit4] 2> 3231975 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39771.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231976 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_39771.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3231977 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3231978 INFO (zkCallback-31745-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 3231978 INFO (jetty-launcher-31690-thread-4)
[n:127.0.0.1:39771_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node4/.
[junit4] 2> 3231982 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 3232009 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42465.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3232024 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42465.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3232024 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42465.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3232026 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.p.PackageLoader /packages.json updated to
version -1
[junit4] 2> 3232028 INFO (jetty-launcher-31690-thread-3)
[n:127.0.0.1:42465_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node3/.
[junit4] 2> 3232066 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
[junit4] 2> 3232067 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
[junit4] 2> 3232068 INFO (zkConnectionManagerCallback-31755-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 3232068 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
[junit4] 2> 3232069 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 3232069 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:41267/solr ready
[junit4] 2> 3232090 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232091 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=1
[junit4] 2> 3232098 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest SolrClient:
org.apache.solr.client.solrj.impl.CloudSolrClient@7fc34730
[junit4] 2> 3232098 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.u.p.DimensionalRoutedAliasUpdateProcessorTest
ClusterStateProvider
org.apache.solr.client.solrj.impl.HttpClusterStateProvider@16b8c1c8
[junit4] 2> 3232099 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232099 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3232100 INFO (qtp817290449-66085) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232100 INFO (qtp817290449-66085) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3232101 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232101 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3232102 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232104 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
[junit4] 2> 3232119 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.h.a.ConfigSetsHandler Invoked ConfigSet Action :create with params
baseConfigSet=_default&name=testCatTime&action=CREATE&wt=javabin&version=2
[junit4] 2> 3232129 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.OverseerConfigSetMessageHandler
OverseerConfigSetMessageHandler.processMessage : create , {
[junit4] 2> "name":"testCatTime",
[junit4] 2> "baseConfigSet":"_default",
[junit4] 2> "immutable":"false",
[junit4] 2> "operation":"configsets:create"}
[junit4] 2> 3232130 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/protwords.txt to /configs/testCatTime/protwords.txt
[junit4] 2> 3232131 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/managed-schema to /configs/testCatTime/managed-schema
[junit4] 2> 3232132 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/solrconfig.xml to /configs/testCatTime/solrconfig.xml
[junit4] 2> 3232134 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_it.txt to
/configs/testCatTime/lang/contractions_it.txt
[junit4] 2> 3232140 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stemdict_nl.txt to
/configs/testCatTime/lang/stemdict_nl.txt
[junit4] 2> 3232147 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hy.txt to
/configs/testCatTime/lang/stopwords_hy.txt
[junit4] 2> 3232149 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_no.txt to
/configs/testCatTime/lang/stopwords_no.txt
[junit4] 2> 3232152 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ca.txt to
/configs/testCatTime/lang/contractions_ca.txt
[junit4] 2> 3232154 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_id.txt to
/configs/testCatTime/lang/stopwords_id.txt
[junit4] 2> 3232155 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_et.txt to
/configs/testCatTime/lang/stopwords_et.txt
[junit4] 2> 3232156 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ga.txt to
/configs/testCatTime/lang/stopwords_ga.txt
[junit4] 2> 3232157 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hi.txt to
/configs/testCatTime/lang/stopwords_hi.txt
[junit4] 2> 3232158 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_da.txt to
/configs/testCatTime/lang/stopwords_da.txt
[junit4] 2> 3232159 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ja.txt to
/configs/testCatTime/lang/stopwords_ja.txt
[junit4] 2> 3232160 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_pt.txt to
/configs/testCatTime/lang/stopwords_pt.txt
[junit4] 2> 3232162 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_hu.txt to
/configs/testCatTime/lang/stopwords_hu.txt
[junit4] 2> 3232163 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_el.txt to
/configs/testCatTime/lang/stopwords_el.txt
[junit4] 2> 3232164 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ru.txt to
/configs/testCatTime/lang/stopwords_ru.txt
[junit4] 2> 3232165 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_tr.txt to
/configs/testCatTime/lang/stopwords_tr.txt
[junit4] 2> 3232166 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ar.txt to
/configs/testCatTime/lang/stopwords_ar.txt
[junit4] 2> 3232167 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/userdict_ja.txt to
/configs/testCatTime/lang/userdict_ja.txt
[junit4] 2> 3232170 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_eu.txt to
/configs/testCatTime/lang/stopwords_eu.txt
[junit4] 2> 3232171 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_it.txt to
/configs/testCatTime/lang/stopwords_it.txt
[junit4] 2> 3232174 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_cz.txt to
/configs/testCatTime/lang/stopwords_cz.txt
[junit4] 2> 3232182 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stoptags_ja.txt to
/configs/testCatTime/lang/stoptags_ja.txt
[junit4] 2> 3232193 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_fr.txt to
/configs/testCatTime/lang/contractions_fr.txt
[junit4] 2> 3232198 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_de.txt to
/configs/testCatTime/lang/stopwords_de.txt
[junit4] 2> 3232199 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fa.txt to
/configs/testCatTime/lang/stopwords_fa.txt
[junit4] 2> 3232200 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/contractions_ga.txt to
/configs/testCatTime/lang/contractions_ga.txt
[junit4] 2> 3232201 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ca.txt to
/configs/testCatTime/lang/stopwords_ca.txt
[junit4] 2> 3232202 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_nl.txt to
/configs/testCatTime/lang/stopwords_nl.txt
[junit4] 2> 3232203 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_bg.txt to
/configs/testCatTime/lang/stopwords_bg.txt
[junit4] 2> 3232204 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_lv.txt to
/configs/testCatTime/lang/stopwords_lv.txt
[junit4] 2> 3232205 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_en.txt to
/configs/testCatTime/lang/stopwords_en.txt
[junit4] 2> 3232206 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_es.txt to
/configs/testCatTime/lang/stopwords_es.txt
[junit4] 2> 3232207 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_th.txt to
/configs/testCatTime/lang/stopwords_th.txt
[junit4] 2> 3232208 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_ro.txt to
/configs/testCatTime/lang/stopwords_ro.txt
[junit4] 2> 3232209 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fr.txt to
/configs/testCatTime/lang/stopwords_fr.txt
[junit4] 2> 3232210 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_sv.txt to
/configs/testCatTime/lang/stopwords_sv.txt
[junit4] 2> 3232211 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_fi.txt to
/configs/testCatTime/lang/stopwords_fi.txt
[junit4] 2> 3232211 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/hyphenations_ga.txt to
/configs/testCatTime/lang/hyphenations_ga.txt
[junit4] 2> 3232212 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/lang/stopwords_gl.txt to
/configs/testCatTime/lang/stopwords_gl.txt
[junit4] 2> 3232213 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/synonyms.txt to /configs/testCatTime/synonyms.txt
[junit4] 2> 3232214 INFO
(OverseerThreadFactory-17553-thread-1-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.c.ZkConfigManager Copying zk node
/configs/_default/stopwords.txt to /configs/testCatTime/stopwords.txt
[junit4] 2> 3232215 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/configs
params={baseConfigSet=_default&name=testCatTime&action=CREATE&wt=javabin&version=2}
status=0 QTime=96
[junit4] 2> 3232216 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232216 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3232217 INFO (qtp817290449-66085) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232217 INFO (qtp817290449-66085) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3232226 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232227 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3232227 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3232228 INFO (qtp817290449-66084) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 3232229 INFO (qtp817290449-66085) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=testCatTime&name=testCatTime&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 3232241 INFO
(OverseerCollectionConfigSetProcessor-72196494364180489-127.0.0.1:33959_solr-n_0000000000)
[n:127.0.0.1:33959_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> 3232242 INFO
(OverseerThreadFactory-17553-thread-2-processing-n:127.0.0.1:33959_solr)
[n:127.0.0.1:33959_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testCatTime
[junit4] 2> 3232356 INFO
(OverseerStateUpdate-72196494364180489-127.0.0.1:33959_solr-n_0000000000)
[n:127.0.0.1:33959_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testCatTime",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testCatTime_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:41823/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 3232578 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCatTime&newCollection=true&name=testCatTime_shard1_replica_n1&action=CREATE&numShards=1&collection=testCatTime&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 3232646 DEBUG (ScheduledTrigger-17551-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4 and last live nodes: 1
[junit4] 2> 3233593 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
[junit4] 2> 3233619 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.IndexSchema [testCatTime_shard1_replica_n1] Schema name=default-config
[junit4] 2> 3233647 DEBUG (ScheduledTrigger-17551-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4 and last live nodes: 4
[junit4] 2> 3233898 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
[junit4] 2> 3234081 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.CoreContainer Creating SolrCore 'testCatTime_shard1_replica_n1' using
configuration from collection testCatTime, trusted=true
[junit4] 2> 3234082 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41823.solr.core.testCatTime.shard1.replica_n1' (registry
'solr.core.testCatTime.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3234082 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.SolrCore [[testCatTime_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node2/testCatTime_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node2/./testCatTime_shard1_replica_n1/data/]
[junit4] 2> 3234213 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 3234213 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 3234219 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 3234219 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3234221 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1f915756[testCatTime_shard1_replica_n1] main]
[junit4] 2> 3234222 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/testCatTime
[junit4] 2> 3234223 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/testCatTime
[junit4] 2> 3234223 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at
/configs/testCatTime/managed-schema
[junit4] 2> 3234223 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
[junit4] 2> 3234224 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.h.c.SpellCheckComponent Initializing spell checkers
[junit4] 2> 3234224 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.DirectSolrSpellChecker init:
{name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
[junit4] 2> 3234225 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 3234225 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1653126047409897472
[junit4] 2> 3234227 INFO
(searcherExecutor-17570-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.c.QuerySenderListener
QuerySenderListener sending requests to
Searcher@1f915756[testCatTime_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3234227 INFO
(searcherExecutor-17570-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.c.QuerySenderListener
QuerySenderListener done.
[junit4] 2> 3234227 INFO
(searcherExecutor-17570-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell
index for spellchecker: default
[junit4] 2> 3234228 INFO
(searcherExecutor-17570-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.c.SolrCore
[testCatTime_shard1_replica_n1] Registered new searcher
Searcher@1f915756[testCatTime_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 3234232 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/testCatTime/terms/shard1 to Terms{values={core_node2=0}, version=0}
[junit4] 2> 3234232 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/testCatTime/leaders/shard1
[junit4] 2> 3234235 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 3234235 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 3234235 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:41823/solr/testCatTime_shard1_replica_n1/
[junit4] 2> 3234235 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 3234235 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.SyncStrategy
https://127.0.0.1:41823/solr/testCatTime_shard1_replica_n1/ has no replicas
[junit4] 2> 3234235 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/testCatTime/leaders/shard1/leader after winning as
/collections/testCatTime/leader_elect/shard1/election/72196494364180490-core_node2-n_0000000000
[junit4] 2> 3234237 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:41823/solr/testCatTime_shard1_replica_n1/ shard1
[junit4] 2> 3234340 INFO (zkCallback-31724-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCatTime/state.json] for collection [testCatTime] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3234340 INFO (zkCallback-31724-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCatTime/state.json] for collection [testCatTime] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3234351 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 3234356 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testCatTime&newCollection=true&name=testCatTime_shard1_replica_n1&action=CREATE&numShards=1&collection=testCatTime&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1779
[junit4] 2> 3234359 INFO (qtp817290449-66085) [n:127.0.0.1:42465_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> 3234455 INFO (zkCallback-31724-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCatTime/state.json] for collection [testCatTime] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3234455 INFO (zkCallback-31745-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCatTime/state.json] for collection [testCatTime] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3234455 INFO (zkCallback-31724-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCatTime/state.json] for collection [testCatTime] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3234455 INFO (zkCallback-31724-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/testCatTime/state.json] for collection [testCatTime] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 3234456 INFO (qtp817290449-66085) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=testCatTime&name=testCatTime&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2226
[junit4] 2> 3234457 INFO
(TEST-DimensionalRoutedAliasUpdateProcessorTest.testCatTime-seed#[F3283AC5EC104797])
[ ] o.a.s.c.SolrCloudTestCase waitForState (testCatTime): waiting for
collections to be created
[junit4] 2> 3234649 DEBUG (ScheduledTrigger-17551-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4 and last live nodes: 4
[junit4] 2> 3234965 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterstatus with
params action=CLUSTERSTATUS&wt=javabin&version=2 and sendToOCPQueue=true
[junit4] 2> 3234967 INFO (qtp817290449-66086) [n:127.0.0.1:42465_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={action=CLUSTERSTATUS&wt=javabin&version=2} status=0 QTime=2
[junit4] 2> 3234992 INFO (qtp1088927021-66053) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.h.SolrConfigHandler Waiting up to 30 secs for 1 replicas to set the
property overlay to be of version 0 for collection testCatTime
[junit4] 2> 3234992 INFO (Thread-7992) [ ] o.a.s.c.SolrCore config
update listener called for core testCatTime_shard1_replica_n1
[junit4] 2> 3234993 INFO (Thread-7992) [ ] o.a.s.c.SolrCore core
reload testCatTime_shard1_replica_n1
[junit4] 2> 3235002 INFO (Thread-7992) [ ] o.a.s.c.SolrConfig Using
Lucene MatchVersion: 8.5.0
[junit4] 2> 3235042 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0
secs, maxWait 30
[junit4] 2> 3235067 INFO (Thread-7992) [ ] o.a.s.s.IndexSchema
[testCatTime_shard1_replica_n1] Schema name=default-config
[junit4] 2> 3235155 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 3235158 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.S.Request [testCatTime_shard1_replica_n1] webapp=/solr
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0
QTime=2
[junit4] 2> 3235158 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get
expectedVersion 0 from
https://127.0.0.1:41823/solr/testCatTime_shard1_replica_n1/ for prop overlay
after 1 attempts
[junit4] 2> 3235158 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0
secs, maxWait 30
[junit4] 2> 3235159 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 3235259 INFO (Thread-7992) [ ] o.a.s.s.IndexSchema Loaded
schema default-config/1.6 with uniqueid field id
[junit4] 2> 3235280 INFO (qtp1088927021-66049) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 3235286 INFO (qtp1088927021-66049) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.S.Request [testCatTime_shard1_replica_n1] webapp=/solr
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0
QTime=6
[junit4] 2> 3235287 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get
expectedVersion 0 from
https://127.0.0.1:41823/solr/testCatTime_shard1_replica_n1/ for prop overlay
after 2 attempts
[junit4] 2> 3235287 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0
secs, maxWait 30
[junit4] 2> 3235343 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 3235357 INFO (Thread-7992) [ ] o.a.s.c.CoreContainer
Reloading SolrCore 'testCatTime_shard1_replica_n1' using configuration from
collection testCatTime
[junit4] 2> 3235388 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 3235389 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 3235389 INFO (qtp1088927021-66052) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.S.Request [testCatTime_shard1_replica_n1] webapp=/solr
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 3235390 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get
expectedVersion 0 from
https://127.0.0.1:41823/solr/testCatTime_shard1_replica_n1/ for prop overlay
after 3 attempts
[junit4] 2> 3235390 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0
secs, maxWait 30
[junit4] 2> 3235577 INFO (qtp1088927021-66049) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.h.SolrConfigHandler expecting overlay version 0 but my version is -1
[junit4] 2> 3235578 INFO (qtp1088927021-66049) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.S.Request [testCatTime_shard1_replica_n1] webapp=/solr
path=/config/znodeVersion params={overlay=0&wt=javabin&version=2} status=0
QTime=0
[junit4] 2> 3235582 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_41823.solr.core.testCatTime.shard1.replica_n1' (registry
'solr.core.testCatTime.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5ab91d57
[junit4] 2> 3235582 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.c.SolrCore [[testCatTime_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node2/testCatTime_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.update.processor.DimensionalRoutedAliasUpdateProcessorTest_F3283AC5EC104797-001/tempDir-001/node2/./testCatTime_shard1_replica_n1/data/]
[junit4] 2> 3235585 INFO (SolrConfigHandler-refreshconf) [ ]
o.a.s.h.SolrConfigHandler Another reload is in progress . Not doing anything
[junit4] 2> 3235586 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Could not get
expectedVersion 0 from
https://127.0.0.1:41823/solr/testCatTime_shard1_replica_n1/ for prop overlay
after 4 attempts
[junit4] 2> 3235586 INFO
(solrHandlerExecutor-17575-thread-1-processing-n:127.0.0.1:41823_solr
x:testCatTime_shard1_replica_n1 c:testCatTime s:shard1 r:core_node2)
[n:127.0.0.1:41823_solr c:testCatTime s:shard1 r:core_node2
x:testCatTime_shard1_replica_n1 ] o.a.s.h.SolrConfigHandler Time elapsed : 0
secs, maxWait 30
[junit4] 2> 3235650 DEBUG (ScheduledTrigger-17551-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 4 and last live nodes: 4
[junit4] 2> 3235653 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms;
[junit4] 2> 3235653 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 3235656 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@68edc022[testCatTime_shard1_replica_n1] main]
[junit4] 2> 3235657 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/testCatTime
[junit4] 2> 3235658 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/testCatTime
[junit4] 2> 3235658 INFO (Thread-7992) [n:127.0.0.1:41823_solr
c:testCatTime s:shard1 r:core_node2 x:testCatTime_shard1_replica_n1 ] o.a.s.s.Z
[...truncated too long message...]
che.lucene.search.similarities.AssertingSimilarity@111622fd), locale=pt-MZ,
timezone=Australia/NSW
[junit4] 2> NOTE: Linux 5.0.0-36-generic amd64/AdoptOpenJDK 12.0.1
(64-bit)/cpus=8,threads=1,free=333447168,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[CoreMergeIndexesAdminHandlerTest, TestSizeLimitedDistributedMap,
TestDistributedMissingSort, TestScoreJoinQPNoScore, TestSurroundQueryParser,
BadIndexSchemaTest, TriggerEventQueueTest, AtomicUpdateRemovalJavabinTest,
TestPHPSerializedResponseWriter, MissingSegmentRecoveryTest,
TestSortByMinMaxFunction, TestCollectionAPIs, TestBM25SimilarityFactory,
AuditLoggerIntegrationTest, SubstringBytesRefFilterTest, TestFilteredDocIdSet,
HLLSerializationTest, TestSafeXMLParsing, AnalyticsQueryTest,
AssignBackwardCompatibilityTest, TestMissingGroups, LargeFieldTest,
SoftAutoCommitTest, DirectSolrSpellCheckerTest, SpellCheckCollatorTest,
PluginInfoTest, DistanceUnitsTest, HdfsDirectoryTest, TestBulkSchemaAPI,
TestSolrJ, CachingDirectoryFactoryTest, ClusterStateUpdateTest,
TestSQLHandlerNonCloud, DistributedQueueTest,
TestExclusionRuleCollectionAccess, ChaosMonkeySafeLeaderTest, TestJsonRequest,
TestPerFieldSimilarity, SliceStateTest, TestLuceneIndexBackCompat,
TestManagedSchemaAPI, TestLegacyFieldReuse, TestStressReorder, PolyFieldTest,
TestAddFieldRealTimeGet, TestNumericTerms64, JWTAuthPluginTest,
IndexSizeTriggerSizeEstimationTest, ZkSolrClientTest,
TestTolerantUpdateProcessorCloud, TestLegacyNumericRangeQueryBuilder,
TestRequestStatusCollectionAPI, PeerSyncTest, TestSolrCloudWithKerberosAlt,
TestInitQParser, TestDFRSimilarityFactory, JavabinLoaderTest,
TestDistribPackageStore, RuleEngineTest, TestSimDistributedQueue,
TestDynamicFieldResource, TlogReplayBufferedWhileIndexingTest,
CursorPagingTest, TransactionLogTest, TestCustomSort,
SignificantTermsQParserPluginTest, DirectUpdateHandlerTest, GraphQueryTest,
SuggesterFSTTest, SuggesterWFSTTest, TestXmlQParser,
WrapperMergePolicyFactoryTest, TestReRankQParserPlugin,
TestIndexingPerformance, SolrMetricReporterTest,
RoutingToNodesWithPropertiesTest, TestReversedWildcardFilterFactory,
ForceLeaderTest, DocumentAnalysisRequestHandlerTest,
DistributedFacetPivotWhiteBoxTest, TestCloudManagedSchema,
XmlInterpolationTest, CopyFieldTest, TestAuthorizationFramework,
CoreAdminHandlerTest, TestSolrCoreProperties, AutoScalingHandlerTest,
DistributedSuggestComponentTest, TestSimNodeLostTrigger, TimeZoneUtilsTest,
NestedAtomicUpdateTest, StressHdfsTest, StatsReloadRaceTest,
TestLMJelinekMercerSimilarityFactory, SolrJmxReporterCloudTest,
TestFuzzyAnalyzedSuggestions, SolrCoreCheckLockOnStartupTest,
UpdateRequestProcessorFactoryTest, SolrPluginUtilsTest, DateRangeFieldTest,
TestStressThreadBackup, TestManagedSynonymFilterFactory,
HealthCheckHandlerTest, TestJsonFacetsStatsParsing, SpellingQueryConverterTest,
TestUnInvertedFieldException, MetricsHistoryIntegrationTest,
TestComplexPhraseLeadingWildcard, ZkStateReaderTest, TestChildDocTransformer,
TestConfigSetsAPI, ZookeeperStatusHandlerTest, TestEmbeddedSolrServerSchemaAPI,
TestMacros, SparseHLLTest, MBeansHandlerTest, ResponseHeaderTest,
AnalysisErrorHandlingTest, TestRawTransformer, CdcrWithNodesRestartsTest,
TestExactSharedStatsCache, TestSmileRequest, TestSimTriggerIntegration,
BlobRepositoryCloudTest, TestOnReconnectListenerSupport, SolrXmlInZkTest,
BitVectorTest, RegexBoostProcessorTest, TestReplicationHandler,
TestDistributedMap, HdfsBasicDistributedZkTest, TestExceedMaxTermLength,
TestWaitForStateWithJettyShutdowns, TestSimClusterStateProvider,
MetricsConfigTest, SolrCloudReportersTest, ShowFileRequestHandlerTest,
TestPseudoReturnFields, SearchHandlerTest, TestRandomDVFaceting,
VersionInfoTest, TestGroupingSearch, TestPointFields, OverseerTest,
TestGraphTermsQParserPlugin, AnalysisAfterCoreReloadTest,
BasicFunctionalityTest, ConvertedLegacyTest, EchoParamsTest, SampleTest,
TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping,
TestRandomFaceting, TestSimpleTrackingShardHandler, TestSolrTestCaseJ4,
TestTolerantSearch, TestTrie, TestCharFilters, TestDeprecatedFilters,
TestLuceneMatchVersion, TestEmbeddedSolrServerAdminHandler,
TestEmbeddedSolrServerConstructors, ActionThrottleTest, BasicZkTest,
CleanupOldIndexTest, CollectionPropsTest, CollectionStateFormat2Test,
CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest,
ConnectionManagerTest, CreateCollectionCleanupTest, CreateRoutedAliasTest,
DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest,
DeleteReplicaTest, DistribCursorPagingTest,
DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest,
DistributedVersionInfoTest, HttpPartitionWithTlogReplicasTest,
LegacyCloudClusterPropTest, MoveReplicaHDFSTest, NestedShardedAtomicUpdateTest,
OverriddenZkACLAndCredentialsProvidersTest,
OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest,
OverseerRolesTest, RemoteQueryErrorTest, ReplaceNodeNoTargetTest,
ReplaceNodeTest, RestartWhileUpdatingTest, RollingRestartTest,
SolrCloudExampleTest, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure,
TestCryptoKeys, TestPullReplica, TestPullReplicaErrorHandling,
TestRandomRequestDistribution, TestRequestForwarding, TestSSLRandomization,
TestSkipOverseerOperations, TestWithCollection,
CollectionsAPIDistributedZkTest, AutoAddReplicasIntegrationTest,
HdfsAutoAddReplicasIntegrationTest, HttpTriggerListenerTest, MetricTriggerTest,
NodeLostTriggerIntegrationTest, RestoreTriggerStateTest,
ScheduledTriggerIntegrationTest, TriggerIntegrationTest, HdfsRecoverLeaseTest,
ConfigureRecoveryStrategyTest, DirectoryFactoryTest, HdfsDirectoryFactoryTest,
RAMDirectoryFactoryTest, RequestHandlersTest, SolrCoreTest,
TestConfigSetProperties, TestConfigSets, TestCoreContainer,
TestCorePropertiesReload, TestDynamicLoading, TestMergePolicyConfig,
TestQuerySenderListener, TestReloadAndDeleteDocs, TestSolrDeletionPolicy1,
TestSolrDeletionPolicy2, TestSolrIndexConfig, TestSolrCloudSnapshots,
TestReplicationHandlerBackup, TestReqParamsAPI, TestSolrConfigHandlerCloud,
DistributedFacetPivotLongTailTest, DistributedFacetPivotSmallTest,
DistributedQueryElevationComponentTest, FacetPivotSmallTest,
InfixSuggestersTest, QueryElevationComponentTest, TermVectorComponentTest,
TermsComponentTest, TestDistributedStatsComponentCardinality,
TestNumericTokenStream, SolrCoreMetricManagerTest, SolrMetricManagerTest,
SolrJmxReporterTest, SolrShardReporterTest, TestPackages, TestRemoteStreaming,
JSONWriterTest, SmileWriterTest, TestGeoJSONResponseWriter,
TestJavabinTupleStreamParser, TestChildDocTransformerHierarchy,
TestExplainDocTransformer, TestFieldTypeResource, TestSchemaResource,
CurrencyFieldTypeTest, IndexSchemaRuntimeFieldTest, NotRequiredUniqueKeyTest,
PreAnalyzedFieldManagedSchemaCloudTest, PreAnalyzedFieldTest,
PrimitiveFieldTypeTest, RequiredFieldsTest, SchemaApiFailureTest,
SchemaVersionSpecificBehaviorTest, SpatialRPTFieldTypeTest,
SynonymTokenizerTest, TestBinaryField, TestBulkSchemaConcurrent,
TestCollapseQParserPlugin, TestDocSet, TestElisionMultitermQuery,
TestExtendedDismaxParser, TestFiltering, TestReloadDeadlock, TestSearchPerf,
TestSearcherReuse, TestSimpleQParserPlugin, TestSolr4Spatial,
TestSolr4Spatial2, TestSolrCachePerf, TestSolrQueryParser, TestSort,
TestStressVersions, RangeFacetCloudTest, TestCloudJSONFacetJoinDomain,
TestCloudJSONFacetSKG, DirectSolrConnectionTest, NoCacheHeaderTest,
TestBlendedInfixSuggestions, TestFileDictionaryLookup,
TestHighFrequencyDictionaryFactory, HdfsLockFactoryTest, TestDocTermOrds,
TestDocTermOrdsUninvertLimit, TestFieldCacheSortRandom,
TestFieldCacheWithThreads, DocumentBuilderTest, PeerSyncWithBufferUpdatesTest,
PeerSyncWithLeaderAndIndexFingerprintCachingTest, PeerSyncWithLeaderTest,
SolrIndexSplitterTest, TestAtomicUpdateErrorCases,
TestInPlaceUpdateWithRouteField, TestInPlaceUpdatesDistrib,
ClassificationUpdateProcessorFactoryTest, CloneFieldUpdateProcessorFactoryTest,
DefaultValueUpdateProcessorTest, DimensionalRoutedAliasUpdateProcessorTest]
[junit4] Completed [889/889 (1!)] on J0 in 203.48s, 2 tests, 2 failures <<<
FAILURES!
[...truncated 1 lines...]
[junit4] JVM J0: stdout was not empty, see:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/temp/junit4-J0-20191216_235658_84117156563774276947806.sysout
[junit4] >>> JVM J0 emitted unexpected output (verbatim) ----
[junit4] java.lang.OutOfMemoryError: Java heap space
[junit4] Dumping heap to
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/heapdumps/java_pid21768.hprof ...
[junit4] Heap dump file created [403145567 bytes in 2.493 secs]
[junit4] <<< JVM J0: EOF ----
[...truncated 9528 lines...]
BUILD FAILED
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:634: The following
error occurred while executing this line:
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/build.xml:586: Some of the tests
produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError?
Dumps created:
* java_pid21766.hprof
* java_pid21768.hprof
Total time: 108 minutes 43 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Skipping publisher since build result is FAILURE
Recording test results
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]