Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/43/
5 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.AsyncCallRequestStatusResponseTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.cloud.AsyncCallRequestStatusResponseTest: 1) Thread[id=152,
name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING,
group=TGRP-AsyncCallRequestStatusResponseTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.cloud.AsyncCallRequestStatusResponseTest:
1) Thread[id=152, name=Log4j2-TF-2-AsyncLoggerConfig--2,
state=TIMED_WAITING, group=TGRP-AsyncCallRequestStatusResponseTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.cloud.AsyncCallRequestStatusResponseTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=152, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING,
group=TGRP-AsyncCallRequestStatusResponseTest] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=152, name=Log4j2-TF-2-AsyncLoggerConfig--2,
state=TIMED_WAITING, group=TGRP-AsyncCallRequestStatusResponseTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)
FAILED: org.apache.solr.cloud.LeaderTragicEventTest.test
Error Message:
Failed while waiting for active collection Timeout waiting to see state for
collection=collection1 :null Live Nodes: [127.0.0.1:39908_solr,
127.0.0.1:46791_solr] Last available state: null
Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=collection1 :null
Live Nodes: [127.0.0.1:39908_solr, 127.0.0.1:46791_solr]
Last available state: null
at
__randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D:61A6DA3F5E1B6A75]:0)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:728)
at
org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:734)
at
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
junit.framework.TestSuite.org.apache.solr.servlet.DirectSolrConnectionTest
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.servlet.DirectSolrConnectionTest: 1) Thread[id=28,
name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING,
group=TGRP-DirectSolrConnectionTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.servlet.DirectSolrConnectionTest:
1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING,
group=TGRP-DirectSolrConnectionTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.servlet.DirectSolrConnectionTest
Error Message:
There are still zombie threads that couldn't be terminated: 1) Thread[id=28,
name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING,
group=TGRP-DirectSolrConnectionTest] at sun.misc.Unsafe.park(Native
Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2, state=TIMED_WAITING,
group=TGRP-DirectSolrConnectionTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)
Build Log:
[...truncated 12649 lines...]
[junit4] Suite: org.apache.solr.servlet.DirectSolrConnectionTest
[junit4] 2> 4387 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.servlet.DirectSolrConnectionTest_E9F2E5E5F0E7078D-001/init-core-data-001
[junit4] 2> 4584 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 4661 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.e.j.u.log Logging initialized @4713ms to org.eclipse.jetty.util.log.Slf4jLog
[junit4] 2> 4674 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 4719 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore
[junit4] 2> 4823 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.c.SolrResourceLoader Using system property solr.solr.home:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr
[junit4] 2> 4835 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 5485 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
[junit4] 2> 5616 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.s.IndexSchema [null] Schema name=test
[junit4] 2> 5695 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 7101 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 7766 WARN
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2fad429b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 8212 WARN
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@5c9a432f[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 8910 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 8922 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 9365 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@682561b3
[junit4] 2> 9367 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@682561b3
[junit4] 2> 9367 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@682561b3
[junit4] 2> 9501 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths:
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib,
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
[junit4] 2> 9675 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
[junit4] 2> 9790 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 9824 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 9825 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
instancedir
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1,
trusted=true
[junit4] 2> 10000 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry
'solr.core.collection1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@682561b3
[junit4] 2> 10041 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.servlet.DirectSolrConnectionTest_E9F2E5E5F0E7078D-001/init-core-data-001/]
[junit4] 2> 10190 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=41, maxMergedSegmentMB=80.2060546875,
floorSegmentMB=1.013671875, forceMergeDeletesPctAllowed=23.108656203902534,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.28874135494381586, deletesPctAllowed=31.186453663062984
[junit4] 2> 10407 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.r.XSLTResponseWriter xsltCacheLifetimeSeconds=60
[junit4] 2> 12101 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 12101 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 12107 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.42080908667451355]
[junit4] 2> 12142 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2581b7be[collection1] main]
[junit4] 2> 12171 WARN (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.r.ManagedResourceStorage Cannot write to config directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/core/src/test-files/solr/collection1/conf;
switching to use InMemory storage instead.
[junit4] 2> 12239 INFO (coreLoadExecutor-9-thread-1) [ x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 12246 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.SolrTestCaseJ4 ####initCore end
[junit4] 2> 12250 INFO
(searcherExecutor-10-thread-1-processing-x:collection1) [ x:collection1]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2581b7be[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 12267 INFO
(TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.SolrTestCaseJ4 ###Starting testSimpleRequest
[junit4] 2> 12576 INFO
(TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=*:*&echoParams=explicit&wt=xml&version=2.2} hits=0 status=0 QTime=307
[junit4] 2> 12607 INFO
(TEST-DirectSolrConnectionTest.testSimpleRequest-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.SolrTestCaseJ4 ###Ending testSimpleRequest
[junit4] 2> 12637 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.SolrTestCaseJ4 ###Starting testInsertThenSelect
[junit4] 2> 12806 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={stream.body=<delete><id>42</id></delete>}{delete=[42]} 0 167
[junit4] 2> 12959 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={stream.body=<add><doc><field+name%3D"id">42</field><field+name%3D"subject">Kittens!!!+?</field></doc></add>}{add=[42]}
0 146
[junit4] 2> 12960 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 12960 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4929e67 commitCommandVersion:0
[junit4] 2> 13224 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@64df9380[collection1] main]
[junit4] 2> 13237 INFO (searcherExecutor-10-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@64df9380[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic,
timestamp=1550983384260}])))}
[junit4] 2> 13244 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 13245 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={stream.body=<commit/>}{commit=} 0 285
[junit4] 2> 13287 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:42&wt=xml} hits=1 status=0 QTime=41
[junit4] 2> 13306 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{delete=[42]} 0 1
[junit4] 2> 13307 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{add=[42]} 0 1
[junit4] 2> 13308 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 13308 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@4929e67 commitCommandVersion:0
[junit4] 2> 13346 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.s.SolrIndexSearcher Opening [Searcher@719a8544[collection1] main]
[junit4] 2> 13354 INFO (searcherExecutor-10-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@719a8544[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=1.8.0_191,
java.vm.version=25.191-b12, lucene.version=8.1.0, os.arch=amd64,
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic,
timestamp=1550983384425}])))}
[junit4] 2> 13356 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 13360 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=null path=null
params={}{commit=} 0 52
[junit4] 2> 13361 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.c.S.Request [collection1] webapp=null path=null
params={q=id:42&wt=xml} hits=1 status=0 QTime=0
[junit4] 2> 13362 INFO
(TEST-DirectSolrConnectionTest.testInsertThenSelect-seed#[E9F2E5E5F0E7078D]) [
] o.a.s.SolrTestCaseJ4 ###Ending testInsertThenSelect
[junit4] 2> 13363 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 13363 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=761097050
[junit4] 2> 13365 INFO (coreCloseExecutor-14-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@4f8bc9b3
[junit4] 2> 13365 INFO (coreCloseExecutor-14-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=4f8bc9b3
[junit4] 2> 13366 INFO (coreCloseExecutor-14-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@57a83bf6: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@707075fe
[junit4] 2> 13421 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 13421 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@646798eb: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@2950971f
[junit4] 2> 13438 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 13438 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5205d80a: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@645b32a0
[junit4] 2> 13438 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 13438 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@51280032: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@1ae9300
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@41ef50b8[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 1> Done close
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@2f35bc2f[Terminated,
pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
[junit4] 2> 13451 INFO
(SUITE-DirectSolrConnectionTest-seed#[E9F2E5E5F0E7078D]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> Feb 24, 2019 4:43:04 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 24, 2019 4:43:15 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.servlet.DirectSolrConnectionTest:
[junit4] 2> 1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2,
state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Feb 24, 2019 4:43:15 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2,
state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
[junit4] 2> AsyncLogger error handling event seq=0, value='null':
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=1, value='null':
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=2, value='null':
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=3, value='null':
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> AsyncLogger error handling event seq=4, value='null':
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.reportInterruptAfterWait(AbstractQueuedSynchronizer.java:2014)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2088)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Feb 24, 2019 4:43:17 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2,
state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] 2> at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] 2> at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] 2> at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=4757, maxDocsPerChunk=777, blockSize=6),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=4757, blockSize=6)),
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1394338d),
locale=ms-MY, timezone=Greenwich
[junit4] 2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation
1.8.0_191 (64-bit)/cpus=4,threads=3,free=236264768,total=351797248
[junit4] 2> NOTE: All tests run in this JVM: [DirectSolrConnectionTest]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=DirectSolrConnectionTest -Dtests.seed=E9F2E5E5F0E7078D
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=ms-MY
-Dtests.timezone=Greenwich -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J2 | DirectSolrConnectionTest (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.servlet.DirectSolrConnectionTest:
[junit4] > 1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2,
state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] > at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] > at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] > at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=28, name=Log4j2-TF-2-AsyncLoggerConfig--2,
state=TIMED_WAITING, group=TGRP-DirectSolrConnectionTest]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[junit4] > at
com.lmax.disruptor.TimeoutBlockingWaitStrategy.waitFor(TimeoutBlockingWaitStrategy.java:38)
[junit4] > at
com.lmax.disruptor.ProcessingSequenceBarrier.waitFor(ProcessingSequenceBarrier.java:56)
[junit4] > at
com.lmax.disruptor.BatchEventProcessor.run(BatchEventProcessor.java:128)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([E9F2E5E5F0E7078D]:0)
[junit4] Completed [4/844 (1!)] on J2 in 25.05s, 2 tests, 2 errors <<<
FAILURES!
[...truncated 386 lines...]
[junit4] Suite: org.apache.solr.cloud.AsyncCallRequestStatusResponseTest
[junit4] 2> 4177 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/init-core-data-001
[junit4] 2> 4404 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 4483 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.e.j.u.log Logging initialized @4533ms to org.eclipse.jetty.util.log.Slf4jLog
[junit4] 2> 4495 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 4545 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001
[junit4] 2> 4562 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 4565 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 4566 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 4665 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.c.ZkTestServer start zk server on port:44701
[junit4] 2> 4670 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44701
[junit4] 2> 4671 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44701
[junit4] 2> 4952 INFO (zkConnectionManagerCallback-3-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5028 INFO (zkConnectionManagerCallback-5-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5036 INFO (zkConnectionManagerCallback-7-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 5503 WARN (jetty-launcher-8-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 5508 WARN (jetty-launcher-8-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 5727 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 5727 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 5738 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 5738 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 5748 INFO (jetty-launcher-8-thread-2) [ ] o.e.j.s.Server
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 5748 INFO (jetty-launcher-8-thread-1) [ ] o.e.j.s.Server
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
[junit4] 2> 5774 INFO (jetty-launcher-8-thread-1) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 5774 INFO (jetty-launcher-8-thread-1) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 5780 INFO (jetty-launcher-8-thread-1) [ ] o.e.j.s.session
node0 Scavenging every 660000ms
[junit4] 2> 5789 INFO (jetty-launcher-8-thread-2) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 5790 INFO (jetty-launcher-8-thread-2) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 5790 INFO (jetty-launcher-8-thread-2) [ ] o.e.j.s.session
node0 Scavenging every 660000ms
[junit4] 2> 5825 INFO (jetty-launcher-8-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@16428985{/solr,null,AVAILABLE}
[junit4] 2> 5825 INFO (jetty-launcher-8-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@62e34216{/solr,null,AVAILABLE}
[junit4] 2> 5860 INFO (jetty-launcher-8-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@20d62efe{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:44445}
[junit4] 2> 5860 INFO (jetty-launcher-8-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4c3b9276{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:40500}
[junit4] 2> 5860 INFO (jetty-launcher-8-thread-1) [ ] o.e.j.s.Server
Started @5916ms
[junit4] 2> 5860 INFO (jetty-launcher-8-thread-2) [ ] o.e.j.s.Server
Started @5916ms
[junit4] 2> 5861 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40500}
[junit4] 2> 5861 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44445}
[junit4] 2> 5928 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.u.c.SSLCredentialProviderFactory Processing SSL Credential Provider
chain: env;sysprop
[junit4] 2> 5995 ERROR (jetty-launcher-8-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 5996 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 5996 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.1.0
[junit4] 2> 6001 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6001 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6002 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-24T04:42:57.105Z
[junit4] 2> 6008 ERROR (jetty-launcher-8-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 6008 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 6008 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.1.0
[junit4] 2> 6008 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 6008 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 6009 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-02-24T04:42:57.113Z
[junit4] 2> 6035 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.c.SolrResourceLoader solr home defaulted to 'solr/' (could not find
system property or JNDI)
[junit4] 2> 6041 INFO (zkConnectionManagerCallback-10-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6044 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 6055 INFO (zkConnectionManagerCallback-12-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 6061 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 7068 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 7076 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 7567 WARN (jetty-launcher-8-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@48f66062[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 7577 WARN (jetty-launcher-8-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@401ac4be[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 8182 WARN (jetty-launcher-8-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@4f76975b[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 8192 WARN (jetty-launcher-8-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@6a7d07c9[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 8211 INFO (jetty-launcher-8-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44701/solr
[junit4] 2> 8217 INFO (jetty-launcher-8-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44701/solr
[junit4] 2> 8352 INFO (zkConnectionManagerCallback-22-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 8364 INFO (zkConnectionManagerCallback-24-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 8404 INFO (zkConnectionManagerCallback-26-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 8426 INFO (zkConnectionManagerCallback-28-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 9068 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:44445_solr
[junit4] 2> 9069 INFO (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40500_solr
[junit4] 2> 9086 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.c.Overseer Overseer
(id=72851768211341319-127.0.0.1:44445_solr-n_0000000000) starting
[junit4] 2> 9131 INFO (zkCallback-27-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 9177 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 9300 INFO (zkConnectionManagerCallback-37-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 9315 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 9319 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44701/solr
ready
[junit4] 2> 9640 INFO
(OverseerStateUpdate-72851768211341319-127.0.0.1:44445_solr-n_0000000000)
[n:127.0.0.1:44445_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:44445_solr
[junit4] 2> 9648 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.c.ZkController Publish node=127.0.0.1:44445_solr as DOWN
[junit4] 2> 9663 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 9664 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44445_solr
[junit4] 2> 9675 INFO (zkCallback-27-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 9684 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 9693 INFO (zkCallback-36-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 9880 INFO (zkConnectionManagerCallback-43-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 9889 INFO (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 9894 INFO (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44701/solr
ready
[junit4] 2> 9907 INFO (jetty-launcher-8-thread-1) [n:127.0.0.1:40500_solr
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 9932 INFO (jetty-launcher-8-thread-2) [n:127.0.0.1:44445_solr
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 10352 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:44445_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44445.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 10359 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:44445_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44445.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 10359 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:44445_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44445.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 10394 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40500_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40500.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 10410 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40500_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40500.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 10410 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40500_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40500.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 10754 INFO (jetty-launcher-8-thread-2)
[n:127.0.0.1:44445_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node2/.
[junit4] 2> 10790 INFO (jetty-launcher-8-thread-1)
[n:127.0.0.1:40500_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node1/.
[junit4] 2> 11218 INFO (zkConnectionManagerCallback-49-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 11232 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 11235 INFO
(SUITE-AsyncCallRequestStatusResponseTest-seed#[E9F2E5E5F0E7078D]-worker) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44701/solr ready
[junit4] 2> 11362 INFO
(TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[E9F2E5E5F0E7078D])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testAsyncCallStatusResponse
[junit4] 2> 11947 INFO (qtp77101477-36) [n:127.0.0.1:40500_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=79eb4e17-663d-4c9d-b1be-195005971175&collection.configName=conf&name=asynccall&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 11969 INFO (qtp77101477-36) [n:127.0.0.1:40500_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=79eb4e17-663d-4c9d-b1be-195005971175&collection.configName=conf&name=asynccall&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=82
[junit4] 2> 11991 INFO
(OverseerThreadFactory-14-thread-1-processing-n:127.0.0.1:44445_solr)
[n:127.0.0.1:44445_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
asynccall
[junit4] 2> 12069 INFO
(TEST-AsyncCallRequestStatusResponseTest.testAsyncCallStatusResponse-seed#[E9F2E5E5F0E7078D])
[ ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica
count: 2
[junit4] 2> 12070 INFO (watches-46-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
[junit4] 2> 12182 INFO
(OverseerStateUpdate-72851768211341319-127.0.0.1:44445_solr-n_0000000000)
[n:127.0.0.1:44445_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"asynccall",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"asynccall_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40500/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 12202 INFO
(OverseerStateUpdate-72851768211341319-127.0.0.1:44445_solr-n_0000000000)
[n:127.0.0.1:44445_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"asynccall",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"asynccall_shard2_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:44445/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 12314 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 12316 INFO (watches-46-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
[junit4] 2> 12468 INFO (qtp41820611-45) [n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&coreNodeName=core_node4&name=asynccall_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=4
[junit4] 2> 12471 INFO (qtp77101477-38) [n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143716144157&coreNodeName=core_node2&name=asynccall_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=7
[junit4] 2> 12484 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr x:asynccall_shard2_replica_n3]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&coreNodeName=core_node4&name=asynccall_shard2_replica_n3&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 12490 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=asynccall&version=2&replicaType=NRT&async=79eb4e17-663d-4c9d-b1be-19500597117512118143716144157&coreNodeName=core_node2&name=asynccall_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 12497 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr x:asynccall_shard1_replica_n1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 12657 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 12662 INFO (watches-46-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
[junit4] 2> 12851 INFO (qtp41820611-48) [n:127.0.0.1:44445_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
[junit4] 2> 12852 INFO (qtp41820611-48) [n:127.0.0.1:44445_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 13644 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion:
8.1.0
[junit4] 2> 13655 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.SolrConfig Using Lucene MatchVersion:
8.1.0
[junit4] 2> 13776 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.s.IndexSchema
[asynccall_shard2_replica_n3] Schema name=minimal
[junit4] 2> 13788 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.s.IndexSchema
[asynccall_shard1_replica_n1] Schema name=minimal
[junit4] 2> 13874 INFO (qtp41820611-44) [n:127.0.0.1:44445_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
[junit4] 2> 13875 INFO (qtp41820611-44) [n:127.0.0.1:44445_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 13890 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1
with uniqueid field id
[junit4] 2> 13891 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.s.IndexSchema Loaded schema minimal/1.1
with uniqueid field id
[junit4] 2> 13892 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.CoreContainer Creating SolrCore
'asynccall_shard2_replica_n3' using configuration from collection asynccall,
trusted=true
[junit4] 2> 13895 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'asynccall_shard1_replica_n1' using configuration from collection asynccall,
trusted=true
[junit4] 2> 13926 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40500.solr.core.asynccall.shard1.replica_n1' (registry
'solr.core.asynccall.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 13926 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44445.solr.core.asynccall.shard2.replica_n3' (registry
'solr.core.asynccall.shard2.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@29508ae4
[junit4] 2> 13949 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.SolrCore [[asynccall_shard2_replica_n3]
] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node2/asynccall_shard2_replica_n3],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node2/./asynccall_shard2_replica_n3/data/]
[junit4] 2> 13949 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.SolrCore [[asynccall_shard1_replica_n1]
] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node1/asynccall_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.AsyncCallRequestStatusResponseTest_E9F2E5E5F0E7078D-001/tempDir-001/node1/./asynccall_shard1_replica_n1/data/]
[junit4] 2> 14889 INFO (qtp41820611-45) [n:127.0.0.1:44445_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
[junit4] 2> 14889 INFO (qtp41820611-45) [n:127.0.0.1:44445_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 15555 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 15555 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 15563 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 15563 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 15578 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 15578 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 15585 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 15585 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 15618 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5a5b5cd1[asynccall_shard2_replica_n3] main]
[junit4] 2> 15618 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@48cae12c[asynccall_shard1_replica_n1] main]
[junit4] 2> 15650 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 15652 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 15680 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 15680 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 15713 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 15713 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 15719 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in
index or recent updates, using new clock 1626323955820265472
[junit4] 2> 15719 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.u.UpdateLog Could not find max version in
index or recent updates, using new clock 1626323955820265472
[junit4] 2> 15740 INFO
(searcherExecutor-23-thread-1-processing-x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 r:core_node4 CREATE
n:127.0.0.1:44445_solr c:asynccall s:shard2) [n:127.0.0.1:44445_solr
c:asynccall s:shard2 r:core_node4 x:asynccall_shard2_replica_n3]
o.a.s.c.SolrCore [asynccall_shard2_replica_n3] Registered new searcher
Searcher@5a5b5cd1[asynccall_shard2_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 15742 INFO
(searcherExecutor-24-thread-1-processing-x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 r:core_node2 CREATE
n:127.0.0.1:40500_solr c:asynccall s:shard1) [n:127.0.0.1:40500_solr
c:asynccall s:shard1 r:core_node2 x:asynccall_shard1_replica_n1]
o.a.s.c.SolrCore [asynccall_shard1_replica_n1] Registered new searcher
Searcher@48cae12c[asynccall_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 15758 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms
at /collections/asynccall/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 15766 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.ZkShardTerms Successful update of terms
at /collections/asynccall/terms/shard2 to Terms{values={core_node4=0},
version=0}
[junit4] 2> 15788 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase make sure
parent is created /collections/asynccall/leaders/shard2
[junit4] 2> 15788 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure
parent is created /collections/asynccall/leaders/shard1
[junit4] 2> 15807 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 15807 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I may be the
new leader - try and sync
[junit4] 2> 15808 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44445/solr/asynccall_shard2_replica_n3/
[junit4] 2> 15811 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 15811 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 15811 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the
new leader - try and sync
[junit4] 2> 15811 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:40500/solr/asynccall_shard1_replica_n1/
[junit4] 2> 15812 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.SyncStrategy
http://127.0.0.1:44445/solr/asynccall_shard2_replica_n3/ has no replicas
[junit4] 2> 15812 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 15815 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContextBase Creating
leader registration node /collections/asynccall/leaders/shard2/leader after
winning as
/collections/asynccall/leader_elect/shard2/election/72851768211341319-core_node4-n_0000000000
[junit4] 2> 15816 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:40500/solr/asynccall_shard1_replica_n1/ has no replicas
[junit4] 2> 15816 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating
leader registration node /collections/asynccall/leaders/shard1/leader after
winning as
/collections/asynccall/leader_elect/shard1/election/72851768211341320-core_node2-n_0000000000
[junit4] 2> 15823 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:40500/solr/asynccall_shard1_replica_n1/ shard1
[junit4] 2> 15826 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:44445/solr/asynccall_shard2_replica_n3/ shard2
[junit4] 2> 15828 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15829 INFO (zkCallback-27-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15829 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15829 INFO (zkCallback-25-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15830 INFO (watches-46-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 2
[junit4] 2> 15833 INFO
(parallelCoreAdminExecutor-16-thread-1-processing-n:127.0.0.1:40500_solr
x:asynccall_shard1_replica_n1
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157 CREATE)
[n:127.0.0.1:40500_solr c:asynccall s:shard1 r:core_node2
x:asynccall_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 15894 INFO (qtp41820611-46) [n:127.0.0.1:44445_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
[junit4] 2> 15894 INFO (qtp41820611-46) [n:127.0.0.1:44445_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 15941 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15942 INFO (zkCallback-27-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15942 INFO (zkCallback-27-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15942 INFO (zkCallback-25-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15943 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 15950 INFO (watches-46-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
[junit4] 2> 15950 INFO
(parallelCoreAdminExecutor-15-thread-1-processing-n:127.0.0.1:44445_solr
x:asynccall_shard2_replica_n3
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342 CREATE)
[n:127.0.0.1:44445_solr c:asynccall s:shard2 r:core_node4
x:asynccall_shard2_replica_n3] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 16055 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 16055 INFO (zkCallback-27-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 16055 INFO (zkCallback-27-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 16058 INFO (zkCallback-25-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 16058 INFO (zkCallback-25-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 16059 INFO (watches-46-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 2 expected replica count: 2
[junit4] 2> 16067 INFO (zkCallback-25-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/asynccall/state.json] for collection [asynccall] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 16090 INFO (qtp77101477-39) [n:127.0.0.1:40500_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=79eb4e17-663d-4c9d-b1be-195005971175&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 16093 INFO (qtp77101477-39) [n:127.0.0.1:40500_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=79eb4e17-663d-4c9d-b1be-195005971175&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=3
[junit4] 2> 16899 INFO (qtp41820611-47) [n:127.0.0.1:44445_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
79eb4e17-663d-4c9d-b1be-19500597117512118143725402342
[junit4] 2> 16899 INFO (qtp41820611-47) [n:127.0.0.1:44445_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143725402342&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 16917 INFO (qtp77101477-37) [n:127.0.0.1:40500_solr ]
o.a.s.h.a.CoreAdminOperation Checking request status for :
79eb4e17-663d-4c9d-b1be-19500597117512118143716144157
[junit4] 2> 16917 INFO (qtp77101477-37) [n:127.0.0.1:40500_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=79eb4e17-663d-4c9d-b1be-19500597117512118143716144157&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 16960 INFO
(OverseerThreadFactory-14-thread-1-processing-n:127.0.0.1:44445_solr)
[n:127.0.0.1:44445_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> 17097 INFO (qtp77101477-38) [n:127.0.0.1:40500_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=79eb4e17-663d-4c9d-b1be-195005971175&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 17104 INFO (qtp77101477-38) [n:127.0.0.1:40500_solr ] o.
[...truncated too long message...]
ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1220574725
[copy] Copying 238 files to
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1220574725
[delete] Deleting directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/null1220574725
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 29ms :: artifacts dl 2ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 84 minutes 10 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1074)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1835)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]