Benjamin Wang

Results 627 comments of Benjamin Wang

It seems that the bbolt db file has corrupted. Would you mind share the db file if it isn't production env and there is any sensitive data? Also please run...

> [db.txt](https://github.com/etcd-io/etcd/files/14947084/db.txt) > > This is the DB file. Unfortunately, confirmed that the db is corrupted.

> Thanks for checking @ahrtr Any idea how it is corrupted? The HA is DRBD based. Power off primary to trigger the switch over. Most likely it's the file system's...

> In Kubernetes we added a pre-submit check to catch such accidental bumps if they occur: [kubernetes/kube-openapi#467](https://github.com/kubernetes/kube-openapi/pull/467) Thanks @MadhavJivrajani I think we should do similar check for all etcd branches:...

Followups: - Update document: https://github.com/etcd-io/etcd/pull/17876#discussion_r1587360706 - Refactor the ./scripts/fix.sh as mentioned in https://github.com/etcd-io/etcd/pull/17876#discussion_r1593660044

I think we also need to backport the changes to both 3.5 and 3.4

We should follow the same rule to manage go version for all repositories under etcd-io. Note we only require users to depend on a minor version supported by golang team,...

Is there a real use case for the `etcdctl snapshot pipe` command? @Ais8Ooz8

Since @serathius has a comment on adding a flag instead of a new command, so leave to @serathius to take a second look. Either a flag or a new command...

@Scotchman0 can you please provide an example output using latest `etcdserver` + `etcdctl` on main branch?