You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2015/09/24 00:21:04 UTC

[jira] [Commented] (IGNITE-1537) Near TX prepare future is completed early for LOCAL cache

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

Alexey Goncharuk commented on IGNITE-1537:
------------------------------------------

Optimistic near tx prepare future is a compound future, however if near or local cache is involved, it gets completed when lock keys is empty without waiting for inner futures. This breaks logic with {{MiniFutures}} and {{proceedPrepare}}.

I created a separate future for lock keys waiting, this seems to fix the problem. Running TC.

> Near TX prepare future is completed early for LOCAL cache
> ---------------------------------------------------------
>
>                 Key: IGNITE-1537
>                 URL: https://issues.apache.org/jira/browse/IGNITE-1537
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 1.1.4
>            Reporter: Alexey Goncharuk
>            Assignee: Alexey Goncharuk
>             Fix For: ignite-1.4
>
>
> {{GridCacheContinuousQueryLocalSelfTest}} fails locally for me due to this issue.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)