-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fixed issue where telemetryInitializer is not cleaned up when newService errors #6239
Fixed issue where telemetryInitializer is not cleaned up when newService errors #6239
Conversation
Codecov ReportBase: 92.22% // Head: 92.23% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #6239 +/- ##
=======================================
Coverage 92.22% 92.23%
=======================================
Files 219 219
Lines 13446 13456 +10
=======================================
+ Hits 12401 12411 +10
Misses 815 815
Partials 230 230
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a couple nits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing!
…ice errors Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
…gs cleaner Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
Signed-off-by: Corbin Phelps <corbin.phelps@bluemedora.com>
67d4813
to
fc3ffdf
Compare
@bogdandrutu made the suggested changes |
Description: <Describe what has changed.
Fixing a bug - Fixed issue where the
telemetryInitializer
was not cleaned up ifnewService
errors aftertelemetryInitializer.init
is called. This would cause subsequent calls to new service to error ontelemetryInitializer.init
.Fixes: #6238
Testing: