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

Return info in API call for downloading report #8371

Open
1 task
mxj220 opened this issue Mar 1, 2024 · 1 comment
Open
1 task

Return info in API call for downloading report #8371

mxj220 opened this issue Mar 1, 2024 · 1 comment

Comments

@mxj220
Copy link

mxj220 commented Mar 1, 2024

Is your feature request related to a problem? Please describe.

As cited in this discussion post, large scans may result in the Java heap running out of memory during report downloading. It would be nice for the API call to return some information for debugging purposes.

Describe the solution you'd like

A response for the report download API call would be beneficial for debugging.

Describe alternatives you've considered

Including the report's file size would be a useful inclusion to help understand why the heap runs out of memory.

Screenshots

No response

Additional context

No response

Would you like to help fix this issue?

  • Yes
@thc202
Copy link
Member

thc202 commented Mar 1, 2024

We should fix the underlying issue instead (which is not load the whole file into memory and just stream it).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants