You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by ascherbakoff <gi...@git.apache.org> on 2017/11/11 10:18:57 UTC

[GitHub] ignite pull request #3020: ignite-6858

GitHub user ascherbakoff opened a pull request:

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

    ignite-6858

    Wait for exchange inside GridReduceQueryExecutor.query which never finishes due to opened transaction.

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

    $ git pull https://github.com/ascherbakoff/ignite ignite-6858

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

    https://github.com/apache/ignite/pull/3020.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 #3020
    
----
commit c319df3e8b4ebb9af478ddf13b6640bba6336f93
Author: Alexandr Kuramshin <ei...@gmail.com>
Date:   2017-11-10T08:17:04Z

    IGNITE-6858 Wait for exchange inside GridReduceQueryExecutor.query which never finishes due to opened transaction
    
    Update IgniteCacheQueryNodeRestartSelfTest2 for reproducing an error

commit e20c2791bb9db15a8c4032e7d9d2cd8b6eded140
Author: Aleksei Scherbakov <al...@gmail.com>
Date:   2017-11-10T15:03:05Z

    IGNITE-6858 Wait for exchange inside GridReduceQueryExecutor.query which never finishes due to opened transaction.

commit 344a4a7966b1078b3b1c200fe2ba073fe0b0893f
Author: Aleksei Scherbakov <al...@gmail.com>
Date:   2017-11-10T15:03:27Z

    IGNITE-6858 Wait for exchange inside GridReduceQueryExecutor.query which never finishes due to opened transaction.

----


---