Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Occasional Received RST_STREAM with code 2 error #77

Open
svenefftinge opened this issue Sep 13, 2023 · 1 comment
Open

Occasional Received RST_STREAM with code 2 error #77

svenefftinge opened this issue Sep 13, 2023 · 1 comment
Labels
kind/bug Something is broken or regressed

Comments

@svenefftinge
Copy link

We are using @authzed/[email protected] and @grpc/[email protected] with SpiceDB v1.22.2 and are seeing occasional (<0.1% of all calls) internal error responses of the kind below:

Error: 13 INTERNAL: Received RST_STREAM with code 2 (Internal server error)
    at callErrorFromStatus (/app/node_modules/@grpc/grpc-js/src/call.ts:82:17)
    at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/src/client.ts:611:51)
    at /app/node_modules/@grpc/grpc-js/src/call-interface.ts:149:27
    at Object.onReceiveStatus (/app/node_modules/@gitpod/gitpod-protocol/src/util/grpc.ts:80:29)
    at InterceptingListenerImpl.onReceiveStatus (/app/node_modules/@grpc/grpc-js/src/call-interface.ts:145:19)
    at Object.onReceiveStatus (/app/node_modules/@grpc/grpc-js/src/client-interceptors.ts:419:48)
    at /app/node_modules/@grpc/grpc-js/src/resolving-call.ts:132:24
    at processTicksAndRejections (node:internal/process/task_queues:77:11)
for call at
    at Proxy.makeServerStreamRequest (/app/node_modules/@grpc/grpc-js/src/client.ts:594:42)
    at Proxy.readRelationships (/app/node_modules/@authzed/authzed-node/src/authzedapi/authzed/api/v1/permission_service.grpc-client.ts:118:21)
    at /app/node_modules/@authzed/authzed-node/src/util.ts:141:35
    at new Promise (<anonymous>)
    at Proxy.<anonymous> (/app/node_modules/@authzed/authzed-node/src/util.ts:139:12)
    ...
@jzelinskie
Copy link
Member

Have you tried SpiceDB v1.25? We've got reports from other folks that this version resolved this issue.

@jzelinskie jzelinskie added the kind/bug Something is broken or regressed label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something is broken or regressed
Projects
None yet
Development

No branches or pull requests

2 participants