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
BoltDB is deprecated and we've hit our first issue after upgrading to go 1.14. As time goes on, more of these issues will appear so we should migrate to an alternative as soon as possible.
This can be a drop in replacement but we might need to fork our metrics collector as it only supports the original boltdb. At least that was the blocker the last time I tried using the etcd fork
BoltDB is deprecated and we've hit our first issue after upgrading to go 1.14. As time goes on, more of these issues will appear so we should migrate to an alternative as soon as possible.
etcd maintains a fork of bbolt which has the fix for go 1.14 above.
https://github.com/etcd-io/bbolt
Specific fix etcd-io/bbolt#201
This should be a drop in replacement for boltdb.
The text was updated successfully, but these errors were encountered: