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

Emit task events explaining alloc health #3025

Merged
merged 3 commits into from
Aug 15, 2017
Merged

Emit task events explaining alloc health #3025

merged 3 commits into from
Aug 15, 2017

Conversation

dadgar
Copy link
Contributor

@dadgar dadgar commented Aug 14, 2017

This PR:

  • Refactors the alloc health watcher
  • Emits task events when allocation's are unhealthy to explain why

Copy link
Member

@schmichael schmichael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to add a bunch o' doctrings to the new methods.

}

checkTicker = time.NewTicker(consulCheckLookupInterval)
checkCh = checkTicker.C
break
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need for the break but maybe add a comment mentioning this is the "not-healthy-by-deadline" case.

taskHealth map[string]*taskHealthState

// l is used to lock shared fields
l sync.Mutex
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please indicate what fields are intended to be shared/syncronized.

@dadgar dadgar merged commit 9032c0d into master Aug 15, 2017
@dadgar dadgar deleted the f-health-events branch August 15, 2017 19:23
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants