Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv: don't respect global_reads on node liveness range
Allowing this is a major risk, as it would break node liveness updates, which perform a 1PC transaction with a commit trigger and can not tolerate being pushed into the future. We could try to block this at zone config update time, but due to the complexities of zone config inheritance, we would either need to be overly restrictive or risk missing cases which could wedge a cluster. This commit opts to disable the issue more directly.
- Loading branch information