Skip to content

panic: id (36) <= evictCount (55) while do rpc call #4412

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

Closed
Chinaren-Wei opened this issue May 11, 2021 · 2 comments
Closed

panic: id (36) <= evictCount (55) while do rpc call #4412

Chinaren-Wei opened this issue May 11, 2021 · 2 comments

Comments

@Chinaren-Wei
Copy link

What version of gRPC are you using?

v1.29.1

What version of Go are you using (go version)?

go1.15.4

What operating system (Linux, Windows, …) and version?

linux

What did you do?

create only one grpc connection by DialContext,then do rpc call by multiple goroutines, some times,

What did you expect to see?

no error

What did you see instead?

panic: id (36) <= evictCount (55)

@ZekeLu
Copy link
Contributor

ZekeLu commented May 11, 2021

Relevant: #3957

And also discussed here: golang/go#43051

@Chinaren-Wei
Copy link
Author

i have solved the issue by remove the fasthttp lib Dependency 。

it is unbelievable

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants