]
Ryan Emerson updated ISPN-9916:
-------------------------------
Git Pull Request:
JDBC Publish Flowable should explicitly close all ResultSets
------------------------------------------------------------
Key: ISPN-9916
URL:
https://issues.jboss.org/browse/ISPN-9916
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 10.0.0.Alpha3, 9.4.6.Final
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 10.0.0.Beta1, 9.4.7.Final
The Flowable for the JDBC store publisher should explicitly close the created ResultSets
by calling `doOnComplete(() -> JdbcUtil.safeClose(rs))` on `function.apply(rs)`