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

Increase grpc.max_metadata_size to 16MB #94

Closed
AnashOommen opened this issue Jun 11, 2019 · 1 comment
Closed

Increase grpc.max_metadata_size to 16MB #94

AnashOommen opened this issue Jun 11, 2019 · 1 comment
Assignees
Labels
bug Something isn't working P1 usability This issue is related to a usability issue with the client library.

Comments

@AnashOommen
Copy link
Member

Right now, grpc.max_metadata_size is set to 4 KB, so if a large enough exception happens (e.g. big request, multiple errors on most of the uploaded operations), then the details cannot be retrieved since the client library throws a RESOURCE_EXHAUSTED error instead. Increase the metadata size limit so that the library can correctly receive and decode these exceptions.

@AnashOommen AnashOommen self-assigned this Jun 11, 2019
@AnashOommen AnashOommen added bug Something isn't working P1 usability This issue is related to a usability issue with the client library. labels Jun 11, 2019
@AnashOommen
Copy link
Member Author

This was fixed in 2.2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 usability This issue is related to a usability issue with the client library.
Projects
None yet
Development

No branches or pull requests

1 participant