-
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
EXPERIMENTAL: do not close binlog connection on commit error #17253
base: main
Are you sure you want to change the base?
EXPERIMENTAL: do not close binlog connection on commit error #17253
Conversation
Signed-off-by: Shlomi Noach <2607934+shlomi-noach@users.noreply.github.com>
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
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17253 +/- ##
==========================================
+ Coverage 67.39% 67.92% +0.52%
==========================================
Files 1570 1578 +8
Lines 252903 261275 +8372
==========================================
+ Hits 170451 177459 +7008
- Misses 82452 83816 +1364 ☔ View full report in Codecov by Sentry. |
As expected, all checks pass. |
88b8b61
to
87807af
Compare
87807af
to
88b8b61
Compare
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
This PR is being marked as stale because it has been open for 30 days with no activity. To rectify, you may do any of the following:
If no action is taken within 7 days, this PR will be closed. |
Description
Looking to see if/which tests fail if we do not close the connection on commit error. I suspect nothing will fail in the tests, because this particular error is so rare. Let's see what happens and continue the investigation from there on.
Related Issue(s)
#17248
Checklist
Deployment Notes