[
https://issues.apache.org/jira/browse/IGNITE-18847?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Uttsel updated IGNITE-18847:
-----------------------------------
Description:
Some of ItIgniteNodeRestartTest hang after IGNITE-17197 was merged:
# nodeWithDataTest
# testTwoNodesRestartDirect
# testTwoNodesRestartReverse
# testRestartDiffConfig
These tests were disabled by other bug IGNITE-18737. Now the bug was fixed and
but tests hang caused by changes in IGNITE-17197.
Tests hang on NodeImpl#init:
{code:java}
"%iinrt_trdc_0%tableManager-io-1" #1038 prio=5 os_prio=0 cpu=19,99ms
elapsed=125,12s tid=0x00007f22643bf800 nid=0x7e68 waiting on condition
[0x00007f21a7bfc000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x0000000634797cc0> (a
java.util.concurrent.CountDownLatch$Sync)
at
java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:194)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt([email protected]/AbstractQueuedSynchronizer.java:885)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly([email protected]/AbstractQueuedSynchronizer.java:1039)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly([email protected]/AbstractQueuedSynchronizer.java:1345)
at
java.util.concurrent.CountDownLatch.await([email protected]/CountDownLatch.java:232)
at org.apache.ignite.raft.jraft.core.NodeImpl.init(NodeImpl.java:1074)
at org.apache.ignite.raft.jraft.core.NodeImpl.init(NodeImpl.java:130)
at
org.apache.ignite.raft.jraft.RaftGroupService.start(RaftGroupService.java:106)
- locked <0x00000006347780e8> (a
org.apache.ignite.raft.jraft.RaftGroupService)
at
org.apache.ignite.internal.raft.server.impl.JraftServerImpl.startRaftNode(JraftServerImpl.java:440)
- locked <0x000000063a6a7d28> (a java.lang.Object)
at
org.apache.ignite.internal.raft.Loza.startRaftGroupNodeInternal(Loza.java:209)
at org.apache.ignite.internal.raft.Loza.startRaftGroupNode(Loza.java:176)
at
org.apache.ignite.internal.table.distributed.TableManager.lambda$updateAssignmentInternal$9(TableManager.java:812)
at
org.apache.ignite.internal.table.distributed.TableManager$$Lambda$1991/0x0000000800b94440.accept(Unknown
Source)
at
java.util.concurrent.CompletableFuture$UniAccept.tryFire([email protected]/CompletableFuture.java:714)
at
java.util.concurrent.CompletableFuture$Completion.run([email protected]/CompletableFuture.java:478)
at
java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/ThreadPoolExecutor.java:1128)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/ThreadPoolExecutor.java:628)
at java.lang.Thread.run([email protected]/Thread.java:829) {code}
was:
Some of ItIgniteNodeRestartTest hang after
https://issues.apache.org/jira/browse/IGNITE-17197 was merged:
# nodeWithDataTest
# testTwoNodesRestartDirect
# testTwoNodesRestartReverse
# testRestartDiffConfig
These tests were disabled by other bug
https://issues.apache.org/jira/browse/IGNITE-18737. Now the bug was fixed and
but tests hang caused by changes in IGNITE-17197.
Tests hang on NodeImpl#init:
{code:java}
"%iinrt_trdc_0%tableManager-io-1" #1038 prio=5 os_prio=0 cpu=19,99ms
elapsed=125,12s tid=0x00007f22643bf800 nid=0x7e68 waiting on condition
[0x00007f21a7bfc000]
java.lang.Thread.State: WAITING (parking)
at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
- parking to wait for <0x0000000634797cc0> (a
java.util.concurrent.CountDownLatch$Sync)
at
java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:194)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt([email protected]/AbstractQueuedSynchronizer.java:885)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly([email protected]/AbstractQueuedSynchronizer.java:1039)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly([email protected]/AbstractQueuedSynchronizer.java:1345)
at
java.util.concurrent.CountDownLatch.await([email protected]/CountDownLatch.java:232)
at org.apache.ignite.raft.jraft.core.NodeImpl.init(NodeImpl.java:1074)
at org.apache.ignite.raft.jraft.core.NodeImpl.init(NodeImpl.java:130)
at
org.apache.ignite.raft.jraft.RaftGroupService.start(RaftGroupService.java:106)
- locked <0x00000006347780e8> (a
org.apache.ignite.raft.jraft.RaftGroupService)
at
org.apache.ignite.internal.raft.server.impl.JraftServerImpl.startRaftNode(JraftServerImpl.java:440)
- locked <0x000000063a6a7d28> (a java.lang.Object)
at
org.apache.ignite.internal.raft.Loza.startRaftGroupNodeInternal(Loza.java:209)
at org.apache.ignite.internal.raft.Loza.startRaftGroupNode(Loza.java:176)
at
org.apache.ignite.internal.table.distributed.TableManager.lambda$updateAssignmentInternal$9(TableManager.java:812)
at
org.apache.ignite.internal.table.distributed.TableManager$$Lambda$1991/0x0000000800b94440.accept(Unknown
Source)
at
java.util.concurrent.CompletableFuture$UniAccept.tryFire([email protected]/CompletableFuture.java:714)
at
java.util.concurrent.CompletableFuture$Completion.run([email protected]/CompletableFuture.java:478)
at
java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/ThreadPoolExecutor.java:1128)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/ThreadPoolExecutor.java:628)
at java.lang.Thread.run([email protected]/Thread.java:829) {code}
> Tests of ItIgniteNodeRestartTest hang
> -------------------------------------
>
> Key: IGNITE-18847
> URL: https://issues.apache.org/jira/browse/IGNITE-18847
> Project: Ignite
> Issue Type: Bug
> Reporter: Sergey Uttsel
> Priority: Major
> Labels: ignite-3
>
> Some of ItIgniteNodeRestartTest hang after IGNITE-17197 was merged:
> # nodeWithDataTest
> # testTwoNodesRestartDirect
> # testTwoNodesRestartReverse
> # testRestartDiffConfig
> These tests were disabled by other bug IGNITE-18737. Now the bug was fixed
> and but tests hang caused by changes in IGNITE-17197.
> Tests hang on NodeImpl#init:
>
> {code:java}
> "%iinrt_trdc_0%tableManager-io-1" #1038 prio=5 os_prio=0 cpu=19,99ms
> elapsed=125,12s tid=0x00007f22643bf800 nid=0x7e68 waiting on condition
> [0x00007f21a7bfc000]
> java.lang.Thread.State: WAITING (parking)
> at jdk.internal.misc.Unsafe.park([email protected]/Native Method)
> - parking to wait for <0x0000000634797cc0> (a
> java.util.concurrent.CountDownLatch$Sync)
> at
> java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:194)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt([email protected]/AbstractQueuedSynchronizer.java:885)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly([email protected]/AbstractQueuedSynchronizer.java:1039)
> at
> java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly([email protected]/AbstractQueuedSynchronizer.java:1345)
> at
> java.util.concurrent.CountDownLatch.await([email protected]/CountDownLatch.java:232)
> at org.apache.ignite.raft.jraft.core.NodeImpl.init(NodeImpl.java:1074)
> at org.apache.ignite.raft.jraft.core.NodeImpl.init(NodeImpl.java:130)
> at
> org.apache.ignite.raft.jraft.RaftGroupService.start(RaftGroupService.java:106)
> - locked <0x00000006347780e8> (a
> org.apache.ignite.raft.jraft.RaftGroupService)
> at
> org.apache.ignite.internal.raft.server.impl.JraftServerImpl.startRaftNode(JraftServerImpl.java:440)
> - locked <0x000000063a6a7d28> (a java.lang.Object)
> at
> org.apache.ignite.internal.raft.Loza.startRaftGroupNodeInternal(Loza.java:209)
> at org.apache.ignite.internal.raft.Loza.startRaftGroupNode(Loza.java:176)
> at
> org.apache.ignite.internal.table.distributed.TableManager.lambda$updateAssignmentInternal$9(TableManager.java:812)
> at
> org.apache.ignite.internal.table.distributed.TableManager$$Lambda$1991/0x0000000800b94440.accept(Unknown
> Source)
> at
> java.util.concurrent.CompletableFuture$UniAccept.tryFire([email protected]/CompletableFuture.java:714)
> at
> java.util.concurrent.CompletableFuture$Completion.run([email protected]/CompletableFuture.java:478)
> at
> java.util.concurrent.ThreadPoolExecutor.runWorker([email protected]/ThreadPoolExecutor.java:1128)
> at
> java.util.concurrent.ThreadPoolExecutor$Worker.run([email protected]/ThreadPoolExecutor.java:628)
> at java.lang.Thread.run([email protected]/Thread.java:829) {code}
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)