Skip to content

Conversation

@karenc-bq
Copy link
Contributor

Summary

The closedExplicitly flag is never set. Update failover plugin to update the flag when the closed method is called.

Description

Additional Reviewers

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

}

if (canDirectExecute(methodName)) {
if (JdbcMethod.CONNECTION_CLOSE.methodName.equals(methodName)) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close or abort?

@sergiyvamz sergiyvamz force-pushed the fix/closedExplicitly-flag branch from 78d6a6c to b010dd6 Compare October 15, 2025 21:19
@sergiyvamz sergiyvamz merged commit 2f6e9c5 into main Oct 15, 2025
6 checks passed
@sergiyvamz sergiyvamz deleted the fix/closedExplicitly-flag branch October 15, 2025 21:23
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.

2 participants