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

[GitHub] ignite pull request #3194: IGNITE-7039: SQL: local query now pin affected pa...

GitHub user dolphin1414 opened a pull request:

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

    IGNITE-7039: SQL: local query now pin affected partitions.

    Implemented partitions reservation for the local queries. Added a test.

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

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

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

    https://github.com/apache/ignite/pull/3194.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 #3194
    
----
commit 9a851a58ad5eb43f5b868d4a72013ce4a9beb395
Author: rkondakov <rk...@gridgain.com>
Date:   2017-12-09T17:39:26Z

    IGNITE-7039: Partitions reservation for the local queries is implemented.

commit dac1fc52cef92eae848966e85218da79092a48fa
Author: rkondakov <rk...@gridgain.com>
Date:   2017-12-11T09:52:04Z

    IGNITE-7039: Tests implemented.

commit 769ac1a7f2d66677127cdbc1ea367ee873132220
Author: rkondakov <rk...@gridgain.com>
Date:   2017-12-11T09:52:50Z

    Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/ignite into ignite-7039

----


---