You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Summary
Fix issue with connection state transfer
### Description
While switching from read-only connection to a writer connection (for
instance, when calling connection.setReadOnly(false) on a connection to
replica), transfer session state code raises an exception and that
triggers a failover process rather than regular connecting process to a
writer.
#426
### Additional Reviewers
@karenc-bq@aaron-congo
### By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.
Co-authored-by: sergiyv-bitquill <[email protected]>
### Summary
Remove logic that changes connection to a writer when setReadOnly(false)
is called on reader connection.
#426
### Additional Reviewers
@karenc-bq@aaron-congo
### By submitting this pull request, I confirm that my contribution is
made under the terms of the Apache 2.0 license.
Co-authored-by: sergiyv-bitquill <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: