Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/807/
3 tests failed.
FAILED: org.apache.solr.cloud.RecoveryAfterSoftCommitTest.test
Error Message:
Could not load collection from ZK: collection1
Stack Trace:
org.apache.solr.common.SolrException: Could not load collection from ZK:
collection1
at
__randomizedtesting.SeedInfo.seed([1673361E12A005C2:9E2709C4BC5C683A]:0)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1316)
at
org.apache.solr.common.cloud.ZkStateReader$LazyCollectionRef.get(ZkStateReader.java:732)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:148)
at
org.apache.solr.common.cloud.ClusterState.getCollectionOrNull(ClusterState.java:131)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.getTotalReplicas(AbstractFullDistribZkTestBase.java:495)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createJettys(AbstractFullDistribZkTestBase.java:448)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.createServers(AbstractFullDistribZkTestBase.java:341)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1006)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
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)
Caused by: org.apache.zookeeper.KeeperException$SessionExpiredException:
KeeperErrorCode = Session expired for /collections/collection1/state.json
at org.apache.zookeeper.KeeperException.create(KeeperException.java:130)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:54)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1215)
at
org.apache.solr.common.cloud.SolrZkClient.lambda$getData$5(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:341)
at
org.apache.solr.common.cloud.ZkStateReader.fetchCollectionState(ZkStateReader.java:1328)
at
org.apache.solr.common.cloud.ZkStateReader.getCollectionLive(ZkStateReader.java:1314)
... 39 more
FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds
Error Message:
expected:<MERGESHARDS> but was:<SPLITSHARD>
Stack Trace:
java.lang.AssertionError: expected:<MERGESHARDS> but was:<SPLITSHARD>
at
__randomizedtesting.SeedInfo.seed([1673361E12A005C2:1CF089B35F1B0E98]: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:147)
at
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:648)
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
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:
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests
Error Message:
There are still nodes recoverying - waited for 30 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30
seconds
at
__randomizedtesting.SeedInfo.seed([137939DC3AAFDD85:BB97FE4FC4E6A989]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testNonRetryableRequests(CloudSolrClientTest.java:518)
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.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
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)
Build Log:
[...truncated 13219 lines...]
[junit4] Suite: org.apache.solr.cloud.RecoveryAfterSoftCommitTest
[junit4] 2> 1448252 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[1673361E12A005C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/init-core-data-001
[junit4] 2> 1448271 WARN
(SUITE-RecoveryAfterSoftCommitTest-seed#[1673361E12A005C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
[junit4] 2> 1448271 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[1673361E12A005C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1448273 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[1673361E12A005C2]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
[junit4] 2> 1448273 INFO
(SUITE-RecoveryAfterSoftCommitTest-seed#[1673361E12A005C2]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1448392 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1448394 INFO (Thread-1118) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1448394 INFO (Thread-1118) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1448465 ERROR (Thread-1118) [ ] 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> 1448582 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ZkTestServer start zk server on port:46424
[junit4] 2> 1449038 INFO (zkConnectionManagerCallback-1717-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1449464 INFO (zkConnectionManagerCallback-1719-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1449671 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449685 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449687 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449753 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449754 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449755 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449756 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449789 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449790 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449791 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1449792 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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> 1450046 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 1451404 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1451703 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1451703 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1451703 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1451704 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@38ba39c4{/,null,AVAILABLE}
[junit4] 2> 1451733 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5639c260{HTTP/1.1,[http/1.1]}{127.0.0.1:35418}
[junit4] 2> 1451733 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.Server Started @1451945ms
[junit4] 2> 1451733 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/tempDir-001/control/data,
hostContext=/, hostPort=36389,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/control-001/cores}
[junit4] 2> 1451734 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1451734 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1451734 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.5.0
[junit4] 2> 1451734 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1451734 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1451734 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-08-22T04:03:36.779Z
[junit4] 2> 1451870 INFO (zkConnectionManagerCallback-1721-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1452000 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1452000 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/control-001/solr.xml
[junit4] 2> 1452036 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1452036 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1452038 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1453606 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46424/solr
[junit4] 2> 1453683 INFO (zkConnectionManagerCallback-1725-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1453771 INFO (zkConnectionManagerCallback-1727-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1454416 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:36389_
[junit4] 2> 1454417 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.c.Overseer Overseer
(id=73187959908139012-127.0.0.1:36389_-n_0000000000) starting
[junit4] 2> 1454502 INFO (zkConnectionManagerCallback-1734-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1454528 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at
127.0.0.1:46424/solr ready
[junit4] 2> 1454529 INFO
(OverseerStateUpdate-73187959908139012-127.0.0.1:36389_-n_0000000000)
[n:127.0.0.1:36389_ ] o.a.s.c.Overseer Starting to work on the main queue :
127.0.0.1:36389_
[junit4] 2> 1454570 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36389_
[junit4] 2> 1454663 INFO (zkCallback-1726-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1454734 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.h.a.MetricsHistoryHandler No .system collection,
keeping metrics history in memory.
[junit4] 2> 1454925 INFO (zkCallback-1733-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1454942 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1454979 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1454979 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1454980 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2])
[n:127.0.0.1:36389_ ] 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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/control-001/cores
[junit4] 2> 1455205 INFO (zkConnectionManagerCallback-1740-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1455222 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1455223 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46424/solr ready
[junit4] 2> 1455229 INFO (SocketProxy-Acceptor-36389) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53352,localport=36389], receiveBufferSize:531000
[junit4] 2> 1455266 INFO (SocketProxy-Acceptor-36389) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35418,localport=35748], receiveBufferSize=530904
[junit4] 2> 1455356 INFO (qtp1747395603-6820) [n:127.0.0.1:36389_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36389_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1455408 INFO
(OverseerThreadFactory-3066-thread-1-processing-n:127.0.0.1:36389_)
[n:127.0.0.1:36389_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1455558 INFO (SocketProxy-Acceptor-36389) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53358,localport=36389], receiveBufferSize:531000
[junit4] 2> 1455559 INFO (SocketProxy-Acceptor-36389) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35418,localport=35754], receiveBufferSize=530904
[junit4] 2> 1455677 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
x:control_collection_shard1_replica_n1] 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> 1455677 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 1456876 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.5.0
[junit4] 2> 1456988 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1457648 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1457782 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1457783 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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@193fe6a0
[junit4] 2> 1457783 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1457783 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1457802 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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=34, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.49343392717184176]
[junit4] 2> 1457817 WARN (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1458093 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1458093 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=2 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1458094 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1458094 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1458096 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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=31, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7414854715442419]
[junit4] 2> 1458096 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@335d7791[control_collection_shard1_replica_n1] main]
[junit4] 2> 1458113 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1458114 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1458114 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1458166 INFO
(searcherExecutor-3071-thread-1-processing-n:127.0.0.1:36389_
x:control_collection_shard1_replica_n1 c:control_collection s:shard1)
[n:127.0.0.1:36389_ 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@335d7791[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1458166 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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 1609470441644097536
[junit4] 2> 1458184 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0},
version=0}
[junit4] 2> 1458220 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1458220 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1458220 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36389/control_collection_shard1_replica_n1/
[junit4] 2> 1458220 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1458220 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:36389/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1458220 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1458239 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36389/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1458344 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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> 1458346 INFO (qtp1747395603-6815) [n:127.0.0.1:36389_
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=2669
[junit4] 2> 1458571 INFO (zkCallback-1726-thread-1) [ ]
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> 1458682 INFO (qtp1747395603-6820) [n:127.0.0.1:36389_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1459519 INFO
(OverseerCollectionConfigSetProcessor-73187959908139012-127.0.0.1:36389_-n_0000000000)
[n:127.0.0.1:36389_ ] 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> 1459682 INFO (qtp1747395603-6820) [n:127.0.0.1:36389_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:36389_&wt=javabin&version=2}
status=0 QTime=4325
[junit4] 2> 1460099 INFO (zkConnectionManagerCallback-1745-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1460225 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1460226 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46424/solr ready
[junit4] 2> 1460226 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1460232 INFO (SocketProxy-Acceptor-36389) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53410,localport=36389], receiveBufferSize:531000
[junit4] 2> 1460294 INFO (SocketProxy-Acceptor-36389) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=35418,localport=35806], receiveBufferSize=530904
[junit4] 2> 1460296 INFO (qtp1747395603-6816) [n:127.0.0.1:36389_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1460367 INFO
(OverseerThreadFactory-3066-thread-2-processing-n:127.0.0.1:36389_)
[n:127.0.0.1:36389_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1460586 WARN
(OverseerThreadFactory-3066-thread-2-processing-n:127.0.0.1:36389_)
[n:127.0.0.1:36389_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1460588 INFO (qtp1747395603-6816) [n:127.0.0.1:36389_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1460589 INFO (qtp1747395603-6816) [n:127.0.0.1:36389_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=293
[junit4] 2> 1461311 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-1-001
of type TLOG
[junit4] 2> 1461329 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1461330 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1461330 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1461330 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1461330 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@18c20196{/,null,AVAILABLE}
[junit4] 2> 1461330 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@c9017f4{HTTP/1.1,[http/1.1]}{127.0.0.1:37660}
[junit4] 2> 1461330 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.Server Started @1461542ms
[junit4] 2> 1461330 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=36639,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-1-001/cores}
[junit4] 2> 1461331 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1461331 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1461331 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.5.0
[junit4] 2> 1461331 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1461331 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1461331 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-08-22T04:03:46.376Z
[junit4] 2> 1461381 INFO (zkConnectionManagerCallback-1747-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1461387 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1461387 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-1-001/solr.xml
[junit4] 2> 1461419 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1461419 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1461420 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1462378 INFO
(OverseerCollectionConfigSetProcessor-73187959908139012-127.0.0.1:36389_-n_0000000000)
[n:127.0.0.1:36389_ ] 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> 1462997 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46424/solr
[junit4] 2> 1463012 INFO (zkConnectionManagerCallback-1751-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1463048 INFO (zkConnectionManagerCallback-1753-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1463110 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1463152 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1463152 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36639_
[junit4] 2> 1463202 INFO (zkCallback-1726-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1463242 INFO (zkCallback-1733-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1463246 INFO (zkCallback-1752-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1463265 INFO (zkCallback-1744-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1463409 INFO (zkConnectionManagerCallback-1760-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1463411 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1463412 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46424/solr ready
[junit4] 2> 1463466 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1463558 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1463595 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1463596 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1463614 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-1-001/cores
[junit4] 2> 1463816 INFO (qtp1747395603-6821) [n:127.0.0.1:36389_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:36639_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1463869 INFO
(OverseerThreadFactory-3066-thread-3-processing-n:127.0.0.1:36389_)
[n:127.0.0.1:36389_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:36639_ for creating new replica of shard shard1
[junit4] 2> 1463918 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54932,localport=36639], receiveBufferSize:531000
[junit4] 2> 1463958 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37660,localport=43008], receiveBufferSize=530904
[junit4] 2> 1463971 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
x:collection1_shard1_replica_t21] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1465294 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.5.0
[junit4] 2> 1465352 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema
[collection1_shard1_replica_t21] Schema name=test
[junit4] 2> 1465950 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1466004 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t21' using configuration from
collection collection1, trusted=true
[junit4] 2> 1466005 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t21' (registry
'solr.core.collection1.shard1.replica_t21') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1466005 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1466005 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
[[collection1_shard1_replica_t21] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-1-001/cores/collection1_shard1_replica_t21],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-1-001/cores/collection1_shard1_replica_t21/data/]
[junit4] 2> 1466024 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.49343392717184176]
[junit4] 2> 1466025 WARN (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
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> 1466548 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1466548 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=2
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1466550 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1466550 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1466568 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7414854715442419]
[junit4] 2> 1466568 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4c68c719[collection1_shard1_replica_t21] main]
[junit4] 2> 1466573 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1466573 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1466574 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1466574 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1609470450460524544
[junit4] 2> 1466592 INFO
(searcherExecutor-3085-thread-1-processing-n:127.0.0.1:36639_
x:collection1_shard1_replica_t21 c:collection1 s:shard1) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SolrCore
[collection1_shard1_replica_t21] Registered new searcher
Searcher@4c68c719[collection1_shard1_replica_t21]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1466631 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node22=0}, version=0}
[junit4] 2> 1466690 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1466690 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1466690 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:36639/collection1_shard1_replica_t21/
[junit4] 2> 1466690 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1466691 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.SyncStrategy
http://127.0.0.1:36639/collection1_shard1_replica_t21/ has no replicas
[junit4] 2> 1466691 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1466691 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkController
collection1_shard1_replica_t21 stopping background replication from leader
[junit4] 2> 1466748 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:36639/collection1_shard1_replica_t21/ shard1
[junit4] 2> 1466749 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1466763 INFO (qtp1615775879-6883) [n:127.0.0.1:36639_
c:collection1 s:shard1 x:collection1_shard1_replica_t21] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2792
[junit4] 2> 1466892 INFO (zkCallback-1752-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1466942 INFO (qtp1747395603-6821) [n:127.0.0.1:36389_
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:36639_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=3126
[junit4] 2> 1466963 INFO
(OverseerCollectionConfigSetProcessor-73187959908139012-127.0.0.1:36389_-n_0000000000)
[n:127.0.0.1:36389_ ] 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> 1468478 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-2-001
of type TLOG
[junit4] 2> 1468494 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git:
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
[junit4] 2> 1468562 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1468562 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1468562 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 1468579 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3e922550{/,null,AVAILABLE}
[junit4] 2> 1468580 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5a04cdec{HTTP/1.1,[http/1.1]}{127.0.0.1:45857}
[junit4] 2> 1468580 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.e.j.s.Server Started @1468792ms
[junit4] 2> 1468580 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=39841,
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-2-001/cores}
[junit4] 2> 1468580 ERROR
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1468595 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1468595 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.5.0
[junit4] 2> 1468595 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1468595 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1468595 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-08-22T04:03:53.640Z
[junit4] 2> 1468799 INFO (zkConnectionManagerCallback-1763-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1468836 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1468836 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-2-001/solr.xml
[junit4] 2> 1468893 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1468893 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1468894 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1469465 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46424/solr
[junit4] 2> 1469551 INFO (zkConnectionManagerCallback-1767-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1469708 INFO (zkConnectionManagerCallback-1769-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1469746 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1469749 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1469749 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39841_
[junit4] 2> 1469786 INFO (zkCallback-1726-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1469786 INFO (zkCallback-1744-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1469794 INFO (zkCallback-1752-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1469794 INFO (zkCallback-1733-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1469815 INFO (zkCallback-1768-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1469822 INFO (zkCallback-1759-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1470082 INFO (zkConnectionManagerCallback-1776-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1470088 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 1470089 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46424/solr ready
[junit4] 2> 1470103 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history
in memory.
[junit4] 2> 1470287 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1470362 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1470362 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1470397 INFO
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]) [ ]
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/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-2-001/cores
[junit4] 2> 1470706 INFO (qtp1747395603-6818) [n:127.0.0.1:36389_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:39841_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1470816 INFO
(OverseerThreadFactory-3066-thread-4-processing-n:127.0.0.1:36389_)
[n:127.0.0.1:36389_ c:collection1 s:shard1 ] o.a.s.c.a.c.AddReplicaCmd Node
Identified 127.0.0.1:39841_ for creating new replica of shard shard1
[junit4] 2> 1470851 INFO (SocketProxy-Acceptor-39841) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=59802,localport=39841], receiveBufferSize:531000
[junit4] 2> 1470871 INFO (SocketProxy-Acceptor-39841) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45857,localport=33472], receiveBufferSize=530904
[junit4] 2> 1470965 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
x:collection1_shard1_replica_t23] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 1470984 INFO (zkCallback-1752-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1472226 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.5.0
[junit4] 2> 1472276 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema
[collection1_shard1_replica_t23] Schema name=test
[junit4] 2> 1478664 WARN
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]-SendThread(127.0.0.1:46424))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 7681ms for sessionid 0x104040fd0290005
[junit4] 2> 1478665 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104040fd0290005, likely client has closed socket
[junit4] 2> 1478668 WARN
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]-SendThread(127.0.0.1:46424))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 8580ms for sessionid 0x104040fd029000f
[junit4] 2> 1478723 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104040fd029000f, likely client has closed socket
[junit4] 2> 1478729 WARN
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]-SendThread(127.0.0.1:46424))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 8914ms for sessionid 0x104040fd029000b
[junit4] 2> 1478729 WARN
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]-SendThread(127.0.0.1:46424))
[ ] o.a.z.ClientCnxn Client session timed out, have not heard from server
in 8943ms for sessionid 0x104040fd0290007
[junit4] 2> 1478730 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104040fd029000b, likely client has closed socket
[junit4] 2> 1478730 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x104040fd0290007, likely client has closed socket
[junit4] 2> 1478786 WARN (zkConnectionManagerCallback-1734-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@46b9b85d name:
ZooKeeperConnection Watcher:127.0.0.1:46424/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 1478786 WARN (zkConnectionManagerCallback-1734-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 1478851 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1478860 WARN (zkConnectionManagerCallback-1760-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@6fce6d6f name:
ZooKeeperConnection Watcher:127.0.0.1:46424/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 1478860 WARN (zkConnectionManagerCallback-1760-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 1478872 WARN (zkConnectionManagerCallback-1776-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@68bb1e4b name:
ZooKeeperConnection Watcher:127.0.0.1:46424/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 1478872 WARN (zkConnectionManagerCallback-1776-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 1478900 WARN (zkConnectionManagerCallback-1745-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@534d71f0 name:
ZooKeeperConnection Watcher:127.0.0.1:46424/solr got event WatchedEvent
state:Disconnected type:None path:null path: null type: None
[junit4] 2> 1478900 WARN (zkConnectionManagerCallback-1745-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has disconnected
[junit4] 2> 1479071 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t23' using configuration from
collection collection1, trusted=true
[junit4] 2> 1479072 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t23' (registry
'solr.core.collection1.shard1.replica_t23') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@193fe6a0
[junit4] 2> 1479072 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1479072 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
[[collection1_shard1_replica_t23] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-2-001/cores/collection1_shard1_replica_t23],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.RecoveryAfterSoftCommitTest_1673361E12A005C2-001/shard-2-001/cores/collection1_shard1_replica_t23/data/]
[junit4] 2> 1479075 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=34, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.49343392717184176]
[junit4] 2> 1479145 WARN (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
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> 1479400 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1479400 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=2
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1479402 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1479402 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1479403 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=31, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.7414854715442419]
[junit4] 2> 1479403 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@e134bf3[collection1_shard1_replica_t23] main]
[junit4] 2> 1479437 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1479437 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1479438 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1479438 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1609470463949406208
[junit4] 2> 1479459 INFO
(searcherExecutor-3099-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.SolrCore
[collection1_shard1_replica_t23] Registered new searcher
Searcher@e134bf3[collection1_shard1_replica_t23]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1479479 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.ZkShardTerms
Successful update of terms at /collections/collection1/terms/shard1 to
Terms{values={core_node24=0, core_node22=0}, version=1}
[junit4] 2> 1479480 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.c.ZkController
Core needs to recover:collection1_shard1_replica_t23
[junit4] 2> 1479497 INFO
(updateExecutor-1764-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1) [n:127.0.0.1:39841_
c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_t23]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1479498 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 1479498 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 1479498 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.ZkController
collection1_shard1_replica_t23 stopping background replication from leader
[junit4] 2> 1479500 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54974,localport=36639], receiveBufferSize:531000
[junit4] 2> 1479535 INFO (qtp1087314438-6925) [n:127.0.0.1:39841_
c:collection1 s:shard1 x:collection1_shard1_replica_t23] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=8569
[junit4] 2> 1479536 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37660,localport=43050], receiveBufferSize=530904
[junit4] 2> 1479596 INFO (qtp1615775879-6878) [n:127.0.0.1:36639_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.c.S.Request [collection1_shard1_replica_t21] webapp= path=/admin/ping
params={wt=javabin&version=2} hits=0 status=0 QTime=0
[junit4] 2> 1479596 INFO (qtp1615775879-6878) [n:127.0.0.1:36639_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.c.S.Request [collection1_shard1_replica_t21] webapp= path=/admin/ping
params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 1479596 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_t23]
[junit4] 2> 1479596 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1479596 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_t23] as recovering, leader is
[http://127.0.0.1:36639/collection1_shard1_replica_t21/] and I am
[http://127.0.0.1:39841/collection1_shard1_replica_t23/]
[junit4] 2> 1479717 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard1 to
Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0},
version=2}
[junit4] 2> 1479736 INFO (qtp1747395603-6818) [n:127.0.0.1:36389_
c:collection1 ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:39841_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=9030
[junit4] 2> 1479755 INFO (zkCallback-1752-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1479765 INFO (zkCallback-1768-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1479770 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:36639]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_t21&nodeName=127.0.0.1:39841_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1479770 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54978,localport=36639], receiveBufferSize:531000
[junit4] 2> 1479790 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37660,localport=43054], receiveBufferSize=530904
[junit4] 2> 1479803 INFO (zkCallback-1768-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1479819 INFO (qtp1615775879-6879) [n:127.0.0.1:36639_
x:collection1_shard1_replica_t21] 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> 1479951 INFO (qtp1615775879-6879) [n:127.0.0.1:36639_
x:collection1_shard1_replica_t21] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=collection1, shard=shard1,
thisCore=collection1_shard1_replica_t21, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=recovering,
localState=active, nodeName=127.0.0.1:39841_, coreNodeName=core_node24,
onlyIfActiveCheckResult=false, nodeProps:
core_node24:{"core":"collection1_shard1_replica_t23","base_url":"http://127.0.0.1:39841","node_name":"127.0.0.1:39841_","state":"recovering","type":"TLOG"}
[junit4] 2> 1479951 INFO (qtp1615775879-6879) [n:127.0.0.1:36639_
x:collection1_shard1_replica_t21] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName:
core_node24, state: recovering, checkLive: true, onlyIfLeader: true for: 0
seconds.
[junit4] 2> 1479951 INFO (qtp1615775879-6879) [n:127.0.0.1:36639_
x:collection1_shard1_replica_t21] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={nodeName=127.0.0.1:39841_&onlyIfLeaderActive=true&core=collection1_shard1_replica_t21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=132
[junit4] 2> 1480022 INFO (zkConnectionManagerCallback-1776-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1480476 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Starting Replication
Recovery.
[junit4] 2> 1480476 INFO
(recoveryExecutor-1765-thread-1-processing-n:127.0.0.1:39841_
x:collection1_shard1_replica_t23 c:collection1 s:shard1 r:core_node24)
[n:127.0.0.1:39841_ c:collection1 s:shard1 r:core_node24
x:collection1_shard1_replica_t23] o.a.s.c.RecoveryStrategy Attempting to
replicate from [http://127.0.0.1:36639/collection1_shard1_replica_t21/].
[junit4] 2> 1480478 WARN
(TEST-RecoveryAfterSoftCommitTest.test-seed#[1673361E12A005C2]-SendThread(127.0.0.1:46424))
[ ] o.a.z.ClientCnxn Unable to reconnect to ZooKeeper service, session
0x104040fd0290007 has expired
[junit4] 2> 1480481 WARN (zkConnectionManagerCallback-1745-thread-1) [
] o.a.s.c.c.ConnectionManager Watcher
org.apache.solr.common.cloud.ConnectionManager@534d71f0 name:
ZooKeeperConnection Watcher:127.0.0.1:46424/solr got event WatchedEvent
state:Expired type:None path:null path: null type: None
[junit4] 2> 1480481 WARN (zkConnectionManagerCallback-1745-thread-1) [
] o.a.s.c.c.ConnectionManager Our previous ZooKeeper session was expired.
Attempting to reconnect to recover relationship with ZooKeeper...
[junit4] 2> 1480481 WARN (zkConnectionManagerCallback-1745-thread-1) [
] o.a.s.c.c.DefaultConnectionStrategy Connection expired - starting a new one...
[junit4] 2> 1480493 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54986,localport=36639], receiveBufferSize:531000
[junit4] 2> 1480549 INFO (SocketProxy-Acceptor-36639) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=37660,localport=43062], receiveBufferSize=530904
[junit4] 2> 1480588 INFO (zkConnectionManagerCallback-1734-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1480594 INFO (qtp1615775879-6878) [n:127.0.0.1:36639_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1609470465161560064,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1480684 INFO (qtp1615775879-6878) [n:127.0.0.1:36639_
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_t21]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4]
[...truncated too long message...]
operty disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.
-ivy-fail-disallowed-ivy-version:
ivy-fail:
ivy-fail:
ivy-configure:
[ivy:configure] :: loading settings :: file =
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/lucene/top-level-ivy-settings.xml
resolve:
jar-checksums:
[mkdir] Created dir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null528760118
[copy] Copying 239 files to
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null528760118
[delete] Deleting directory
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/null528760118
check-working-copy:
[ivy:cachepath] :: resolving dependencies ::
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath] confs: [default]
[ivy:cachepath] found
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath] found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath] found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath] found org.apache.httpcomponents#httpclient;4.3.6 in
public
[ivy:cachepath] found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath] found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath] found commons-codec#commons-codec;1.6 in public
[ivy:cachepath] found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 69ms :: artifacts dl 6ms
---------------------------------------------------------------------
| | modules || artifacts |
| conf | number| search|dwnlded|evicted|| number|dwnlded|
---------------------------------------------------------------------
| default | 8 | 0 | 0 | 0 || 8 | 0 |
---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for
further details.
[wc-checker] Checking working copy status...
-jenkins-base:
BUILD SUCCESSFUL
Total time: 201 minutes 28 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
at hudson.FilePath$34.hasMatch(FilePath.java:2678)
at hudson.FilePath$34.invoke(FilePath.java:2557)
at hudson.FilePath$34.invoke(FilePath.java:2547)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2918)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1036)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at
hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2920)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no
matches found within 10000
at hudson.FilePath.act(FilePath.java:1038)
at hudson.FilePath.act(FilePath.java:1025)
at hudson.FilePath.validateAntFileMask(FilePath.java:2547)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
at
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
at
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
at hudson.model.Build$BuildExecution.post2(Build.java:186)
at
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
at hudson.model.Run.execute(Run.java:1819)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]