You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2020/03/06 18:04:21 UTC

[ignite] branch master updated (fd3b922 -> b0e923e)

This is an automated email from the ASF dual-hosted git repository.

amashenkov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from fd3b922  IGNITE-12733: TransmissionHandler can now notify user listeners when it ends (#7486)
     add b0e923e  IGNITE-12732 Fix for KILL QUERY command hanging. (#7498)

No new revisions were added by this update.

Summary of changes:
 .../internal/processors/query/GridQueryCancel.java |  58 +++----
 .../cache/query/RegisteredQueryCursor.java         |  10 ++
 .../processors/query/h2/IgniteH2Indexing.java      |   9 +-
 .../query/h2/twostep/GridReduceQueryExecutor.java  |   4 +-
 .../query/KillQueryErrorOnCancelTest.java          | 173 +++++++++++++++++++++
 .../processors/query/KillQueryFromClientTest.java  |   1 -
 .../query/KillQueryOnClientDisconnectTest.java     |   1 -
 .../internal/processors/query/KillQueryTest.java   | 100 +++++++++++-
 .../IgniteBinaryCacheQueryTestSuite.java           |   2 +
 9 files changed, 320 insertions(+), 38 deletions(-)
 create mode 100644 modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/KillQueryErrorOnCancelTest.java