-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Display became inoperable #7857
Labels
bug:regression
It used to work. Now it doesn't :(
performance
impacts or improves performance
type:bug
verified
Tested or intentionally closed
Comments
This was referenced Oct 1, 2024
Testing Instructions:
|
after syncing with @davetsay ,
|
@shefalijoshi to test |
Verified fixed over VPN. @unlikelyzero to verify this in the dev lab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug:regression
It used to work. Now it doesn't :(
performance
impacts or improves performance
type:bug
verified
Tested or intentionally closed
Summary
In a production deployment, a complex display - which relies on a Remote Clock - became inoperable. Troubleshooting resulted in the following analysis. 1) the remote clock never receives a time via historical request. 2) The main event loop is getting blocked with style recalculations, so it fails to process telemetry values, including the current time via subscriptions. The Remote Clock relies on getting time via telemetry request or subscription. Other telemetry requests rely on Remote Clock having a time set, so they in turn get stalled.
Fix these
Expected vs Current Behavior
The Remote Clock gets a time set and telemetry begins to flow and views render properly
Steps to Reproduce
See VIPERGC-415 for full instructions, or...
Poor Man's Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: