GitHub user dolphin1414 opened a pull request:
https://github.com/apache/ignite/pull/3074 IGNITE-6904 SQL: partition reservations are released too early in lazy mode
In lazy mode partitions reservations are released only after last page has been sent.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-6904
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3074.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3074
----
commit c28dda18e185692c93f722996a03c70daab19bcd
Author: rkondakov <
[hidden email]>
Date: 2017-11-21T10:09:12Z
IGNITE-6904: in lazy mode partitions reservations are released only after last page has been sent.
commit 7dda28980eb792392454583f26970e31eb1727eb
Author: rkondakov <
[hidden email]>
Date: 2017-11-21T10:11:29Z
Merge remote-tracking branch 'apache/master' into ignite-6904
commit 153de4033fe53407ac7db9615891798e47b1dc19
Author: rkondakov <
[hidden email]>
Date: 2017-11-21T10:12:13Z
Merge remote-tracking branch 'origin/master' into ignite-6904
----
---