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

Too many bundles in a worksheet crashes a page #3680

Open
epicfaace opened this issue Jul 7, 2021 · 1 comment
Open

Too many bundles in a worksheet crashes a page #3680

epicfaace opened this issue Jul 7, 2021 · 1 comment
Labels

Comments

@epicfaace
Copy link
Member

epicfaace commented Jul 7, 2021

When we have too many bundles in a single worksheet, it makes a huge request to the interpret endpoint and fails with "414 (Request-URI Too Large)".

image

Request example:

image

The solution is probably that we should send this data in the POST body instead of the URL.

This happens on the "Running Status" worksheet (https://codalab.stanford.edu/worksheets/0xc347c4ebc5644a71b24343523bf76e7b). So it's related to #3646.

@epicfaace epicfaace added frontend p2 Do it this quarter. user-question labels Jul 7, 2021
@percyliang
Copy link
Collaborator

We'll need this / paging for HELM runs.

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

No branches or pull requests

2 participants