-
Notifications
You must be signed in to change notification settings - Fork 232
Configuration do not cache sender instance #685
Conversation
Codecov Report
@@ Coverage Diff @@
## master #685 +/- ##
============================================
+ Coverage 89.46% 89.60% +0.13%
- Complexity 567 568 +1
============================================
Files 69 69
Lines 2089 2088 -1
Branches 267 266 -1
============================================
+ Hits 1869 1871 +2
+ Misses 137 135 -2
+ Partials 83 82 -1
Continue to review full report at Codecov.
|
There are couple of inconsistencies in the Also weird is that Instead of adding a |
jaeger-core/src/main/java/io/jaegertracing/internal/senders/NoopSender.java
Outdated
Show resolved
Hide resolved
@pavolloffay I agree, a simpler solution is to remove those cached instances. Just did that :) |
This allows the new instance to be up-to-date with of configuration changes. Resolves jaegertracing#684 * Adding a closed attribute on sender * Sender configuration is resolving again is sender is closed. Signed-off-by: Emmanuel Hugonnet <[email protected]>
Resolves #684
Issue: #684