You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/08 12:36:00 UTC

[jira] [Commented] (IGNITE-8446) Ability to check and completely fill transactions on creation

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

ASF GitHub Bot commented on IGNITE-8446:
----------------------------------------

GitHub user anton-vinogradov opened a pull request:

    https://github.com/apache/ignite/pull/3959

    IGNITE-8446 Ability to check and completely fill transactions on crea…

    …tion
    
    Signed-off-by: Anton Vinogradov <av...@apache.org>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/ignite ignite-8446

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/3959.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3959
    
----
commit ff9be9907f2e75ac6c16ab53d425f886987966dd
Author: Anton Vinogradov <av...@...>
Date:   2018-05-08T12:34:33Z

    IGNITE-8446 Ability to check and completely fill transactions on creation
    
    Signed-off-by: Anton Vinogradov <av...@apache.org>

----


> Ability to check and completely fill transactions on creation
> -------------------------------------------------------------
>
>                 Key: IGNITE-8446
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8446
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Anton Vinogradov
>            Assignee: Anton Vinogradov
>            Priority: Major
>
> Since {{label}} added to {{tx}} at IGNITE-6827 we'd like to have ability to guarantee it filled. 
> So, we have to add special event fired on {{tx}} creation. 
> This event can be used to provide such guarantee.
> Plan:
> Event EVT_TX_STARTED should be created.
> Tx.label should be recodred as a part of this event.
> Test, checking it's possible to restrict tx creation without filling the meta should be added.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)