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
Milestone
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: