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

kurtosis files inspect -- exceeding grpc limit #2357

Closed
barnabasbusa opened this issue Apr 4, 2024 · 0 comments · Fixed by #2442 or #2444
Closed

kurtosis files inspect -- exceeding grpc limit #2357

barnabasbusa opened this issue Apr 4, 2024 · 0 comments · Fixed by #2442 or #2444
Labels
bug Something isn't working

Comments

@barnabasbusa
Copy link
Contributor

What's your CLI version?

0.88.13

Description & steps to reproduce

kurtosis run --enclave kt-enclave github.com/kurtosis-tech/ethereum-package
kurtosis files inspect kt-enclave el_cl_genesis_data
Error:  An error occurred running command 'inspect'
  Caused by: An error occurred calling the run function for command 'inspect'
  Caused by: An error occurred inspecting files from artifact identifier 'el_cl_genesis_data', enclave 'kt-enclave'
  Caused by: An error occurred inspecting file artifacts
  Caused by: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (6419022 vs. 4194304)

Could you guys please extend the grpc limit, so larger objects could be inspected on the fly?
https://pkg.go.dev/google.golang.org/grpc?utm_source=godoc#MaxCallSendMsgSize

Desired behavior

I would like to be able to inspect el_cl_genesis_data objects without needing to dump them to disk.

What is the severity of this bug?

Painful; this is causing significant friction in my workflow.

What area of the product does this pertain to?

CLI: the Command Line Interface

@barnabasbusa barnabasbusa added the bug Something isn't working label Apr 4, 2024
github-merge-queue bot pushed a commit that referenced this issue May 10, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.89.9](0.89.8...0.89.9)
(2024-05-09)


### Bug Fixes

* set max receive size to 100Mb from 4Mb
([#2442](#2442))
([6c70ffd](6c70ffd)),
closes [#2357](#2357)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
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
1 participant