Closed kirenjolly closed 5 years ago
@adriancole @llinder @beckje01 Please take a look.
Thanks. I would agree that this seems like a bug we should fix. I have opened a PR https://github.com/openzipkin-contrib/brave-ratpack/pull/20 but still need to sort out proper test before it is merged.
@llinder Can you release a SNAPSHOT then for our local testing.
@kirenjolly I added some tests over the weekend and published a new release 2.4.1. Mind checking to see if this resolves things for you?
Sure will take a look. Thanks
I'm going to assume this issue has been resolved. If not please reopen with comment and or tests showing whats failing.
TraceContextHolder Class has to be Singleton
Multiple instance of the same class is found in the registries of the Current
Execution
object. This causesRatpackCurrentTraceContext.get()
function to returnnull
context on creation of new spans. Hence forming separate traces.