RFC: Store blacklisted tables in vttablet instead of topo #5660
Labels
Component: Cluster management
Component: TabletManager
Type: Enhancement
Logical improvement (somewhere between a bug and feature)
Type: Internal Cleanup
Requirement
As part of #4790, we have the following requirement:
For example, while migrating masters (or writes), we have to first force readonly on the source. This is currently achieved by pushing tablet control records or blacklisted tables into the topo. Instead, we’ll reimplement this by directly writing this metadata into the relevant vttablets where the action will be taken.
Proposed Design
We will store a proto representation of the string array that represents this list.UpdateBlacklistedTables
The text was updated successfully, but these errors were encountered: