You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2022/08/10 11:07:00 UTC

[jira] [Created] (IGNITE-17508) Exception handling in the partition replication listener for RAFT futures

Vladislav Pyatkov created IGNITE-17508:
------------------------------------------

             Summary: Exception handling in the partition replication listener for RAFT futures
                 Key: IGNITE-17508
                 URL: https://issues.apache.org/jira/browse/IGNITE-17508
             Project: Ignite
          Issue Type: Improvement
            Reporter: Vladislav Pyatkov


In the replication listener ({_}PartitionReplicaListener{_}) where we have the pattern:
{code:java}
raftFut.thenApply(ignored -> result);{code}
we should worry about handling RAFT exceptions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)