-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix possible race in MySQL startup and vttablet in parallel #15538
Conversation
…ng in 2 more places Signed-off-by: Manan Gupta <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Signed-off-by: Dirkjan Bussink <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15538 +/- ##
==========================================
- Coverage 67.41% 65.72% -1.70%
==========================================
Files 1560 1560
Lines 192752 194581 +1829
==========================================
- Hits 129952 127891 -2061
- Misses 62800 66690 +3890 ☔ View full report in Codecov by Sentry. |
Can this be backported to v19? |
Description
This PR fixes the race as described in #15537.
We now wait for the dba grants to have applied before we run any query that creates a connection with the said users.
Related Issue(s)
Checklist
Deployment Notes