Denis Chudov created IGNITE-27894:
-------------------------------------
Summary: Tx cleanup is not retried after
TxCleanupMessageErrorResponse
Key: IGNITE-27894
URL: https://issues.apache.org/jira/browse/IGNITE-27894
Project: Ignite
Issue Type: Bug
Reporter: Denis Chudov
{code:java}
2026-02-16 17:08:35:876 +0000
[WARNING][%cac-dpd-cde-gg-aks-dev-0%tx-async-write-intent-0][TxCleanupRequestSender]
First cleanup attempt failed (the transaction outcome is not affected)
[txId=019c6729-17be-0027-399b-326d00000001].
java.util.concurrent.CompletionException:
org.apache.ignite.internal.replicator.exception.ReplicaUnavailableException:
IGN-REP-11 Replica is absent on this node and not in assignments, the request
should be retried on another node [groupId=22_part_0,
nodeName=cac-dpd-cde-gg-aks-dev-2] TraceId:5cd1cd7d at
java.base/java.util.concurrent.CompletableFuture.encodeThrowable(Unknown
Source) at
java.base/java.util.concurrent.CompletableFuture.completeThrowable(Unknown
Source) at
java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown
Source) at
java.base/java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
at
java.base/java.util.concurrent.CompletableFuture.completeExceptionally(Unknown
Source) at
org.apache.ignite.internal.replicator.ReplicaService.lambda$sendToReplicaRaw$6(ReplicaService.java:262)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown
Source) at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.base/java.lang.Thread.run(Unknown Source){code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)