[
https://issues.apache.org/jira/browse/SOLR-9426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15470563#comment-15470563
]
Alan Woodward commented on SOLR-9426:
-------------------------------------
See also: https://builds.apache.org/job/Lucene-Solr-Tests-master/1385/
Going through the logs, this seems to be caused by the following Exception:
{code}
[junit4] 2> 1585983 WARN (indexFetcher-4517-thread-1) [ x:collection1]
o.a.s.h.IndexFetcher Exception while updating statistics
[junit4] 2> java.io.IOException: file "replication.properties" was already
written to
[junit4] 2> at
org.apache.lucene.store.MockDirectoryWrapper.createOutput(MockDirectoryWrapper.java:654)
[junit4] 2> at
org.apache.solr.handler.IndexFetcher.logReplicationTimeAndConfFiles(IndexFetcher.java:695)
[junit4] 2> at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:507)
[junit4] 2> at
org.apache.solr.handler.IndexFetcher.fetchLatestIndex(IndexFetcher.java:268)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.doFetch(ReplicationHandler.java:397)
[junit4] 2> at
org.apache.solr.handler.ReplicationHandler.lambda$setupPolling$2(ReplicationHandler.java:1154)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
[junit4] 2> at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[junit4] 2> at java.lang.Thread.run(Thread.java:745)
{code}
> TesReplicationHandler.doTestIndexAndConfigAliasReplication() failure
> --------------------------------------------------------------------
>
> Key: SOLR-9426
> URL: https://issues.apache.org/jira/browse/SOLR-9426
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Steve Rowe
>
> My Jenkins found this branch_6x seed (reproduces for me, but only if I remove
> {{-Dtests.method=doTestIndexAndConfigAliasReplication}} from the cmdline):
> {noformat}
> Checking out Revision 44df5b60266549e410b7691ebf49583d7370c0e3
> (refs/remotes/origin/branch_6x)
> [...]
> [junit4] 2> NOTE: reproduce with: ant test
> -Dtestcase=TestReplicationHandler
> -Dtests.method=doTestIndexAndConfigAliasReplication
> -Dtests.seed=8D2C8D836AE82A81 -Dtests.slow=true -Dtests.locale=pt-PT
> -Dtests.timezone=America/Panama -Dtests.asserts=true
> -Dtests.file.encoding=UTF-8
> [junit4] FAILURE 37.2s J3 |
> TestReplicationHandler.doTestIndexAndConfigAliasReplication <<<
> [junit4] > Throwable #1: java.lang.AssertionError: expected:<1> but
> was:<0>
> [junit4] > at
> __randomizedtesting.SeedInfo.seed([8D2C8D836AE82A81:7A5F63DBAC008567]:0)
> [junit4] > at
> org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigAliasReplication(TestReplicationHandler.java:1331)
> [junit4] > at java.lang.Thread.run(Thread.java:745)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]