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

"Running..." in IDE disappears before computation is complete #842

Closed
alexpeters1208 opened this issue Jul 15, 2021 · 2 comments
Closed
Labels
bug Something isn't working triage

Comments

@alexpeters1208
Copy link
Contributor

Description

In the Deephaven IDE, it seems that computations that take a particularly long time (~ 5 mins) will appear to complete before the code is actually done running because the "Running..." textbox disappears. When these computations look like they're done, a simple print(3) can take a really long time, which I can only assume means the previous computation is still happening.

Steps to reproduce

Execute the following code in the Deephaven IDE:

import time
time.sleep(500)

Then, when the "Running..." box goes away, execute:

print(3)

Expected results

I expect the "Running..." box to persist until 500 seconds have elapsed, and then "3" being printed to the console immediately after.

Actual results

The "Running..." box disappears around the 300 second mark. Printing "3" to the console after that will take about 200 more seconds.

Additional details and attachments

If applicable, add any additional screenshots, logs, or other attachments to help explain your problem.

Versions

  • Deephaven: 0.1.7
  • OS: macOS Big Sur 11.4
  • Browser: Tested on both Chrome 91.0.4472.114 and Safari 14.1.1.
  • Docker: Desktop 3.3.3
@alexpeters1208 alexpeters1208 added bug Something isn't working triage labels Jul 15, 2021
@mofojed
Copy link
Member

mofojed commented Jul 16, 2021

The UI is receiving an error back: Error: Response closed without headers

The timeout: 0s is set in envoy.yaml, maybe there's another timeout we need to set?

@nbauernfeind
Copy link
Member

I've verified that this has been fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

3 participants