-
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
Make execution multithreaded to allow for faster visualization responses #9529
Comments
Investigate safepoints as a way to interrupt |
Hubert Plociniczak reports a new STANDUP for today (2024-04-03): Progress: Discussing #9529, how to address it with safepoints. Provided a simple fix for analytics problems that could potentially work (#9611). As a distraction, did some profiling for #9235 and found some quick wins by using more suitable data structures. It should be finished by 2024-04-08. Next Day: Next day I will be working on the #9529 task. Continue the investigation |
Hubert Plociniczak reports a new STANDUP for yesterday (2024-04-04): Progress: Fixes for #9235. Verifying and debugging #9558. While there, investigated potential improvements to suggestions DB on startup. It should be finished by 2024-04-08. Next Day: Next day I will be working on the #9529 task. Continue the investigation |
Hubert Plociniczak reports a new STANDUP for the provided date (2024-04-05): Progress: Draft PR #9639 with potential improvements to startup time (discovered while debugging suggestions db issue). Digging more into visualizations to search for improvements. It should be finished by 2024-04-08. Next Day: Next day I will be working on the #9529 task. Continue the investigation |
Hubert Plociniczak reports a new STANDUP for yesterday (2024-04-08): Progress: Continued testing the lock-free solution, debugging reconnection with GUI issues It should be finished by 2024-04-08. Next Day: Next day I will be working on the #9529 task. Continue the investigation, address PR feedback |
Hubert Plociniczak reports a new 🔴 DELAY for yesterday (2024-04-09): Summary: There is 3 days delay in implementation of the Make execution multithreaded to allow for faster visualization responses (#9529) task. Delay Cause: Experimenting to improve performance, hard to estimate. |
Hubert Plociniczak reports a new STANDUP for yesterday (2024-04-09): Progress: Added a workaround for #9475. Addressing feedback on PR and testing it It should be finished by 2024-04-11. Next Day: Next day I will be working on the #9529 task. Continue the investigation |
Hubert Plociniczak reports a new STANDUP for yesterday (2024-04-10): Progress: Rewriting to avoid race-conditions and to simplify the logic. Debugging "stuck" visualizations' problems. It should be finished by 2024-04-11. Next Day: Next day I will be working on the #9529 task. Continue the investigation |
Hubert Plociniczak reports a new STANDUP for the provided date (2024-04-11): Progress: Continued investigating stuck visualization problem. Debugging re-connection issues. It should be finished by 2024-04-11. Next Day: Next day I will be working on the #9529 task. Continue the investigation |
Created #9736 as this ticket went a different direction than I initially intended. |
Follow up on #9237 which reached the limits of what is currently capable.
Blocked by #9473.
The text was updated successfully, but these errors were encountered: