Remove duplicated invokers in registry notification#15060
Merged
AlbumenJ merged 2 commits intoapache:3.2from May 16, 2025
Merged
Remove duplicated invokers in registry notification#15060AlbumenJ merged 2 commits intoapache:3.2from
AlbumenJ merged 2 commits intoapache:3.2from
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.2 #15060 +/- ##
============================================
- Coverage 41.39% 41.38% -0.01%
+ Complexity 10511 10510 -1
============================================
Files 1652 1652
Lines 71449 71461 +12
Branches 10161 10163 +2
============================================
- Hits 29574 29573 -1
- Misses 37735 37744 +9
- Partials 4140 4144 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the change?
Duplicated invokers will be created but ignored because we use map to store them
Thus, this will cause invoker nerver being destroyed
Checklist