Benjamin Wang
Benjamin Wang
Thanks @jayunit100 , it makes sense to me. Users either specify the flag `--data-dir` or manually move the recovered data to the target directory. Please note starting from etcd 3.6,...
> https://etcd.io/docs/v3.5/op-guide/authentication/rbac/#using-tls-common-name I think so. cc @mitake
> @ahrtr, do we want to update bbolt and raft? Based on recent conversations I'm unsure if that's the intention. I think the answer is YES. We follow the same...
Can we submit the PRs of bumping golang version for etcd (including main, release-3.5 and release-3.4) this week? Otherwise we will keep seeing failed workflow checks. We also need to...
I think we are ready to release new patches for both 3.4 and 3.5. @jmhbnz @spzala
thx for raising this issue. It's because etcd performs the space quota check on both API and applying path. When the check on API (when receiving Put/Txn/LeaseGrant request) fails, it...
> Hey @ahrtr - Where in the documentation would you suggest we outline this behavior? I would suggest to get it clearly clarified in https://etcd.io/docs/v3.5/op-guide/maintenance/ > This issue could be...
cc @ArkaSaha30 @jmhbnz @ivanvc
The existing [schemaChanges](https://github.com/etcd-io/etcd/blob/0e37ffca817fe0fccf55c58198ab2d14b1a9b980/server/storage/schema/schema.go#L129) isn't flexible. Propose to add the following changes, and we can construct the the `schemaChanges` based on the new `schemaChangeMappings`. ``` func GetNewFieldsInVersion(ver semver.Version) []NewField { if...
cc @serathius to take a look