Igor Baltiyskiy
Igor Baltiyskiy
I'd say this would be the expected behaviour.
> I don't think that's 100% obvious -- I suspect there are cases where you don't want the value-in-flight to be invalidated @lowasser I'm trying out the implementation in my...
@txshtkckr Please see https://github.com/baltiyskiy/guava -- I've went with the "remove LoadingValueReference" approach, firing removal notification for the value when it is loaded. It's generally done, but I'd like to add...
Possibly duplicate: https://github.com/akka/alpakka-kafka/issues/250
One unfortunate feature of ForkJoinPool.commonPool() is that by default, if a Java process observes < 3 CPUs (e.g. if CPU requests in Kubernetes are set this way), then it will...
Nice PR! However, some issues are still not addressed --- there are IThrowableProxy graph traversals that can similarly loop infinitely: - `ch.qos.logback.classic.pattern.RootCauseFirstThrowableProxyConverter.recursiveAppendRootCauseFirst`, - `ch.qos.logback.classic.pattern.ThrowableProxyConverter.recursiveAppend()`, - `ch.qos.logback.classic.db.DBAppender.insertThrowableDBAppender.insertThrowable()`, - `ch.qos.logback.classic.html.DefaultThrowableRenderer.render()`, - `ch.qos.logback.classic.net.SyslogAppender.postProcess()`....