etcd-io / bbolt

An embedded key/value database for Go.
https://go.etcd.io/bbolt
MIT License
8.16k stars 634 forks source link

Rollback alloc map: remove all page ids which are allocated by the txid #819

Closed ahrtr closed 1 month ago

ahrtr commented 1 month ago

Fix https://github.com/etcd-io/bbolt/issues/797

tjungblu commented 1 month ago

/lgtm

thanks @ahrtr

ahrtr commented 1 month ago

cc @fuweid to take a look

k8s-ci-robot commented 1 month ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ahrtr, fuweid

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/etcd-io/bbolt/blob/main/OWNERS)~~ [ahrtr] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment