Manan Gupta
Manan Gupta
Even on the 16 core machines, the vttablets aren't reaching a ready state - ``` Warning Unhealthy 72s (x713 over 21m) kubelet Readiness probe failed: dial tcp 10.244.0.20:3306: connect: connection...
I should have called out the changes in `CheckKeyspaceLockedAndRenew` and `CheckKeyspaceLocked` in the description. The problem with the earlier implementation was that it was wrong. After looking at the code,...
Thank you @mattlord! Now that release-20 has been cut, are we good to be able to merge this?
I think its a reasonable request to test that VTOrc can open a connection to the topo server before publishing itself as healhty
Just some thoughts and questions - With respect to `Distributed Transaction Identifier (DTID) Generation`. In proposal 3 why do we need a nano ID? If we are going to get...
Me and @harshit-gangal were looking at what we would need to do to integrate atomic transactions into SwitchTraffic and OnlineDDL workflows. We found that both SwitchTraffic and OnlineDDL use the...
## Atomic Transactions with PRS and MySQL Restarts ### Current state and the problems I have been looking at the code that tries to redo the prepared transactions in case...
## Atomic Transactions with OnlineDDL ### What Online DDL does right now I have looked at the Online DDL code and it is only the cutover step that needs to...
## Atomic Transactions with MoveTables and Reshard #### Order of operations for MoveTables and Resharding The only operation that we are concerned about wrt to atomic transactions is the switch...
Here are the state transitions for an atomic transaction on a single resource manager as me and @harshit-gangal discussed - ```mermaid --- title: State Changes for each participant in an...