[
https://issues.apache.org/jira/browse/IGNITE-11617?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Goncharuk updated IGNITE-11617:
--------------------------------------
Description:
The following scenario is broken:
1) A client joins topology, all server nodes complete client exchange, client
delays sending it's single message
2) A new node joins topology, next exchange is started
3) Coordinator of the new exchange fails
4) New coordinator attempts to restore exchange state from all nodes, including
client from step 1
5) Client send single message. The message should be processed by a fast-reply
path because the corresponding exchange is completed. However, this does not
happen because this exchange was completed with state {{SRV}} on new
coordinator. Fast-reply is omitted and exchange hangs.
Attached is a test reproducing the problem.
> New exchange coordinator skips client fast reply for previous exchange
> ----------------------------------------------------------------------
>
> Key: IGNITE-11617
> URL: https://issues.apache.org/jira/browse/IGNITE-11617
> Project: Ignite
> Issue Type: Bug
> Reporter: Alexey Goncharuk
> Priority: Major
>
> The following scenario is broken:
> 1) A client joins topology, all server nodes complete client exchange, client
> delays sending it's single message
> 2) A new node joins topology, next exchange is started
> 3) Coordinator of the new exchange fails
> 4) New coordinator attempts to restore exchange state from all nodes,
> including client from step 1
> 5) Client send single message. The message should be processed by a
> fast-reply path because the corresponding exchange is completed. However,
> this does not happen because this exchange was completed with state {{SRV}}
> on new coordinator. Fast-reply is omitted and exchange hangs.
> Attached is a test reproducing the problem.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)