-
Notifications
You must be signed in to change notification settings - Fork 323
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
After loading project, some visualization does not load. #8801
Comments
The problem seems to be in the Engine, unfortunately: the network log shows that we attach the visualization, and get "success" response. But the very next modification with same visualization ID returns "Visualization not found" error. IDE behavior could also be improved: we could re-attach visualization after some failures, and show the error if it won't help instead of infinite replies. I'm going to create a separate issue for it. |
Hubert Plociniczak reports a new STANDUP for yesterday (2024-01-24): Progress: Investigating visualization failures. Reported more info for flickering visualizations (maybe the two are related). Discussing review for binary operator #8779. It should be finished by 2024-01-25. Next Day: Next day I will be working on the #8801 task. More testing for the fix, prepare PR and add a test. |
Hubert Plociniczak reports a new STANDUP for yesterday (2024-01-25): Progress: PR created, working on test cases. Investigating CI timeouts for #8806. It should be finished by 2024-01-25. Next Day: Next day I will be working on the #8806 task. Finish adding a test case. Investigate CI failures. |
Hubert Plociniczak reports a new 🔴 DELAY for the provided date (2024-01-26): Summary: There is 1 day delay in implementation of the After loading project, some visualization does not load. (#8801) task. Delay Cause: Fighting with our test infrastructure |
Hubert Plociniczak reports a new STANDUP for the provided date (2024-01-26): Progress: Added a test case. Investigated problems in the cloud related to initialization. Trying to minimize resource usage for #8006. It should be finished by 2024-01-26. Next Day: Next day I will be working on the #8806 task. Continue investigating #8806 |
Uniqueness check of `UpsertVisualizationJob` only involved expressionId. Apparently now GUI sends mutliple visualizations for the same expressions and expects all of them to exist. Since previously we would cancel duplicate jobs, this was problematic. This change makes sure that uniqueness also takes into account visualization id. Fixed a few logs that were not passing arguments properly. Closes #8801 # Important Notes I have not noticed any more problems with loading visualizations so the issue appears to be resolved with this change. Added a unit test case that would previously fail due to cancellation of a job that upserts visualization.
When opening the following project, the lowest visualizations seem to be stuck at loading state:
Bookclub_17_01.zip
We receive some "Visualization not found" log
The text was updated successfully, but these errors were encountered: