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

GH-5105: make MonitoringImpl in FedX thread safe #5106

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

aschwarte10
Copy link
Contributor

@aschwarte10 aschwarte10 commented Aug 12, 2024

GitHub issue resolved: #5105

The monitoring service in FedX is a useful tool for evaluations / benchmarks to inspect the number of requests sent to the endpoints.

This change makes the implementation thread safe.


PR Author Checklist (see the contributor guidelines for more details):

  • my pull request is self-contained
  • I've added tests for the changes I made
  • I've applied code formatting (you can use mvn process-resources to format from the command line)
  • I've squashed my commits where necessary
  • every commit message starts with the issue number (GH-xxxx) followed by a meaningful description of the change

The monitoring service in FedX is a useful tool for evaluations /
benchmarks to inspect the number of requests sent to the endpoints.

This change makes the implementation thread safe.
@aschwarte10 aschwarte10 requested a review from hmottestad August 12, 2024 08:59
Copy link
Contributor

@hmottestad hmottestad left a comment

Choose a reason for hiding this comment

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

LGTM!

Feel free to merge this PR :)

@aschwarte10 aschwarte10 merged commit 20fb23f into main Aug 13, 2024
9 checks passed
@aschwarte10 aschwarte10 deleted the GH-5105-fedx-monitoring-impl-thread-safe branch August 13, 2024 05:34
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.

Make MonitoringImpl in FedX thread safe (Used for evaluations only)
2 participants