Black cal causes gui2 to error out waiting for dbus messages. #36
Labels
client
This issue is specific to a certain client, or is a problem with the way the API is used.
gui2
Issues pertaining to the back-of-camera UI, chronos-gui-2. (Bug DDR about these.)
nondeterministic
This bug reproduces irregularly. Perhaps a race condition or an out-of-memory error is occuring?
performance
Some API operations are slow. Some shouldn't be. This is one of them.
The API is very slow during black cal, which is causing gui2 to drop in to a breakpoint when the API connection times out after 5 seconds. The API should still respond in a second or two, even under load.
Reproduction: With the gui2 main screen open, run the following via SSH:
The UI will issue many warnings, usually dropping into a debugger at some point so you can figure out what went wrong.
While we can simply up the API timeout, this starts to get into territory where the timeout is no longer effective. It is already 50x the ideal maximum call time.
The text was updated successfully, but these errors were encountered: