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

fix: logging in intel_rdt.go caused service stop timeout even as root (#9844) #9850

Conversation

guoqiao
Copy link
Contributor

@guoqiao guoqiao commented Oct 1, 2021

Required for all PRs:

  • Updated associated README.md.
  • Wrote appropriate unit tests.
  • Pull request title or commits are in conventional commit format (e.g. feat: or fix:)

resolves #9844

when intel_rdt plugin enabled, service stop telegraf will timeout even when telegraf service is running as root.
This patch fixes it.

…influxdata#9844)

when intel_rdt plugin enabled, `service stop telegraf` will timeout even when telegraf service is running as root.

This patch fixes it.

Fixes: influxdata#9844

Signed-off-by: Joe Guo <joe.guo@canonical.com>
@telegraf-tiger telegraf-tiger bot added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Oct 1, 2021
@guoqiao guoqiao mentioned this pull request Oct 2, 2021
2 tasks
Copy link
Contributor

@srebhan srebhan left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thanks @guoqiao for looking into this issue!

@srebhan srebhan added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Oct 2, 2021
@srebhan srebhan self-assigned this Oct 2, 2021
@srebhan srebhan added fix pr to fix corresponding bug and removed feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin labels Oct 2, 2021
@powersj powersj merged commit 6c1bdfa into influxdata:master Oct 4, 2021
@guoqiao
Copy link
Contributor Author

guoqiao commented Oct 4, 2021

@srebhan and @powersj , thank you!

reimda pushed a commit that referenced this pull request Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

telegraf can not stop gracefully when intel_rdt plugin enabled, even running as root
3 participants