mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional: deprecate "grpc.ErrClientConnClosing"
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
This commit is contained in:
parent
ab1db0dfd8
commit
faa1d9d206
@ -176,9 +176,6 @@ func (s *keyStresser) isRetryableError(err error) bool {
|
||||
case context.Canceled.Error():
|
||||
// from stresser.Cancel method:
|
||||
return false
|
||||
case grpc.ErrClientConnClosing.Error():
|
||||
// from stresser.Cancel method:
|
||||
return false
|
||||
}
|
||||
|
||||
if status.Convert(err).Code() == codes.Unavailable {
|
||||
|
Loading…
x
Reference in New Issue
Block a user