-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Infinite output of ETCD logs, causing service crashes #3823
Comments
We have also encountered this problem. You can try to downgrade the version of gRPC a bit; that's how we resolved it. |
Thank you very much. Can you tell me which specific version of GRPC you are using |
Has it been resolved yet? |
mark |
Hello, I met this problem as well , you mean the grpc version is the version in go mod ? Thank you . |
Describe the bug
A large number of identical error logs without any pauses result in 100% CPU usage. The log files exceeded a few gigabytes in a short amount of time, causing the server to crash.
To Reproduce
The program started working normally, but after running for a period of time, it began to output the same logs without restrictions, causing the server to crash
Etcd:
Hosts:
- ...:379
Key: *.rpc
User: user
Pass: *
"etcd monitor chan has been canceled, error: rpc error: code = Unauthenticated desc = etcdserver: invalid auth token","level":"error"}
Environments (please complete the following information):
The text was updated successfully, but these errors were encountered: