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

Syncs a check's output with the catalog when output rate limiting isn't in effect. #1934

Merged
merged 3 commits into from
Apr 11, 2016

Conversation

slackpad
Copy link
Contributor

Fixes #1057.

@@ -499,6 +516,8 @@ func (l *localState) syncChanges() error {
if err := l.syncNodeInfo(); err != nil {
return err
}
} else {
l.logger.Printf("[DEBUG] agent: Node info in sync")
Copy link
Contributor

Choose a reason for hiding this comment

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

s/DEBUG/TRACE/ ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is low-rate and not really printed in response to traffic so I figured it was DEBUG-worthy.

Copy link
Contributor

Choose a reason for hiding this comment

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

Cool. I was concerned this would fire per check and would be spammy, but it looks like it's called only once per AE run.

@sean-
Copy link
Contributor

sean- commented Apr 11, 2016

Small comments, LGTM otherwise. It'll be really nice to see this issue go away.

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

Successfully merging this pull request may close these issues.

2 participants