Prasad Chandrasekaran

Results 17 comments of Prasad Chandrasekaran

> The error is coming from [VerifyBootstrap](https://github.com/etcd-io/etcd/blob/2fa73023a0dc65e8f6bf5e032df15bba6f8cddca/etcdutl/snapshot/v3_snapshot.go#L226). Specifically, it's coming from [netutil.URLStringsEqual](https://github.com/etcd-io/etcd/blob/2fa73023a0dc65e8f6bf5e032df15bba6f8cddca/server/config/config.go#L261). When `etcdctl/etcdutl ` tries to verify whether `--initial-advertise-peer-urls` matches the its URL included in `--initial-cluster`, it may need...

I am having trouble replicating the problem. I created 2 etcd members (static configuration) in a cluster, similar to @xzycn commandline. When I restore it seems to work fine without...

> @pchan are you still working on this issue? Yes, I will implement the following part. I expect to have a PR or an update soon. > The proposed fix...

@ahrtr I have created a PR (#14546 ) that attempts to fix this by adding a flag. Can you please review and add reviewers. I wasn't able to follow everything...

I have created a cherry-pick of #13224 in #14573 for release 3.5. What are the next steps, should I run tests in 3.5 ?

> > Why do we need to bypass during restore ? Is there any specific reason why the URL resolution will fail in this case ? > > Because the...

Incorporated the following changes: 1. Use runtime.Status instead of StatusCount 2. Status returns int instead of string and tests have been updated to do the change. In http for conversion...

@serathius Thanks for your input. I have incorporated the review comments. Please review.

> Please squash & signoff the commits, I will take a look later. Done.

I am investigating failures because of cpu flag in go test. Will update with the fix.