Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/337/
5 tests failed.
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
Error Message:
1 thread leaked from SUITE scope at
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd: 1)
Thread[id=157, name=qtp1016972771-157, state=TIMED_WAITING,
group=TGRP-TestSolrEntityProcessorEndToEnd] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd:
1) Thread[id=157, name=qtp1016972771-157, state=TIMED_WAITING,
group=TGRP-TestSolrEntityProcessorEndToEnd]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([B254D9F0868961D2]:0)
FAILED:
junit.framework.TestSuite.org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=157, name=qtp1016972771-157, state=TIMED_WAITING,
group=TGRP-TestSolrEntityProcessorEndToEnd] at
sun.misc.Unsafe.park(Native Method) at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
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=157, name=qtp1016972771-157, state=TIMED_WAITING,
group=TGRP-TestSolrEntityProcessorEndToEnd]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([B254D9F0868961D2]:0)
FAILED: org.apache.solr.cloud.PeerSyncReplicationTest.test
Error Message:
expected:<0> but was:<1>
Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
at
__randomizedtesting.SeedInfo.seed([4E1384E88A72F977:C647BB32248E948F]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:203)
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:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
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.cloud.ShardRoutingTest
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.ShardRoutingTest:
1) Thread[id=15300, name=qtp1544677836-15300, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
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.ShardRoutingTest:
1) Thread[id=15300, name=qtp1544677836-15300, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([4E1384E88A72F977]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.cloud.ShardRoutingTest
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=15300, name=qtp1544677836-15300, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
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=15300, name=qtp1544677836-15300, state=TIMED_WAITING,
group=TGRP-ShardRoutingTest]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([4E1384E88A72F977]:0)
Build Log:
[...truncated 11742 lines...]
[junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/init-core-data-001
[junit4] 2> 85349 WARN
(SUITE-PeerSyncReplicationTest-seed#[4E1384E88A72F977]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
[junit4] 2> 85350 INFO
(SUITE-PeerSyncReplicationTest-seed#[4E1384E88A72F977]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 85351 INFO
(SUITE-PeerSyncReplicationTest-seed#[4E1384E88A72F977]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 85351 INFO
(SUITE-PeerSyncReplicationTest-seed#[4E1384E88A72F977]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 85351 INFO
(SUITE-PeerSyncReplicationTest-seed#[4E1384E88A72F977]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /di/ri
[junit4] 2> 85488 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 85489 INFO (Thread-90) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 85490 INFO (Thread-90) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 85766 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.ZkTestServer start zk server on port:44406
[junit4] 2> 85965 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Exception causing close of session 0x0 due to
java.io.IOException: ZooKeeperServer not running
[junit4] 2> 86067 ERROR (Thread-90) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 88079 INFO (zkConnectionManagerCallback-26-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 88170 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1613a4db5500000, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 88198 INFO (zkConnectionManagerCallback-28-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 88282 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 88343 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 88345 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 88359 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 88361 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 88376 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 88378 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 88387 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 88389 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 88398 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 88400 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 88435 INFO (zkConnectionManagerCallback-31-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 88495 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1613a4db5500002, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 88496 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 88957 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 88966 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 88966 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 88966 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 88967 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5bdf0461{/di/ri,null,AVAILABLE}
[junit4] 2> 88967 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@3dd55460{SSL,[ssl,
http/1.1]}{127.0.0.1:36724}
[junit4] 2> 88967 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server Started @99471ms
[junit4] 2> 88967 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/di/ri, hostPort=36724,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/control-001/cores}
[junit4] 2> 88968 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 88968 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 88968 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 88968 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 88968 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-28T01:07:09.905Z
[junit4] 2> 89010 INFO (zkConnectionManagerCallback-33-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 89055 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 89055 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/control-001/solr.xml
[junit4] 2> 89088 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 89088 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 89089 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 89176 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44406/solr
[junit4] 2> 89318 INFO (zkConnectionManagerCallback-37-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 89511 INFO
(zkConnectionManagerCallback-39-thread-1-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 90539 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 90541 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:36724_di%2Fri
[junit4] 2> 90555 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.Overseer Overseer
(id=99424772207673349-127.0.0.1:36724_di%2Fri-n_0000000000) starting
[junit4] 2> 90968 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36724_di%2Fri
[junit4] 2> 91133 INFO
(OverseerStateUpdate-99424772207673349-127.0.0.1:36724_di%2Fri-n_0000000000)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 92131 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 92460 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 92460 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 92528 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/control-001/cores
[junit4] 2> 92961 INFO (zkConnectionManagerCallback-45-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 93192 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 93316 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44406/solr ready
[junit4] 2> 93858 INFO (qtp524226505-248) [n:127.0.0.1:36724_di%2Fri ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36724_di%252Fri&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 94111 INFO
(OverseerThreadFactory-125-thread-1-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.a.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 94959 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 94960 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 95509 INFO
(zkCallback-38-thread-1-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 96160 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 96349 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 97309 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 97631 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 97644 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 97682 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 97682 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 97790 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 97926 WARN (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 98430 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 98430 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 98431 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 98431 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 98433 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1727434677,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 98489 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@527cccdd[control_collection_shard1_replica_n1] main]
[junit4] 2> 98525 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 98525 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 98526 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 98598 INFO
(searcherExecutor-128-thread-1-processing-n:127.0.0.1:36724_di%2Fri
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:36724_di%2Fri c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@527cccdd[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 98598 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1590796368777052160
[junit4] 2> 98760 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 98761 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 98761 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:36724/di/ri/control_collection_shard1_replica_n1/
[junit4] 2> 98794 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 98794 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
https://127.0.0.1:36724/di/ri/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 98794 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 98905 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:36724/di/ri/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 98981 INFO
(zkCallback-38-thread-2-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 99139 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 99229 INFO (qtp524226505-242) [n:127.0.0.1:36724_di%2Fri
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=4277
[junit4] 2> 99457 INFO
(zkCallback-38-thread-1-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 99773 INFO (qtp524226505-248) [n:127.0.0.1:36724_di%2Fri ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 99773 INFO (qtp524226505-248) [n:127.0.0.1:36724_di%2Fri ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36724_di%252Fri&wt=javabin&version=2}
status=0 QTime=5916
[junit4] 2> 100015 INFO (zkConnectionManagerCallback-49-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 100019 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 100020 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44406/solr ready
[junit4] 2> 100021 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 100068 INFO (qtp524226505-246) [n:127.0.0.1:36724_di%2Fri
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 100091 INFO
(OverseerThreadFactory-125-thread-2-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.a.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 100139 INFO
(OverseerCollectionConfigSetProcessor-99424772207673349-127.0.0.1:36724_di%2Fri-n_0000000000)
[n:127.0.0.1:36724_di%2Fri ] 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> 100196 WARN
(OverseerThreadFactory-125-thread-2-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.a.c.CreateCollectionCmd It is unusual
to create a collection (collection1) without cores.
[junit4] 2> 100840 INFO (qtp524226505-246) [n:127.0.0.1:36724_di%2Fri
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 100841 INFO (qtp524226505-246) [n:127.0.0.1:36724_di%2Fri
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
status=0 QTime=772
[junit4] 2> 101584 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-1-001
of type NRT
[junit4] 2> 101603 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 101687 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 101687 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 101687 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 101703 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@35e31226{/di/ri,null,AVAILABLE}
[junit4] 2> 101704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@22e3e066{SSL,[ssl,
http/1.1]}{127.0.0.1:45004}
[junit4] 2> 101704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server Started @112207ms
[junit4] 2> 101704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/di/ri,
hostPort=45004,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-1-001/cores}
[junit4] 2> 101704 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 101704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 101704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 101704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 101704 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-28T01:07:22.641Z
[junit4] 2> 101775 INFO (zkConnectionManagerCallback-51-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 101818 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 101818 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-1-001/solr.xml
[junit4] 2> 101821 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 101821 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 101822 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 101877 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44406/solr
[junit4] 2> 101946 INFO (zkConnectionManagerCallback-55-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 101985 INFO
(zkConnectionManagerCallback-57-thread-1-processing-n:127.0.0.1:45004_di%2Fri)
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 102028 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 102063 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 102066 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45004_di%2Fri
[junit4] 2> 102080 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 102093 INFO
(zkCallback-38-thread-2-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 102218 INFO
(zkCallback-56-thread-1-processing-n:127.0.0.1:45004_di%2Fri)
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 102290 INFO
(OverseerCollectionConfigSetProcessor-99424772207673349-127.0.0.1:36724_di%2Fri-n_0000000000)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 102875 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45004_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 103092 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45004_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 103092 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45004_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 103095 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-1-001/cores
[junit4] 2> 103533 INFO (qtp524226505-248) [n:127.0.0.1:36724_di%2Fri
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:45004_di%252Fri&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 103749 INFO
(OverseerThreadFactory-125-thread-3-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:45004_di%2Fri for creating new replica
[junit4] 2> 104887 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 104980 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 106231 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.3.0
[junit4] 2> 106354 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
[collection1_shard1_replica_n21] Schema name=test
[junit4] 2> 106818 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 107204 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from
collection collection1, trusted=true
[junit4] 2> 107205 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n21' (registry
'solr.core.collection1.shard1.replica_n21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 107205 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 107205 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[[collection1_shard1_replica_n21] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-1-001/cores/collection1_shard1_replica_n21],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
[junit4] 2> 107221 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 107371 WARN (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 107815 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 107815 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 107817 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 107817 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 107874 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1727434677,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 107875 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@573d36c5[collection1_shard1_replica_n21] main]
[junit4] 2> 107889 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 107909 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 107910 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 107910 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1590796378541391872
[junit4] 2> 108052 INFO
(searcherExecutor-139-thread-1-processing-n:127.0.0.1:45004_di%2Fri
x:collection1_shard1_replica_n21 s:shard1 c:collection1)
[n:127.0.0.1:45004_di%2Fri c:collection1 s:shard1
x:collection1_shard1_replica_n21] o.a.s.c.SolrCore
[collection1_shard1_replica_n21] Registered new searcher
Searcher@573d36c5[collection1_shard1_replica_n21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 108108 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 108109 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 108109 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync replicas to https://127.0.0.1:45004/di/ri/collection1_shard1_replica_n21/
[junit4] 2> 108109 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 108109 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy
https://127.0.0.1:45004/di/ri/collection1_shard1_replica_n21/ has no replicas
[junit4] 2> 108109 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 108181 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:45004/di/ri/collection1_shard1_replica_n21/ shard1
[junit4] 2> 108232 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 108254 INFO (qtp411175514-296) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=3366
[junit4] 2> 108311 INFO (qtp524226505-248) [n:127.0.0.1:36724_di%2Fri
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:45004_di%252Fri&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=4778
[junit4] 2> 108987 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-2-001
of type NRT
[junit4] 2> 108989 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 108998 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 108998 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 108998 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 108999 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3a11a0e6{/di/ri,null,AVAILABLE}
[junit4] 2> 108999 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@69546e5{SSL,[ssl,
http/1.1]}{127.0.0.1:45304}
[junit4] 2> 108999 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server Started @119502ms
[junit4] 2> 108999 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/di/ri, hostPort=45304,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-2-001/cores}
[junit4] 2> 109000 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 109034 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 109035 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 109035 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 109035 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-28T01:07:29.972Z
[junit4] 2> 109091 INFO (zkConnectionManagerCallback-61-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 109114 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 109114 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-2-001/solr.xml
[junit4] 2> 109148 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 109148 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 109169 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 109225 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44406/solr
[junit4] 2> 109318 INFO (zkConnectionManagerCallback-65-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 109383 INFO
(zkConnectionManagerCallback-67-thread-1-processing-n:127.0.0.1:45304_di%2Fri)
[n:127.0.0.1:45304_di%2Fri ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 109545 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45304_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 109566 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45304_di%2Fri ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 109584 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45304_di%2Fri ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45304_di%2Fri
[junit4] 2> 109585 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 109585 INFO
(zkCallback-38-thread-2-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 109606 INFO
(zkCallback-56-thread-1-processing-n:127.0.0.1:45004_di%2Fri)
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 109691 INFO
(zkCallback-66-thread-1-processing-n:127.0.0.1:45304_di%2Fri)
[n:127.0.0.1:45304_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 109764 INFO
(OverseerCollectionConfigSetProcessor-99424772207673349-127.0.0.1:36724_di%2Fri-n_0000000000)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 110095 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45304_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 110255 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45304_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 110256 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45304_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 110257 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:45304_di%2Fri ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-2-001/cores
[junit4] 2> 110616 INFO (qtp524226505-246) [n:127.0.0.1:36724_di%2Fri
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:45304_di%252Fri&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 110761 INFO
(OverseerThreadFactory-125-thread-4-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:45304_di%2Fri for creating new replica
[junit4] 2> 110997 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 110997 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 112137 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.3.0
[junit4] 2> 112197 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema
[collection1_shard1_replica_n23] Schema name=test
[junit4] 2> 112902 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 113046 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n23' using configuration from
collection collection1, trusted=true
[junit4] 2> 113047 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n23' (registry
'solr.core.collection1.shard1.replica_n23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 113047 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 113047 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[[collection1_shard1_replica_n23] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-2-001/cores/collection1_shard1_replica_n23],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
[junit4] 2> 113083 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=37, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 113125 WARN (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 113632 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 113632 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 113633 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 113633 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 113634 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1727434677,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 113635 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@50109785[collection1_shard1_replica_n23] main]
[junit4] 2> 113648 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 113648 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 113649 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 113649 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1590796384559169536
[junit4] 2> 113723 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.c.ZkController
Core needs to recover:collection1_shard1_replica_n23
[junit4] 2> 113742 INFO (qtp455899797-327) [n:127.0.0.1:45304_di%2Fri
c:collection1 s:shard1 x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2744
[junit4] 2> 113843 INFO
(searcherExecutor-150-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1
x:collection1_shard1_replica_n23] o.a.s.c.SolrCore
[collection1_shard1_replica_n23] Registered new searcher
Searcher@50109785[collection1_shard1_replica_n23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 113851 INFO
(updateExecutor-62-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 113887 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 113960 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 113960 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_n23]
[junit4] 2> 113960 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 113960 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_n23] as recovering, leader is
[https://127.0.0.1:45004/di/ri/collection1_shard1_replica_n21/] and I am
[https://127.0.0.1:45304/di/ri/collection1_shard1_replica_n23/]
[junit4] 2> 114063 INFO (qtp524226505-246) [n:127.0.0.1:36724_di%2Fri
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:45304_di%252Fri&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=3446
[junit4] 2> 114098 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [https://127.0.0.1:45004/di/ri]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:45304_di%252Fri&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 114965 INFO
(OverseerCollectionConfigSetProcessor-99424772207673349-127.0.0.1:36724_di%2Fri-n_0000000000)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 115000 INFO (qtp411175514-297) [n:127.0.0.1:45004_di%2Fri
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node24, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 115002 INFO (qtp411175514-297) [n:127.0.0.1:45004_di%2Fri
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1_shard1_replica_n21,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:45304_di%2Fri,
coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"collection1_shard1_replica_n23","base_url":"https://127.0.0.1:45304/di/ri","node_name":"127.0.0.1:45304_di%2Fri","state":"recovering","type":"NRT"}
[junit4] 2> 115002 INFO (qtp411175514-297) [n:127.0.0.1:45004_di%2Fri
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering,
checkLive: true, onlyIfLeader: true for: 0 seconds.
[junit4] 2> 115002 INFO (qtp411175514-297) [n:127.0.0.1:45004_di%2Fri
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:45304_di%252Fri&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 115564 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [https://127.0.0.1:45004/di/ri/collection1_shard1_replica_n21/] -
recoveringAfterStartup=[true]
[junit4] 2> 115617 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.PeerSync PeerSync:
core=collection1_shard1_replica_n23 url=https://127.0.0.1:45304/di/ri START
replicas=[https://127.0.0.1:45004/di/ri/collection1_shard1_replica_n21/]
nUpdates=1000
[junit4] 2> 115963 INFO (qtp411175514-294) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21]
o.a.s.u.IndexFingerprint IndexFingerprint millis:124.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 115963 INFO (qtp411175514-294) [n:127.0.0.1:45004_di%2Fri
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21]
o.a.s.c.S.Request [collection1_shard1_replica_n21] webapp=/di/ri path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=126
[junit4] 2> 116026 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint
millis:61.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
maxDoc=0}
[junit4] 2> 116026 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. No
need to do a PeerSync
[junit4] 2> 116026 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 116026 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No uncommitted
changes. Skipping IW.commit.
[junit4] 2> 116027 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 116027 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of
recovery was successful.
[junit4] 2> 116027 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replaying updates
buffered during PeerSync.
[junit4] 2> 116027 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 116027 INFO
(recoveryExecutor-63-thread-1-processing-n:127.0.0.1:45304_di%2Fri
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24)
[n:127.0.0.1:45304_di%2Fri c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as
Active after recovery.
[junit4] 2> 116470 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-3-001
of type NRT
[junit4] 2> 116543 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 116621 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 116621 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 116622 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 116642 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@48d1b059{/di/ri,null,AVAILABLE}
[junit4] 2> 116643 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@40f5abb5{SSL,[ssl,
http/1.1]}{127.0.0.1:42602}
[junit4] 2> 116643 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.e.j.s.Server Started @127146ms
[junit4] 2> 116643 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/di/ri, hostPort=42602,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-3-001/cores}
[junit4] 2> 116643 ERROR
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 116694 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.3.0
[junit4] 2> 116694 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 116694 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 116694 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-28T01:07:37.631Z
[junit4] 2> 116743 INFO (zkConnectionManagerCallback-72-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 116771 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 116771 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-3-001/solr.xml
[junit4] 2> 116774 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 116774 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 116793 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 116809 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44406/solr
[junit4] 2> 116943 INFO (zkConnectionManagerCallback-76-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 117034 INFO
(zkConnectionManagerCallback-78-thread-1-processing-n:127.0.0.1:42602_di%2Fri)
[n:127.0.0.1:42602_di%2Fri ] o.a.s.c.c.ConnectionManager zkClient has
connected
[junit4] 2> 117057 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:42602_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 117091 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:42602_di%2Fri ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 117094 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:42602_di%2Fri ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42602_di%2Fri
[junit4] 2> 117127 INFO
(zkCallback-38-thread-1-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 117127 INFO
(zkCallback-66-thread-1-processing-n:127.0.0.1:45304_di%2Fri)
[n:127.0.0.1:45304_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 117127 INFO
(zkCallback-56-thread-1-processing-n:127.0.0.1:45004_di%2Fri)
[n:127.0.0.1:45004_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 117139 INFO (zkCallback-48-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 117234 INFO
(zkCallback-77-thread-1-processing-n:127.0.0.1:42602_di%2Fri)
[n:127.0.0.1:42602_di%2Fri ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 117642 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:42602_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 117754 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:42602_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 117755 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:42602_di%2Fri ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@21aa0f28
[junit4] 2> 117769 INFO
(TEST-PeerSyncReplicationTest.test-seed#[4E1384E88A72F977])
[n:127.0.0.1:42602_di%2Fri ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J0/temp/solr.cloud.PeerSyncReplicationTest_4E1384E88A72F977-001/shard-3-001/cores
[junit4] 2> 118154 INFO (qtp524226505-248) [n:127.0.0.1:36724_di%2Fri
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:42602_di%252Fri&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 118185 INFO
(OverseerThreadFactory-125-thread-5-processing-n:127.0.0.1:36724_di%2Fri)
[n:127.0.0.1:36724_di%2Fri ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:42602_di%2Fri for creating new replica
[junit4] 2> 118521 INFO (qtp1688903095-363) [n:127.0.0.1:42602_di%2Fri
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n25&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 118522 INFO (qtp1688903095-363) [n:127.0.0.
[...truncated too long message...]
ale.metrics.MetricRegistry@26dffd9e
[junit4] 2> 46021 T53 oasm.SolrMetricManager.closeReporters Closing metric
reporters for registry=solr.jetty, tag=null
[junit4] 2> 46021 T53 oasmr.SolrJmxReporter.close Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@589ae5a9: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@2aa9b9c1
[junit4] 2> 46022 T256 x:x:collection1 oasc.SolrCore.close [collection1]
CLOSING SolrCore org.apache.solr.core.SolrCore@7130db95
[junit4] 2> 46022 T256 x:x:collection1
oasm.SolrMetricManager.closeReporters Closing metric reporters for
registry=solr.core.collection1, tag=1899027349
[junit4] 2> 46022 T256 x:x:collection1 oasmr.SolrJmxReporter.close Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1ed55fa4: rootName
= null, domain = solr.core.collection1, service url = null, agent id = null]
for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@25e1807
[junit4] 2> 46032 T53 oejs.AbstractConnector.doStop Stopped
ServerConnector@22f5f964{SSL,[ssl, http/1.1]}{127.0.0.1:0}
[junit4] 2> 46032 T53 oasc.CoreContainer.shutdown Shutting down
CoreContainer instance=124426710
[junit4] 2> 46032 T53 oasm.SolrMetricManager.closeReporters Closing metric
reporters for registry=solr.node, tag=null
[junit4] 2> 46032 T53 oasmr.SolrJmxReporter.close Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@10af415a: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ com.codahale.metrics.MetricRegistry@6e540848
[junit4] 2> 46037 T53 oasm.SolrMetricManager.closeReporters Closing metric
reporters for registry=solr.jvm, tag=null
[junit4] 2> 46037 T53 oasmr.SolrJmxReporter.close Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7ca539e0: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
com.codahale.metrics.MetricRegistry@26dffd9e
[junit4] 2> 46040 T53 oasm.SolrMetricManager.closeReporters Closing metric
reporters for registry=solr.jetty, tag=null
[junit4] 2> 46040 T53 oasmr.SolrJmxReporter.close Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1d30b9b6: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / com.codahale.metrics.MetricRegistry@2aa9b9c1
[junit4] 2> 46041 T259 x:x:collection1 oasc.SolrCore.close [collection1]
CLOSING SolrCore org.apache.solr.core.SolrCore@2b76f819
[junit4] 2> 46041 T259 x:x:collection1
oasm.SolrMetricManager.closeReporters Closing metric reporters for
registry=solr.core.collection1, tag=729217049
[junit4] 2> 46041 T259 x:x:collection1 oasmr.SolrJmxReporter.close Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2ff8ffbc: rootName
= null, domain = solr.core.collection1, service url = null, agent id = null]
for registry solr.core.collection1 / com.codahale.metrics.MetricRegistry@6c3b68
[junit4] 2> 46051 T53 oejsh.ContextHandler.doStop Stopped
o.e.j.s.ServletContextHandler@ced4608{/solr,null,UNAVAILABLE}
[junit4] 2> 46051 T53 oejss.HouseKeeper.stopScavenging Stopped scavenging
[junit4] 2> 46053 T53 oas.SolrTestCaseJ4.tearDown ###Ending
testFullImportBadConfig
[junit4] 2> 46053 T53 oas.SolrTestCaseJ4.clearObjectTrackerAndCheckEmpty
------------------------------------------------------- Done waiting for
tracked resources to be released
[junit4] 2> Jan 28, 2018 2:04:33 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Jan 28, 2018 2:04:53 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd:
[junit4] 2> 1) Thread[id=157, name=qtp1016972771-157,
state=TIMED_WAITING, group=TGRP-TestSolrEntityProcessorEndToEnd]
[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.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Jan 28, 2018 2:04:53 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=157, name=qtp1016972771-157,
state=TIMED_WAITING, group=TGRP-TestSolrEntityProcessorEndToEnd]
[junit4] 2> Jan 28, 2018 2:04:56 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=157, name=qtp1016972771-157,
state=TIMED_WAITING, group=TGRP-TestSolrEntityProcessorEndToEnd]
[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.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are:
codec=HighCompressionCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=28525, maxDocsPerChunk=4, blockSize=1),
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION,
chunkSize=28525, blockSize=1)), sim=RandomSimilarity(queryNorm=true): {},
locale=cs, timezone=AGT
[junit4] 2> NOTE: Linux 4.4.0-104-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=3,free=159465816,total=322437120
[junit4] 2> NOTE: All tests run in this JVM: [TestZKPropertiesWriter,
TestSolrEntityProcessorEndToEnd]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestSolrEntityProcessorEndToEnd -Dtests.seed=B254D9F0868961D2
-Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=cs -Dtests.timezone=AGT
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.00s J0 | TestSolrEntityProcessorEndToEnd (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.handler.dataimport.TestSolrEntityProcessorEndToEnd:
[junit4] > 1) Thread[id=157, name=qtp1016972771-157,
state=TIMED_WAITING, group=TGRP-TestSolrEntityProcessorEndToEnd]
[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.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([B254D9F0868961D2]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=157, name=qtp1016972771-157,
state=TIMED_WAITING, group=TGRP-TestSolrEntityProcessorEndToEnd]
[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.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([B254D9F0868961D2]:0)
[junit4] Completed [38/38 (1!)] on J0 in 61.73s, 7 tests, 2 errors <<<
FAILURES!
[...truncated 42515 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]