Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only execute access rights change queries on a single node
For the read-only step, we're filtering by replicated users, whose grant information is stored in ZooKeeper. This means that executing the query on multiple nodes is counterproductive. Instead of achieving faster information propagation, we're getting transaction errors from ZooKeeper. Any one of these can in turn fail the step.
- Loading branch information