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

[Conductor] transition error #299

Open
dwlee opened this issue Jun 8, 2015 · 1 comment
Open

[Conductor] transition error #299

dwlee opened this issue Jun 8, 2015 · 1 comment

Comments

@dwlee
Copy link
Collaborator

dwlee commented Jun 8, 2015

If client is marked as BAD due to the slow network( >200ms latency), it cannot come back to be available unless the client goes out and rejoin.

There should be a way to transit from BAD to AVAILABLE.

Pending -> Uninvited
This lines marks clients as bad if it cannot find services within 100ms.

Joining -> Available
This lines also marks clients as bad if it cannot find services within 100ms.

@jihoonl
Copy link
Collaborator

jihoonl commented Jun 9, 2015

It needs two patches to resolve the issue.

  • increase wait_for_service timeout to use robot's to be robust in slow network environment([conductor] rosparam for service timeout #300)
  • Create transition from BAD to Pending. So the client can recover back from BAD without leaving and rejoining.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants