Fabian Lange
Fabian Lange
Here is a related use case: under very restricted resources, I might want to use inline expiration (on access/iteration) instead of having a thread work the expiration.
and another "problem" if you use the ExpiringMap in an environment where the class could get unloaded, there is no "API-way" to stop the expirer and listenerService. thus leaking those...
This is a semantics change, as previously the call would cause failures to be re-tried. should failures be empty and files be empty the code would be actually fast. as...
@set321go out of coincidence my profiling arrived now also here as optimization candidate, so I had a look at it. What i meant is that `doProcess` will not only work...
I do not fully understand the purpose. Is this a band aid that can be used whenever something unexpected happens? A util for libraries to clear up the mess a...
Well there is this spec proposal to give access to span id for example, so implementations need to provide a way to access the instance anyway. We currently have no...
The reason our instana tracer looks like noop is because its actual inner workings are injected at runtime. We do not use refcounting, and we do not want to use...
not an issue for us. but whats the rationale behind it? in the end one could argue that you do not need two objects at all and do everything through...
Hello Thomas, thank you for your interest and contribution! This is a really useful feature, and I would like to merge it with a few changes we should discuss: a)...
i have 9 running on my mac. I will try to come up with a maven config which includes the attach dependencies for you. I am fine with making the...