H2 connection leaks on INSERT query when one row is inserted and not constant values are used:
e.g.:
INSERT INTO T VALUES(1, CURRENT_TIMESTAM());
Root cause:
Query cursor isn't closed at the IgniteH2Indexing#executeUpdateNonTransactional after DmlUtils#processSelectResult.
- is duplicated by
-
IGNITE-12840 Leaking H2 internals when querying from pyignite
-
- Resolved
-
- links to