Done
Details
Assignee
Julian LadischJulian LadischReporter
Julian LadischJulian LadischLabels
Priority
P2Story Points
0.5Sprint
NoneDevelopment Team
Core: PlatformFix versions
Affected Institution
TAMUTestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Julian Ladisch
Julian LadischReporter
Julian Ladisch
Julian LadischLabels
Priority
Story Points
0.5
Sprint
None
Development Team
Core: Platform
Fix versions
Affected Institution
TAMU
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created October 27, 2020 at 7:12 AM
Updated January 1, 2021 at 11:40 AM
Resolved October 27, 2020 at 9:46 AM
Raml-module-builder 30.2.9 contains these fixes:
RMB-740: Use FOLIO fork of vertx-sql-client and vertx-pg-client with the following two patches
RMB-739 "patch idle connection release in the forked vertx-sql-client driver" This will make RMB's DB_CONNECTIONRELEASEDELAY work again. RMB's DB_CONNECTIONRELEASEDELAY is 60 seconds and releases unused database connections when they have been returned to the pool and haven't been reused for 60 seconds, see https://github.com/folio-org/raml-module-builder#environment-variables
FOLIO-2840 "Unsigned long HexSequence for name of PgPreparedStatement" This fixes duplicate names causing "prepared statement "XYZ" already exists".
RMB-738: Upgrade to Vert.x 3.9.4, most notable fix: RowStream fetch can close prematurely the stream https://github.com/eclipse-vertx/vertx-sql-client/issues/778
See also the upgrading notes: https://github.com/folio-org/raml-module-builder/blob/b30.2/doc/upgrading.md