Skip to content

Commit

Permalink
Avoid pruning oximeter producers registered during a refresh
Browse files Browse the repository at this point in the history
- Add generation numbers to the collection of oximeter producers, and
  assign the currrent generation to each producer as it is registered.
- Modify the refresh method to first take the generation number before
  starting to list current producers. Then use that to avoid pruning
  producers that are _new_ since we started refreshing our list.
- Fixes #6895 and possibly #6901
  • Loading branch information
bnaecker committed Oct 18, 2024
1 parent 27a4365 commit 7afa5e4
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 69 deletions.
Loading

0 comments on commit 7afa5e4

Please sign in to comment.