-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: invalid Go type int for field go_etcd_io.etcd.etcdserver.etcdserverpb.loggablePutRequest.value_size #11992
Comments
possibly from full go.mod to recreate is:
No issues if we use |
a simple solution seems to be to ensure value_string is
|
I think it looks good to me. Let me prepare a PR to apply the change to everywhere that it is needed. |
gerrit-photon
pushed a commit
to vmware/photon
that referenced
this issue
Sep 8, 2020
etcd service panics at start. This is etcd-io/etcd#11992 Patch is added to fix this issue. Change-Id: I6bc7da1ee930fc99592c48341f2ae87281892d3f Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/11067 Tested-by: gerrit-photon <[email protected]> Reviewed-by: Ankit Jain <[email protected]>
gerrit-photon
pushed a commit
to vmware/photon
that referenced
this issue
Sep 8, 2020
etcd service panics at start. This is etcd-io/etcd#11992 Patch is added to fix this issue. Change-Id: If136d084b90ea9565a63f78260907c94ec66996b Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/11066 Tested-by: gerrit-photon <[email protected]> Reviewed-by: Ankit Jain <[email protected]>
This was referenced Jul 21, 2022
ti-chi-bot
pushed a commit
to tikv/pd
that referenced
this issue
Jul 21, 2022
close #5342, fix etcd-io/etcd#11992 *: upgrade etcd to v3.4.19 Signed-off-by: nolouch <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally found by @bart0sh in kubernetes logs: kubernetes/test-infra#17743 (comment)
Easy to reproduce with the following snippet
The text was updated successfully, but these errors were encountered: