You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Roman Puchkovskiy (Jira)" <ji...@apache.org> on 2023/03/27 11:33:00 UTC

[jira] [Commented] (IGNITE-19126) Only drop messages that must be dropped in ItTableRaftSnapshotsTest

    [ https://issues.apache.org/jira/browse/IGNITE-19126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17705311#comment-17705311 ] 

Roman Puchkovskiy commented on IGNITE-19126:
--------------------------------------------

The test suite uses 'drop all messages to a node' to make sure that the node does not receive any RAFT log updates from the leader. This is generally not correct as our network is designed to either deliver a message or make sure that the recipient never receives any messages (if it was detected to have been left).

The correct way would be to only drop ActionRequest messages.

> Only drop messages that must be dropped in ItTableRaftSnapshotsTest
> -------------------------------------------------------------------
>
>                 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
>




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