Bug 7620 - Session creation only tries two agents before giving up
Summary: Session creation only tries two agents before giving up
Status: NEW
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: VSM Server (show other bugs)
Version: trunk
Hardware: PC Unknown
: P2 Normal
Target Milestone: LowPrio
Assignee: Bugzilla mail exporter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-05 09:29 CET by Pierre Ossman
Modified: 2021-03-09 14:20 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2021-01-05 09:29:34 CET
If we fail to create a session on the "best" agent (because it is unresponsive or otherwise), then we try the next best agent. If that also fails then we report back to the client that we could not find any working agents. If there are more agents in the cluster then this might not be the best approach as we might succeed if we continue trying.

The main problem with trying all agents is that it can take time. We give each agent 40 seconds before timing out and moving on. So even with the existing approach it can take up to 80 seconds before the user gets any feedback. However we might also detect that the agent is broken very quickly, in which case we probably have time to test more agents.

So doing this would probably need to be paired with work on user feedback. Either keeping an eye on the elapsed time, or having the client be more reponsive (e.g. bug 1197).


Hopefully this scenario happens very rarely in practice. If we've already detected that the agent is unresponsive then we'll ignore it (although see bug 4243). And if it fails to create sessions it should get penalty points and other agents should get prioritized.

Note You need to log in before you can comment on or make changes to this bug.