-
Notifications
You must be signed in to change notification settings - Fork 80
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
Web UI becomes frozen #3941
Comments
I'm tentatively assigning this to myself and marking it as part of the other preview work i would be doing, but this is pretty fringe - "the engine should tell the UI to display bigdecimals with 10000 digits of precision" is costly on the render side too. Presumably a preview feature could make the decision for the user that their precision isn't important after all, so that the barrage payloads aren't large, and the render time isn't terrible. Without a specific use case though, I'm interpreting this as "very low priority". |
The UI is calling
I'm not sure why that triggers a deephaven-core/web/client-api/src/main/java/io/deephaven/web/client/api/BigDecimalWrapper.java Line 38 in 061d42f
|
"Just" [TM] running this, the web UI freezes:
The server meanwhile doesn't look unhappy:
You may ask "why would anybody want a BigDecimal with 10,000 precision?". I was just looking for some table operation that would consume a lot of CPU and take a long time in the UGP for updating. Turns out the UGP is happy happy, the web UI not so much.
The text was updated successfully, but these errors were encountered: