Post Commit step on User Creation can block for a long time #138691
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Describe the problem
When running a
CREATE USER
statement while other long running transactions are happening, I've observed a long delay at transaction commit time. The new user is visible during this delay when runningSHOW USERS
.Expected behavior
Ideally there would be no delay after creating a user amid these transactions.
Additional context
@rafiss has looked into this a bit and provided this high level summary:
He also says:
I've created this ticket to track the necessary investigation.
Jira issue: CRDB-46303
The text was updated successfully, but these errors were encountered: