Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahrtr/etcd-issues
Analysis of various etcd issues
https://github.com/ahrtr/etcd-issues
etcd issues
Last synced: about 2 months ago
JSON representation
Analysis of various etcd issues
- Host: GitHub
- URL: https://github.com/ahrtr/etcd-issues
- Owner: ahrtr
- License: mit
- Created: 2021-10-12T07:35:38.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T15:02:04.000Z (11 months ago)
- Last Synced: 2024-10-14T10:24:32.702Z (2 months ago)
- Topics: etcd, issues
- Language: Go
- Homepage:
- Size: 3.99 MB
- Stars: 52
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
etcd-issues
======
# Overview
This repo contains analysis of various etcd issues from etcd community. The purpose is to provide a central place for others to learn from various practical etcd issues.# Issues
Click [here](issues) to view the complete list of issues.# Docs
- **[cluster ID mismatch](docs/cluster_id_mismatch.md)** (2022-3-11)
- **[What's new in etcd 3.6?](docs/what_is_new_in_etcd_3_6.md)** (2022-3-14)
- **[Summary on the data inconsistency issue](issues/13766)** (2022-4-10)
- **[A minor regression in 3.5.3 when Auth is enabled](issues/13937)** (2022-4-15)
- **[Overview(deep dive) on etcd](docs/cncf_storage_tag_etcd.md)** (2022-6-15)
- **[Summary on the potential data loss issue in one-member cluster](issues/14370)** (2022-9-5)
- **[Summary on the new data inconsistency issue because etcd doesn't load auth info when recovering from a snapshot](issues/14571)** (2022-10-28)
- **[Summary on the revision inconsistency issue when etcd crashes during defragmentation operation](issues/revision_inconsistency)** (2022-11-11)
- **[How is token/credential generated and managed in etcd](docs/token_management.md)** (2023-01-23)
- **[Highlights 2023 Q1](docs/highlights_2023_q1.md)** (2023-04-05)
- **[Highlights 2023 Q2](docs/highlights_2023_q2.md)** (2023-08-07)
- **[Highlights 2023 Q3 & Q4](docs/highlights_2023_q3_q4.md)** (2023-12-25)# [Troubleshooting guide](docs/troubleshooting/README.md)
- **[How to debug large db size issue?](docs/troubleshooting/how_to_debug_large_db_size_issue.md)** (2022-11-17)
- **[How to debug performance issue?](docs/troubleshooting/how_to_debug_performance_issue.md)** (2022-12-23)
- **[Sanity check on etcd cluster and collect basic info](docs/troubleshooting/sanity_check_and_collect_basic_info.md)** (2023-01-05)# Contribution
Any contribution is welcome!