Denis Chudov created IGNITE-28394:
-------------------------------------
Summary: Leases can't be negotiated due to raft group overload
Key: IGNITE-28394
URL: https://issues.apache.org/jira/browse/IGNITE-28394
Project: Ignite
Issue Type: Bug
Reporter: Denis Chudov
Regular raft requests are retried, this negotiation is also retried but using
too long path - through creation of new lease and new negotiation. Probably
should be retried without creation of new lease to speed up the negotiation.
{noformat}
2026-03-25 18:34:15:607 +0100
[WARNING][%clrv0000328594%Raft-Group-Client-6][PlacementDriverMessageProcessor]
Could not save lease information to the replication group
[leaseStartTime=116291014197182508,
candidateNodeId=d3e1f78d-3796-43ac-acb5-a63a95b2035b,
candidateNodeName=clrv0000328594].
java.util.concurrent.CompletionException:
org.apache.ignite.internal.raft.GroupOverloadedException: IGN-REP-9 Group is
overloaded, the request may be retried later [groupId=54_part_12].
TraceId:9fcfadd4
at
java.base/java.util.concurrent.CompletableFuture.wrapInCompletionException(CompletableFuture.java:323)
at
java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:376)
at
java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:391)
at
java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:657)
at
java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:531)
at
java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2221)
at
org.apache.ignite.internal.raft.client.RaftGroupServiceImpl.lambda$sendWithRetry$48(RaftGroupServiceImpl.java:672)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
at
java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:309)
at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
at java.base/java.lang.Thread.run(Thread.java:1474)
Caused by: org.apache.ignite.internal.raft.GroupOverloadedException: IGN-REP-9
Group is overloaded, the request may be retried later [groupId=54_part_12].
TraceId:9fcfadd4
... 6 more
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)