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
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Boltdb is no longer maintained, and causes intermittent test failures. Bolt also causes a runtime crash when attempting to run go test with the -race flag.
Etcd maintains a fork, bbolt, that is api-compatible, actively maintained, and has addressed at least some of our issues.
It remains to be seen if bbolt's database file is structurally compatible with bolt's. If it is, it should be straightforward to swap out libraries. If not, we'll need to migrate users to the new database file on startup.
Boltdb is no longer maintained, and causes intermittent test failures. Bolt also causes a runtime crash when attempting to run
go test
with the-race
flag.Etcd maintains a fork, bbolt, that is api-compatible, actively maintained, and has addressed at least some of our issues.
It remains to be seen if bbolt's database file is structurally compatible with bolt's. If it is, it should be straightforward to swap out libraries. If not, we'll need to migrate users to the new database file on startup.
Prior work converting raft-boltdb for reference: hashicorp/raft-boltdb@22de16c
The text was updated successfully, but these errors were encountered: