Skip to content

Bug fix for propagation of pstmtCacheSize and cstmtCacheSize from mai…#148

Merged
rob-bygrave merged 1 commit into
mainfrom
fix/config-propagate-pstmt-size
Jun 11, 2026
Merged

Bug fix for propagation of pstmtCacheSize and cstmtCacheSize from mai…#148
rob-bygrave merged 1 commit into
mainfrom
fix/config-propagate-pstmt-size

Conversation

@rob-bygrave

Copy link
Copy Markdown
Collaborator

…n to readOnly Datasource

Currently this propagation doesn't happen and when we reduce the pstmtCacheSize size on a main datasource this isn't propagated to the readonly one.

This was picked up with a CI build failure with oracle, when the default pstmtCacheSize bumped to 300, this has meant it hits a too-many-cursors error with the CI Oracle build for ebean.

…n to readOnly Datasource

Currently this propagation doesn't happen and when we reduce the pstmtCacheSize size on a main datasource this isn't propagated to the readonly one.

This was picked up with a CI build failure with oracle, when the default pstmtCacheSize bumped to 300, this has meant it hits a too-many-cursors error with the CI Oracle build for ebean.
@rob-bygrave rob-bygrave self-assigned this Jun 11, 2026
@rob-bygrave rob-bygrave merged commit 3aed904 into main Jun 11, 2026
2 checks passed
@rob-bygrave rob-bygrave deleted the fix/config-propagate-pstmt-size branch June 11, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant