You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
every Get will print DEBUG v3/retry_interceptor.go:53 retrying of unary invoker {"target": "etcd-endpoints://0xc0001ef340/127.0.0.1:2379", "attempt": 0}
i'm not sure this is expect result or my test code has some thing wrong.
when start my server, log will print this. log with 'retry' seems need care.
the print with 'retry' make me confused. is this usual
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
with code
every Get will print
DEBUG v3/retry_interceptor.go:53 retrying of unary invoker {"target": "etcd-endpoints://0xc0001ef340/127.0.0.1:2379", "attempt": 0}
i'm not sure this is expect result or my test code has some thing wrong.
when start my server, log will print this. log with 'retry' seems need care.
the print with 'retry' make me confused. is this usual
Beta Was this translation helpful? Give feedback.
All reactions