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/20 12:55:34 UTC

[ignite] branch master updated (89e7112 -> 0b185b1)

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 89e7112  IGNITE-9017 .NET: Add ICache.ClearStatistics, IClusterGroup.ClearStatistics
     add 0b185b1  IGNITE-12800  SQL: local queries cursors must be closed or full read to unlock the GridH2Table. (#7551)

No new revisions were added by this update.

Summary of changes:
 .../jdbc/thin/JdbcThinLocalQueriesSelfTest.java    |  45 +++-
 .../internal/processors/cache/QueryCursorImpl.java |  40 ++-
 .../internal/processors/query/GridQueryCancel.java |   7 +-
 .../cache/query/RegisteredQueryCursor.java         |  62 ++++-
 .../processors/query/h2/CommandProcessor.java      |   6 +-
 .../processors/query/h2/H2FieldsIterator.java      |   9 +-
 .../processors/query/h2/H2KeyValueIterator.java    |  48 ----
 .../processors/query/h2/H2ResultSetIterator.java   | 286 +++++++++++++++++----
 .../internal/processors/query/h2/H2Utils.java      |   2 +-
 .../processors/query/h2/IgniteH2Indexing.java      |  18 +-
 .../processors/query/h2/opt/GridH2Table.java       |   4 +-
 .../query/h2/twostep/GridReduceQueryExecutor.java  |   3 +-
 .../internal/processors/query/KillQueryTest.java   |  56 +++-
 .../processors/query/LocalQueryLazyTest.java       | 128 ++++++++-
 14 files changed, 575 insertions(+), 139 deletions(-)
 delete mode 100644 modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/H2KeyValueIterator.java