[
https://issues.apache.org/jira/browse/IGNITE-27583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-27583:
---------------------------------------
Description:
{noformat}
"ForkJoinPool.commonPool-worker-13" #51 daemon prio=5 os_prio=0 cpu=1565.10ms
elapsed=3538.57s tid=0x0000558435bc4800 nid=0x1de1ba waiting on condition
[0x00007fe79d6fc000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x000000072a2efbd8> (a
java.util.concurrent.CompletableFuture$Signaller)
at
java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:194)
at
java.util.concurrent.CompletableFuture$Signaller.block([email protected]/CompletableFuture.java:1796)
at
java.util.concurrent.ForkJoinPool.managedBlock([email protected]/ForkJoinPool.java:3118)
at
java.util.concurrent.CompletableFuture.waitingGet([email protected]/CompletableFuture.java:1830)
at
java.util.concurrent.CompletableFuture.get([email protected]/CompletableFuture.java:2000)
at
org.apache.ignite.internal.app.IgniteServerImpl.sync(IgniteServerImpl.java:618)
at
org.apache.ignite.internal.app.IgniteServerImpl.shutdown(IgniteServerImpl.java:391)
at
org.apache.ignite.internal.Cluster$$Lambda$5347/0x000000080112b840.accept(Unknown
Source)
{noformat}
This waits for one Ignite server to be stopped, but I wasn't able to find other
threads blocked on anything. It is probable that some future was just abandoned
in a non-completed state during shutdown. This needs to be investigated
> ItCmgDisasterRecoveryTest#repairIsPossibleWhenAllNodesWaitForCmgMajorityOnJoin
> hangs on CI
> ------------------------------------------------------------------------------------------
>
> Key: IGNITE-27583
> URL: https://issues.apache.org/jira/browse/IGNITE-27583
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Priority: Major
> Labels: MakeTeamcityGreenAgain, ignite-3
> Attachments:
> _Integration_Tests_Integration_System_Disaster_Recovery_2303.log.zip
>
>
>
> {noformat}
> "ForkJoinPool.commonPool-worker-13" #51 daemon prio=5 os_prio=0 cpu=1565.10ms
> elapsed=3538.57s tid=0x0000558435bc4800 nid=0x1de1ba waiting on condition
> [0x00007fe79d6fc000]
> java.lang.Thread.State: WAITING (parking)
> at jdk.internal.misc.Unsafe.park([email protected]/Native
> Method)
> - parking to wait for <0x000000072a2efbd8> (a
> java.util.concurrent.CompletableFuture$Signaller)
> at
> java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:194)
> at
> java.util.concurrent.CompletableFuture$Signaller.block([email protected]/CompletableFuture.java:1796)
> at
> java.util.concurrent.ForkJoinPool.managedBlock([email protected]/ForkJoinPool.java:3118)
> at
> java.util.concurrent.CompletableFuture.waitingGet([email protected]/CompletableFuture.java:1830)
> at
> java.util.concurrent.CompletableFuture.get([email protected]/CompletableFuture.java:2000)
> at
> org.apache.ignite.internal.app.IgniteServerImpl.sync(IgniteServerImpl.java:618)
> at
> org.apache.ignite.internal.app.IgniteServerImpl.shutdown(IgniteServerImpl.java:391)
> at
> org.apache.ignite.internal.Cluster$$Lambda$5347/0x000000080112b840.accept(Unknown
> Source)
>
> {noformat}
>
> This waits for one Ignite server to be stopped, but I wasn't able to find
> other threads blocked on anything. It is probable that some future was just
> abandoned in a non-completed state during shutdown. This needs to be
> investigated
--
This message was sent by Atlassian Jira
(v8.20.10#820010)