This test evidently hung. Another problem with it is that it logs 60 mb of
text... Heavy.

It hangs in the 'restarter' thread on this condition:

        while (startupThreads.size() > 0) {
          Thread.sleep(10);
        }

the main thread just joins the restarted and never ends. Looking at the
logs or the code... I don't understand much of it
(but I can make the log available... all 60mb of it).

This looks wrong though - startupThreads.add(t) is populated after the
sub-thread has been started; this means
that it is possible (although unlikely) that t removes itself from the
startupThreads list before it's added to it...

[image: image.png]

I'm not sure it's the root of the problem in this failure though. Anybody
who knows this replication code better would like to
speak up?

Dawid

On Tue, May 13, 2025 at 6:40 PM Policeman Jenkins Server <
jenk...@thetaphi.de> wrote:

> Build: https://jenkins.thetaphi.de/job/Lucene-nightly-main-Linux/134/
> Java: 64bit/hotspot/jdk-24 -XX:-UseCompressedOops -XX:+UseSerialGC
>
> 2 tests failed.
> FAILED:
> org.apache.lucene.replicator.nrt.TestStressNRTReplication.classMethod
>
> Error Message:
> java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
>
> Stack Trace:
> java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
>         at __randomizedtesting.SeedInfo.seed([29461C4B60E8F8BD]:0)
>
>
> FAILED:  org.apache.lucene.replicator.nrt.TestStressNRTReplication.test
>
> Error Message:
> java.lang.Exception: Test abandoned because suite timeout was reached.
>
> Stack Trace:
> java.lang.Exception: Test abandoned because suite timeout was reached.
>         at __randomizedtesting.SeedInfo.seed([29461C4B60E8F8BD]:0)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: builds-unsubscr...@lucene.apache.org
> For additional commands, e-mail: builds-h...@lucene.apache.org

Reply via email to