Multiple nodes panic in grpc at the same time #58327
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
O-community
Originated from the community
X-blathers-triaged
blathers was able to find an owner
Describe the problem
We just create a cluster with more than 90 nodes, which doesn't have much read/write operations. Some machines may go down because of network or disk problem occasionally. But multiple nodes will panic at the same time when one machine goes down.
We tried to compile with Go1.11.13 instead of Go1.10.6 (follow the guide of #42913), update gRPC deps(#32961) , but nothing changed.
Expected behavior
Don't panic at the same time.
Additional data / screenshots
Here are several typical logs.
following log is from another panic node.
Environment:
The text was updated successfully, but these errors were encountered: