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

ROX-26763: Enhance the handling of failures in procfsscraper #1987

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ovalenti
Copy link
Contributor

@ovalenti ovalenti commented Dec 9, 2024

Description

The parsing of network connections and endpoints in procfsscraper can fail for several reasons, but at least one is not easy to address : short-lived processes can lead to a concurrent modification of the /proc directory struct.

We will lower the level of the logs produced by those failures (since connections are not reported in the end), but also add troubleshooting information to increase our knowledge of the failure causes.

Checklist

  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

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

Successfully merging this pull request may close these issues.

1 participant