Chris Nauroth

Results 9 comments of Chris Nauroth

FWIW, I built the current master branch code and linked one of my applications with it. Everything worked fine, and all of my application's tests passed. That's a good sign...

Hello @scwhittle . We have released GCS connector 2.2.8 containing the fix for Conscrypt socket hangs. https://mvnrepository.com/artifact/com.google.cloud.bigdataoss/gcs-connector/hadoop3-2.2.8

I have committed this to trunk, branch-3.3 and branch-3.2. @skysiders , thank you for the contribution.

@steveloughran , I don't think this one is a strong candidate for the next 3.3.5 RC.

Assuming the cause is as described in https://github.com/apache/zookeeper/pull/1774#issuecomment-993437244 , then I'm not sure this patch would completely prevent NPEs. With this patch, we could have 2 independent threads concurrently calling...

Hi @eolivelli , I was wondering if you actually got a repro for it and could try applying the patch in a test environment. I think last time we looked...