Manan Gupta
Manan Gupta
- [x] ~As an extra TODO item, we need to also wait for atomic transactions to be rolled when a user externally changes the query rules.~ UPDATE: We don't need...
## User Experience for Unresolved Transactions via vtctld and VTAdmin. We have already added the basics for the users to see the unresolved transactions in https://github.com/vitessio/vitess/pull/16793, and to conclude them...
I think we should still allow REPLICAs running backups to be promoted, they should just be less preferred. We can do this by changing the sorting logic we use for...
The backuping replicas are still viable candidates. We don't remove them from the list even now. It is just an extra piece of information to use to sort the tablets....
If backup operations impact the tablet from being a primary at all, then we should then decide to never promote it. We can do that by filtering the candidates out...
@ejortegau Yes, we can go back to the original version, I think that would do what we want it to. As far as PRS is concerned, the primary is online,...
We discussed this in the team, and we have a solution that we would like to try out. We're gonna use schema-tracking to get the list of tables that are...
Arthur is correct. `CheckMySQL` shouldn't be affecting this at all. We need to find out why `heartbeatReader` is stalled. We should be getting an error from `fetchMostRecentHeartbeat` which should make...
I'm trying to reproduce the problem in e2e tests in Vitess, but so far haven't had much success. Here is the test that I have added - https://github.com/vitessio/vitess/pull/17013. I have...
Okay, folks I have been working on this for a couple of days now, and here is my progress to report. From @arthurschreiber's comments, I was able to reproduce the...