-
Notifications
You must be signed in to change notification settings - Fork 678
Description
Problem description
I have a microservice that uses grpc-js both to serve requests, and to make requests to other services.
After upgrading to 1.10.2 from 1.10.1, we noticed that a lot of requests were not going through anymore. After looking at the request latency graph, we noticed a spike shortly after the grpc-js upgrade was released and downgraded immediately, and the service was then back to normal.

Reproduction steps
I haven't tried to reproduce it locally yet, as it just occurred and I thought it would be best to report it immediately.
It also seems hard to reproduce. Our pre-production environment did not encounter any issues so I guess it needs to reach a certain number of requests/second before it happens.
Environment
- OS name, version and architecture: docker node:20.8.1-alpine image
- Node version 20.8.1
- Node installation method docker
- Package name and version [email protected]
Additional context
Client and server libraries are generated using [email protected]