Vladislav Pyatkov created IGNITE-22599:
------------------------------------------
Summary: Exception inside RAFT listener does not invoke falure
handler
Key: IGNITE-22599
URL: https://issues.apache.org/jira/browse/IGNITE-22599
Project: Ignite
Issue Type: Bug
Reporter: Vladislav Pyatkov
Attachments:
poc-tester-SERVER-192.168.1.41-id-0-2024-06-27-09-14-17-client.log.2
h3. Motivation
An exception that is thrown during handling RAFT command cannot be recovered,
because a RAFT storage is already corrupted. This is a reason to call Falure
handler:
{code:java}
failureProcessor.process(new FailureContext(CRITICAL_ERROR, err));
{code}
Currently, I do not see any FH invokation in the log, but many exception has
been thrown.
h3. Definition of done
FH is invoked in the case where RAFT listener fails.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)