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

Allow for Shoveler messages to be understood by monitoring packet handler. #1981

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

patrickbrophy
Copy link
Collaborator

@patrickbrophy patrickbrophy commented Feb 3, 2025

This PR fixes issue #1916. During investigation with the local federation, we discovered that the XRootD monitoring packet handler wasn’t processing shoveler messages correctly. The shoveler was sending JSON-encoded packets, which the existing code couldn’t interpret. This update ensures that shoveler packets are now correctly parsed and understood.

@patrickbrophy patrickbrophy added bug Something isn't working monitoring labels Feb 3, 2025
@patrickbrophy patrickbrophy linked an issue Feb 3, 2025 that may be closed by this pull request
@patrickbrophy patrickbrophy marked this pull request as ready for review February 3, 2025 23:29
@patrickbrophy patrickbrophy added this to the v7.14 milestone Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working monitoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prometheus Monitoring data not showing up when the Shoveler is enabled for the component
2 participants