You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ni...@apache.org on 2020/04/22 12:30:40 UTC

[ignite] branch ignite-2.8.1 updated (b93ef4a -> ae290c1)

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

nizhikov pushed a change to branch ignite-2.8.1
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from b93ef4a  MINOR: Fix checkstyle.
     add ae290c1  IGNITE-12732 Fix for KILL QUERY command hanging. (#7498) (#7706)

No new revisions were added by this update.

Summary of changes:
 .../internal/processors/query/GridQueryCancel.java |  58 +++----
 .../cache/query/RegisteredQueryCursor.java         |  12 ++
 .../processors/query/h2/IgniteH2Indexing.java      |   9 +-
 .../query/h2/twostep/GridReduceQueryExecutor.java  |   7 +-
 .../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, 323 insertions(+), 40 deletions(-)
 create mode 100644 modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/KillQueryErrorOnCancelTest.java