[
https://issues.apache.org/jira/browse/IGNITE-25464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Roman Puchkovskiy updated IGNITE-25464:
---------------------------------------
Description:
TxCleanupRequestHandler sends WriteIntentSwitchReplicaRequest to the replica.
If the replica responds synchronously (not via Raft future), a
ClassCastException happens (because TxCleanupRequestHandler expects a
ReplicaResult with a
WriteIntentSwitchReplicatedInfo inside, but instead it gets a
WriteIntentSwitchReplicatedInfo, not wrapped in a ReplicaRequest.
> Double write intent switch
> --------------------------
>
> Key: IGNITE-25464
> URL: https://issues.apache.org/jira/browse/IGNITE-25464
> Project: Ignite
> Issue Type: Bug
> Reporter: Roman Puchkovskiy
> Assignee: Roman Puchkovskiy
> Priority: Major
>
> TxCleanupRequestHandler sends WriteIntentSwitchReplicaRequest to the replica.
> If the replica responds synchronously (not via Raft future), a
> ClassCastException happens (because TxCleanupRequestHandler expects a
> ReplicaResult with a
> WriteIntentSwitchReplicatedInfo inside, but instead it gets a
> WriteIntentSwitchReplicatedInfo, not wrapped in a ReplicaRequest.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)