-
Notifications
You must be signed in to change notification settings - Fork 9.9k
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
the kube-apiserver UT failed because of the mock etcd server panic #8589
Comments
@abel-von The fix has been released via etcd v3.2. Yes, upgrading etcd would fix the issue. |
@abel-von What exact version of kubernetes is this? What does |
@jpbetz it's the 1.7 release. I don't know why other guys in the kubernetes community didn't find this issue. |
They may have, if I know the exact version of kubernetes I can better check
into the problem. Are you running 1.7.6 or an earlier patch release of
kubernetes? If so which one?
…On Thu, Sep 21, 2017 at 6:24 PM abel-von ***@***.***> wrote:
@jpbetz <https://github.com/jpbetz> it's the 1.7 release. I don't know
why other guys in the kubernetes community didn't find this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8589 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAf9RvhivwBZBL8o3jFoYNCGQEtOmRIjks5skwxhgaJpZM4PfQLz>
.
|
@jpbetz thank you, it's 1.7.3. |
@gyuho i remembered that you fixed a bug around this in previous version of etcd, which k8s 1.7.3 vendors. can you double check that? |
We've added grpc server But not in any previous releases (See https://github.com/coreos/etcd/blob/release-3.1/embed/etcd.go#L142-L159). |
updating etcd to 3.2 in k8s vendoring should resolve the issue. i am closing this one since it is already fixed at etcd side. |
Hi, recently we are updating our kubernetes version to 1.7, and when we run the unit test of kube-apiserver, sometimes we got failed tests
the log is like below:
and the failed test cases are all about Watch API, such as the TestWatch in https://github.com/kubernetes/kubernetes/blob/release-1.7/pkg/registry/core/serviceaccount/storage/storage_test.go#L112
we have found the
tx closed
error has been fixed in #7743, I am not sure if this a same issue, or should I update the version of etcd in the vendor of kubernetes to fix this issue? @gyuhoThe text was updated successfully, but these errors were encountered: