You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoopRequest should be the cheapest raft command to apply (since it's deterministically rejected below raft, i.e. only writes the LeaseAppliedState update) but accidentally it wasn't marked as a trivial ("batchable") command. We think this wildly inflates the cost of applying such a command, as seen in https://github.com/cockroachlabs/support/issues/2287.
NoopRequest should be the cheapest raft command to apply (since it's deterministically rejected below raft, i.e. only writes the LeaseAppliedState update) but accidentally it wasn't marked as a trivial ("batchable") command. We think this wildly inflates the cost of applying such a command, as seen in https://github.com/cockroachlabs/support/issues/2287.
We should fix this.
x-ref #102953
Jira issue: CRDB-28253
Epic CRDB-25287
The text was updated successfully, but these errors were encountered: