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 8ed8576 IGNITE-12665: SQL: Fix potential race on MapResult close.
add 02ac292 IGNITE-11798 Fix memory leak on unstable topology caused by
partition reservation (#7251)
No new revisions were added by this update.
Summary of changes:
.../query/h2/twostep/PartitionReservationKey.java | 13 ++
.../h2/twostep/PartitionReservationManager.java | 232 ++++++++++++---------
.../query/MemLeakOnSqlWithClientReconnectTest.java | 219 +++++++++++++++++++
.../testsuites/IgniteCacheQuerySelfTestSuite6.java | 4 +-
4 files changed, 373 insertions(+), 95 deletions(-)
create mode 100644
modules/indexing/src/test/java/org/apache/ignite/internal/processors/query/MemLeakOnSqlWithClientReconnectTest.java