grpc / grpc/grpc-node

Error: 14 UNAVAILABLE: TCP Read failed

Open
#1,432 4 comments 4 reactions 0 assignees View on GitHub
package: @grpc/grpc-js
Dominant language
TypeScript
Stars
4.8k
Forks
716
Avg merge
2d 3h
Merged PRs (30d)
10

Description

### Problem description
The problem happens on a regular basis when the client is ideal after connecting to GRPC sever
### Reproduction steps
This error occurs randomly after connecting to grpc server when client is ideal for some time

### Environment
- MacOS 10.15.4 (19E287)
- 12.14.1
- Node installation method nvm
- If applicable, compiler version [e.g. clang 3.8.0-2ubuntu4]
- grpc/grpc-js": "^1.0.3

### Additional context
Error: 14 UNAVAILABLE: TCP Read failed
at Object.exports.createStatusError (/Users/grpc-service/project/tracker-grpc/node_modules/grpc/src/common.js:91:15)
at ClientDuplexStream._emitStatusIfDone (/Users/grpc-service/project/tracker-grpc/node_modules/grpc/src/client.js:233:26)
at ClientDuplexStream._receiveStatus (/Users/grpc-service/project/tracker-grpc/node_modules/grpc/src/client.js:211:8)
at Object.onReceiveStatus (/Users/grpc-service/project/tracker-grpc/node_modules/grpc/src/client_interceptors.js:1311:15)
at InterceptingListener._callNext (/Users/grpc-service/project/tracker-grpc/node_modules/grpc/src/client_interceptors.js:568:42)
at InterceptingListener.onReceiveStatus (/Users/grpc-service/project/tracker-grpc/node_modules/grpc/src/client_interceptors.js:618:8)
at /Users/grpc-service/project/tracker-grpc/node_modules/grpc/src/client_interceptors.js:1127:18 {
code: 14,
metadata: Metadata { _internal_repr: {}, flags: 0 },
details: 'TCP Read failed'
}

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.