[
https://issues.apache.org/jira/browse/IGNITE-19126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-19126:
---------------------------------------
Description:
The current approach to make sure a follower does not get any logs entries from
the leader is to drop messages. This approach is too invasive (as some other
code might rely on those messages); also, it will stop working after
IGNITE-18712.
We should either drop only the vare minimum of the messages, or switch to
stopping a node to make sure it does not get log entries.
> Make ItTableRaftSnapshotsTest less invasive
> -------------------------------------------
>
> Key: IGNITE-19126
> URL: https://issues.apache.org/jira/browse/IGNITE-19126
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
> Labels: ignite-3
>
> The current approach to make sure a follower does not get any logs entries
> from the leader is to drop messages. This approach is too invasive (as some
> other code might rely on those messages); also, it will stop working after
> IGNITE-18712.
> We should either drop only the vare minimum of the messages, or switch to
> stopping a node to make sure it does not get log entries.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)