Mirza Aliev created IGNITE-23131: ------------------------------------ Summary: java.lang.AssertionError: The local node is outside of the replication group Key: IGNITE-23131 URL: https://issues.apache.org/jira/browse/IGNITE-23131 Project: Ignite Issue Type: Bug Reporter: Mirza Aliev Attachments: _Integration_Tests_Run_All_Other_27436.log.zip
We've started to receive a lot of {{AssertionError}} during TC builds on main. These exceptions do not lead to failed tests, but must be investigated. {noformat} [2024-09-02T12:09:05,392][WARN ][%irlt_trisons_20002%tableManager-io-19][PartitionReplicaLifecycleManager] Unable to process pending assignments event java.lang.AssertionError: The local node is outside of the replication group [, stable=Assignments [nodes=HashSet [Assignment [consistentId=irlt_trisons_20000, isPeer=true]], force=false, timestamp=113067880806875136], pending=Assignments [nodes=HashSet [Assignment [consistentId=irlt_trisons_20002, isPeer=true]], force=false, timestamp=113067880806875136], reduce=null, localName=irlt_trisons_20002]. at org.apache.ignite.internal.partition.replicator.PartitionReplicaLifecycleManager.isNodeInReducedStableOrPendingAssignments(PartitionReplicaLifecycleManager.java:1175) ~[ignite-partition-replicator-3.0.0-SNAPSHOT.jar:?] at org.apache.ignite.internal.partition.replicator.PartitionReplicaLifecycleManager.lambda$handleChangePendingAssignmentEvent$48(PartitionReplicaLifecycleManager.java:1015) ~[ignite-partition-replicator-3.0.0-SNAPSHOT.jar:?] at org.apache.ignite.internal.util.IgniteUtils.inBusyLock(IgniteUtils.java:872) ~[ignite-core-3.0.0-SNAPSHOT.jar:?] at org.apache.ignite.internal.partition.replicator.PartitionReplicaLifecycleManager.lambda$handleChangePendingAssignmentEvent$49(PartitionReplicaLifecycleManager.java:1014) ~[ignite-partition-replicator-3.0.0-SNAPSHOT.jar:?] at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714) [?:?] at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478) [?:?] at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?] at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?] at java.base/java.lang.Thread.run(Thread.java:834) [?:?] {noformat} https://ci.ignite.apache.org/buildConfiguration/ApacheIgnite3xGradle_Test_RunAllTests/8444342?expandBuildDeploymentsSection=false&hideTestsFromDependencies=false&hideProblemsFromDependencies=false&expandBuildProblemsSection=true&expandCode+Inspection=true&expandBuildChangesSection=true&logFilter=debug&logView=flowAware -- This message was sent by Atlassian Jira (v8.20.10#820010)