Iván Valdés Castillo

Results 428 comments of Iván Valdés Castillo

Thanks for your pull request, @shivamgcodes! I would like to suggest iterating on the progress of this document. Other pull requests are failing due to the file not existing yet,...

Hi, @chadleywilson. Thanks for raising this issue. You can download `etcdutl` from our released files at the main etcd repository (https://github.com/etcd-io/etcd/releases), select the version you want to download, and uncompress...

> It isn't a blocker for the upgrade, but we just need to point users to the [breaking changes](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.6.md#breaking-changes) and [deprecations](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.6.md#deprecations) Is the `CHANGELOG` out of date? In rc.3 we...

Thanks for the PR, @siyuanfoundation. The v3.6 update guide link isn't working. I opened #966 to add a layout/placeholder so we can avoid these issues. Could you please take a...

Would you still like some help reproducing this issue? I'd like to help, but I'm not sure how to simulate or get the database to the 10GB size.

Hi @piggito, thanks for your pull request. Unfortunately, this change would break the public API. I think you will have better odds at merging if you add a new function,...

Hi @redwrasse, thanks for opening this pull request. I know this is a draft, but I see the following instances that need to be updated: * `tests/integration/v3_grpc_test.go:1565: if err !=...

> I suggest to address nil error before calling `errors.Is()` > > By the way, have you considered activate [errorlint](https://golangci-lint.run/usage/linters/#errorlint) with golangci, that can be very helpful. > > You...