Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: undo quota acquisition on failed proposals
This was an oversight introduced in #15802, the `undoQuotaAcquisition` was intended to be used for all proposal errors but we seem to have skipped the very first one. It seems to have been a relic of the earlier structure where in the event of proposal errors the acquired quota was released within `Replica.propose` itself, and not left to the caller. Fixes (hopefully) #17826.
- Loading branch information