Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
server: bail out of auth mux if cluster version not yet initialized
This fixes cockroachdb#25771, in which the auth mux was using the internal executor to run SQL before the cluster version, which the internal executor is dependent upon, was initialized. A preferable solution would be to not register any handlers using the auth mux until the cluster setting is initialized, but it's not immediately apparent what reordering of things in Server.Start would achieve this without breaking anything else. Release note: None
- Loading branch information