You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by pavlukhin <gi...@git.apache.org> on 2018/09/13 12:26:17 UTC

[GitHub] ignite pull request #4745: IGNITE-9411: mvcc timeouts

GitHub user pavlukhin opened a pull request:

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

    IGNITE-9411: mvcc timeouts

    

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

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

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

    https://github.com/apache/ignite/pull/4745.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 #4745
    
----
commit db172dfc174614af7cbac8b5cecb2707b49e1bdc
Author: ipavlukhin <vo...@...>
Date:   2018-09-04T10:53:41Z

    minors in CacheMvccSelectForUpdateQueryAbstractTest

commit c288988dd4f3622c8539ab7f6f3f84b5c08b7a0c
Author: ipavlukhin <vo...@...>
Date:   2018-09-04T11:13:01Z

    use timeout modes in deadlock tests

commit e4bf4ae3bdcd8b049e66a90f30fb5720b34fd36c
Author: ipavlukhin <vo...@...>
Date:   2018-09-12T10:10:50Z

    CacheMvccSqlLockTimeoutTest checking that waiting locks are timed out

commit 3ad0289ade9964e8a9ec74e10f3f05ed96d72bfc
Author: ipavlukhin <vo...@...>
Date:   2018-09-12T12:27:55Z

    translate to timeout exception in reducer

commit 9d70e0ff36546ae05230481688b9a5f3b7bd7311
Author: ipavlukhin <vo...@...>
Date:   2018-09-12T12:29:53Z

    translate to timeout exception in DmlStatementsProcessor

commit d34b1b88a498dd090efad058292f0ea19bbd5bef
Author: ipavlukhin <vo...@...>
Date:   2018-09-12T13:31:58Z

    Merge branch 'master' into mvcc-lock-timeouts

commit 0bb7981f9459a797cde4aa97fa200b3502b6b923
Author: ipavlukhin <vo...@...>
Date:   2018-09-12T14:28:06Z

    dirty conversion of remote timeout to TransactionTimeoutException, check new exception structure in test

commit 9539ef913a8bdd364d8a449c3b4e8aecaace57ef
Author: ipavlukhin <vo...@...>
Date:   2018-09-13T08:57:21Z

    establish first design for timeout exceptions propagation, put missing timeouts in place

commit c7eea3664dec1aa09facee14ce24941dfa39b180
Author: ipavlukhin <vo...@...>
Date:   2018-09-13T09:59:34Z

    remove extra stack trace garbage from test

commit 197f3e37c0cb2fa0337c880f2e66d55a878ce809
Author: ipavlukhin <vo...@...>
Date:   2018-09-13T10:31:22Z

    use common method for timeout calculation in DmlStatementsProcessor

commit 980d43dcee8e8a540788c7305ad53280c88269c9
Author: ipavlukhin <vo...@...>
Date:   2018-09-13T12:06:58Z

    fix forgotten tx variable initialization in IgniteH2Indexing

commit 75ba8821d844c8e7d250154b3fb68adaae842902
Author: ipavlukhin <vo...@...>
Date:   2018-09-13T12:15:51Z

    remove duplicated tests from suite

----


---

[GitHub] ignite pull request #4745: IGNITE-9411: mvcc timeouts

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---