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/04/18 16:50:00 UTC

[jira] [Commented] (IGNITE-8312) .NET: CacheAbstractTransactionalTest.TestTxRollbackOnly failure

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

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

GitHub user andrey-kuznetsov opened a pull request:

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

    IGNITE-8312: Simplified the choice of exception thrown in pessimistic…

    … "prepare-after-rollback" scenario.

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

    $ git pull https://github.com/andrey-kuznetsov/ignite ignite-8312

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

    https://github.com/apache/ignite/pull/3870.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 #3870
    
----
commit d6cf50e7a3c6c33a4c122b056897576c06f6ec7c
Author: Andrey Kuznetsov <st...@...>
Date:   2018-04-18T16:48:44Z

    IGNITE-8312: Simplified the choice of exception thrown in pessimistic "prepare-after-rollback" scenario.

----


> .NET: CacheAbstractTransactionalTest.TestTxRollbackOnly failure
> ---------------------------------------------------------------
>
>                 Key: IGNITE-8312
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8312
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 2.4
>            Reporter: Andrey Kuznetsov
>            Assignee: Andrey Kuznetsov
>            Priority: Major
>              Labels: MakeTeamcityGreenAgain
>             Fix For: 2.5
>
>
> {noformat}
> Test(s) failed.   Expected: <Apache.Ignite.Core.Transactions.TransactionRollbackException>
>   But was:  <Apache.Ignite.Core.Common.IgniteException> (Invalid transaction state for prepare [state=MARKED_ROLLBACK, tx=GridNearPessimisticTxPrepareFuture [innerFuts=[], super=GridCompoundFuture [rdc=org.apache.ignite.internal.processors.cache.distributed.near.GridNearTxPrepareFutureAdapter$1@62e703a4, initFlag=0, lsnrCalls=0, done=false, cancelled=false, err=null, futs=[]]]])
> {noformat}
> Caused by changes made in [1]
> [1] https://issues.apache.org/jira/browse/IGNITE-7770



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