[
https://issues.apache.org/jira/browse/IGNITE-9042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16552488#comment-16552488
]
ASF GitHub Bot commented on IGNITE-9042:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/4397
> Transaction with small timeout may lead to inconsistent partition state
> -----------------------------------------------------------------------
>
> Key: IGNITE-9042
> URL: https://issues.apache.org/jira/browse/IGNITE-9042
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Dmitriy Govorukhin
> Assignee: Dmitriy Govorukhin
> Priority: Critical
> Fix For: 2.7
>
> Attachments: Reproducer.java
>
>
> The transaction with a small timeout may lead to inconsistent partition
> state.
> Reproducer in attached.
> Problem in GridDhtTxPrepareFuture.sendPrepareRequests() if timeout will
> reached during iteration over tx.dhtMap().values() we do not send
> GridDhtTxPrepareRequest for some backups, it lead that backup will not know
> anything about transaction and will not participate in commit.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)