Jakub Kozlowski

Results 44 comments of Jakub Kozlowski

Conjure things show up fine, it's just that there's a bunch of autobatching that's causing the traces to be incomplete/not very informative

This could be caused by RetryableCassandraRequest collecting all exceptions and only adding them to the aggregate RetryLimitReachedException as suppressed exceptions at the end. Maybe we can do something clever here

Gauges are only registered/deregistered every 30 seconds in internal web server, so 30 seconds of bad logging makes sense. See internal class GaugeReporter

Interesting, internal skiing product doesn't pass top level metric registries, instead passes brand new registries (both tagged and dropwizard) and then registers them with the top level tagged registry behind...

From a cursory look this feels hard, without changing a few things. 1. All the types (HeldLocksToken, LockRefreshToken) are API types. 2. In order to do this, we need some...

Hey @jkryl, Nice work! I haven't touched the code in a while due to other committments, but hoping to get back to it in the new year. Good investigative work!...

Hmm, then I'm not sure what's happening. As you can see tests compile and run on CircleCI and I used the same exact setup on my Ubuntu box to run...

Hmm, I'm wondering if this is actually worth reporting to spdk folks: Just running the example for the shared libraries doesn't seem to work for me. ``` ./configure --with-shared make...

As a data point, I have followed your instructions and managed to run the tests. I would actually be willing to take a PR with your changes anyway: it's already...