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

vttablet: get_lock and release_lock #3663

Closed
wants to merge 1 commit into from
Closed

vttablet: get_lock and release_lock #3663

wants to merge 1 commit into from

Conversation

sougou
Copy link
Contributor

@sougou sougou commented Feb 19, 2018

Issue #3631
get_lock and release_lock cannot be passed through to MySQL because
their behavior is connection dependent, which doesn't work well
for distributed systems, and for pooled connections.

So, we implement our own version of these functions that are more
distributed system friendly, with timeouts as well as session
independent behaviors. More details on the issue.

Issue #3631
get_lock and release_lock cannot be passed through to MySQL because
their behavior is connection dependent, which doesn't work well
for distributed systems, and for pooled connections.

So, we implement our own version of these functions that are more
distributed system friendly, with timeouts as well as session
independent behaviors. More details on the issue.
@sougou
Copy link
Contributor Author

sougou commented Feb 19, 2018

@dweitzman

@sougou
Copy link
Contributor Author

sougou commented Feb 27, 2018

I accidentally created a youtube/vitess branch for this. I'll reopen this PR from a personal branch.

@sougou sougou closed this Feb 27, 2018
@sougou sougou deleted the getlock branch February 27, 2018 21:24
frouioui pushed a commit to planetscale/vitess that referenced this pull request Mar 26, 2024
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