Skip to content

Retry on "stream removed" error by default

Misha Gusarov requested to merge misha/retry-on-stream-error into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

Description

Treat "Stream removed" and "Stream removed: Truncated message" errors as retriable. The root cause seems to be somewhere in gRPC library.

Merge request reports