Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
row: only store the accounted for memory if the reservation is approved
Previously, we would update the counter about the reserved memory before doing the reservation. If that reservation is denied, then later on, in `txnKVFetcher.close` we could try to release more memory than we registered. This is now fixed. Release note: None
- Loading branch information