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

Track whether the connection changed on retries #1120

Merged
merged 1 commit into from Jul 31, 2019

Conversation

swankjesse
Copy link
Collaborator

We've had bugs where MySQL appears to be returning stale data. The
goal here is to see if this problem is isolated to reused connections.

return transactionInternal(block)
val result = transactionInternal(block)

if (attempt > 0) {
Copy link
Collaborator

@acostama acostama Jul 26, 2019

Choose a reason for hiding this comment

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

Seems like this is always true

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch!

We've had bugs where MySQL appears to be returning stale data. The
goal here is to see if this problem is isolated to reused connections.
@swankjesse swankjesse force-pushed the jwilson.0725.stale_connections branch from 128b16b to 49e015a Compare July 26, 2019 19:37
@swankjesse swankjesse merged commit 7f58c80 into master Jul 31, 2019
@swankjesse swankjesse deleted the jwilson.0725.stale_connections branch September 10, 2019 17:33
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.

None yet

2 participants