Skip to content
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

[ecal_sys] Fix for startup bug when applications are not callable #1989

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Peguen
Copy link
Contributor

@Peguen Peguen commented Jan 31, 2025

Description

When starting applications in ecal_sys, it happens that if an application is not available on the host, all other applications that are available on the host are shown as "failed". But they are proper started. You can find and close them through the cloud search.

The problem is, that all calls timeout when setting the timeout parameter too low. With this fix, the timeout is set to infinite, so the call will happen, while the calls to the missing application are proper recognized as "failed".

Increasing this timeout to 6-7 seconds also had the wanted effect.

This seems to be a fix for a symptom, not the cause. As this whole handling needs to be changed to the v6 implementation, it might be different then and for right now we will get the wanted behaviour with this fix.

@Peguen Peguen added the cherry-pick-to-NONE Don't cherry-pick these changes label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-pick-to-NONE Don't cherry-pick these changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant