[
https://issues.apache.org/jira/browse/IGNITE-24112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-24112:
---------------------------------------
Description:
# RaftGroupServiceImpl sends a command to a leader
# The leader crashes/shuts down before being able to send a response
# RaftGroupServiceImpl sees the future to be completed with a
RecipientLeftException
# The exception completes the command execution future immediately
Instead, a retry has to be done (if there is still time for this).
> Leader leave causes Raft command execution to immediately fail
> --------------------------------------------------------------
>
> Key: IGNITE-24112
> URL: https://issues.apache.org/jira/browse/IGNITE-24112
> Project: Ignite
> Issue Type: Improvement
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
> Time Spent: 10m
> Remaining Estimate: 0h
>
> # RaftGroupServiceImpl sends a command to a leader
> # The leader crashes/shuts down before being able to send a response
> # RaftGroupServiceImpl sees the future to be completed with a
> RecipientLeftException
> # The exception completes the command execution future immediately
> Instead, a retry has to be done (if there is still time for this).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)