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

Passing too large blob as an Activity input ends with non-descriptive gRPC error #860

Open
Spikhalskiy opened this issue Nov 5, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Spikhalskiy
Copy link
Contributor

Expected Behavior

If we pass a blob as an activity input that is larger than a server limit, we should get a descriptive message from the server about the failure and a clean Activity failure.

Actual Behavior

We get a broken gRPC channel.

Related user request:

while passing blob object into activity calls (say pdf or image files) I am getting the below exception
io.grpc.internal.AbstractClientStream$TransportState.inboundDataReceived Received data on closed stream

@Spikhalskiy Spikhalskiy added the bug Something isn't working label Nov 5, 2021
@Spikhalskiy Spikhalskiy changed the title Passing too large blob as an Activity input ends in non-descriptive error Passing too large blob as an Activity input ends with non-descriptive gRPC error Nov 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant