sql: mr specific database zone configs on region add should be set in type schema changer #60750
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
Currently, we set zone configs on the database in the user txn that adds a region. This isn't ideal, as adding a region may roll back in the async type schema job. Instead we should move the code that sets zone configs on the database to the type schema changer, so that zone configs happen transactionally with a region add.
The text was updated successfully, but these errors were encountered: