raft-boltdb

Raft backend implementation using BoltDB

MPL-2.0 License

Stars
654
Committers
13

Bot releases are visible (Hide)

raft-boltdb - 2.3.0 Latest Release

Published by swenson 11 months ago

Upgrade go-msgpack to v2 2.1.1 https://github.com/hashicorp/raft-boltdb/pull/38

raft-boltdb - v2.2.2

Published by mkeeler over 2 years ago

Add a metric for the theoretical write capacity of boltdb.

raft-boltdb - v2.2.1

Published by mkeeler over 2 years ago

  • Add a new metric for a theoretical write capacity based on commit times and the number of logs in a batch.
raft-boltdb - v2.2.0

Published by mkeeler almost 3 years ago

• Add metrics around log sizes and batching
• Add method to periodically emit metrics regarding all the boltdb Stats.

raft-boltdb - MigrateToV2 added

Published by schristoff over 3 years ago

raft-boltdb - boltdb migration to bbolt

Published by schristoff over 3 years ago

Added /v2/ folder which holds the migrated code that utilizes etcd/bbolt