Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] fix: queries should be retried when session pool is undefined #129

Merged
merged 2 commits into from
Aug 22, 2023

Conversation

taka-oyama
Copy link
Collaborator

@taka-oyama taka-oyama commented Aug 17, 2023

Previously, if session pool was not set, nothing was being handled, but that results in stale connection.
The connection should be reconnected so that the missing session can be discarded.

@taka-oyama taka-oyama added the bug Something isn't working label Aug 17, 2023
@taka-oyama taka-oyama added this to the 6.0 milestone Aug 17, 2023
@taka-oyama taka-oyama self-assigned this Aug 17, 2023
@taka-oyama taka-oyama requested a review from dkkoma August 17, 2023 08:39
@taka-oyama taka-oyama changed the title fix: queries should be retried when session pool is undefined [5.2] fix: queries should be retried when session pool is undefined Aug 18, 2023
@taka-oyama taka-oyama changed the base branch from master to 5.x August 22, 2023 01:22
@taka-oyama taka-oyama force-pushed the fix/session-not-found-no-pool branch from 9d270d1 to add9841 Compare August 22, 2023 01:25
@taka-oyama taka-oyama force-pushed the fix/session-not-found-no-pool branch from add9841 to 36fbfd6 Compare August 22, 2023 04:31
@taka-oyama taka-oyama modified the milestones: 6.0, 5.2 Aug 22, 2023
@taka-oyama taka-oyama merged commit 9bbc8c0 into 5.x Aug 22, 2023
@taka-oyama taka-oyama deleted the fix/session-not-found-no-pool branch August 22, 2023 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants