etcd-io/etcd
View on GitHubFind and classify all the exit codes returned by etcdserver
Open
#21032 opened on Dec 17, 2025
area/robustness-testinghelp wantedtype/feature
Description
What would you like to be added?
Would be great to understand what are exit codes generated by etcd
Expectation: Table with linking to code paths that call os.Exit (or similar) and the exit code it returns. Possibly a explanation. Could send a PR to documentation.
Why is this needed?
find why we return code 1 here: