etcd
https://github.com/etcd-io/etcd
Go
Distributed reliable key-value store for the most critical data of a distributed system
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Go not yet supported36 Subscribers
View all SubscribersAdd a CodeTriage badge to etcd
Help out
- Issues
- client v3: implement leader-aware balancer (via gRPC)
- MVCC benchmarks
- embed: wrap stdout/stderr log sinks with non-blocking timeout to prevent deadlock
- Increase supported storage size to match K8s scalability requirements
- etcd hangs indefinitely when its stdout/stderr log sink stops being drained
- storage/mvcc: bound the syncWatchers scan to watchBatchMaxRevs
- Update uber-go-zap version to latest version
- mvcc: compacted watcher is never removed from the unsynced group when there are at least maxWatchersPerSync unsynced watchers
- mvcc: remove compacted watchers from the unsynced group when capped
- mvcc: syncWatchersLoop can panic with "non-positive interval for Ticker.Reset" where the monotonic clock is coarse (windows/amd64)
- Docs
- Go not yet supported