scwhittle
scwhittle
Closing/reopening to retrigger checks since failures seemed unrelated
Run Java PreCommit
@Abacn Tests are green now (unrelated flakes)
I believe this is https://github.com/google/conscrypt/issues/864 and will be addressed once https://github.com/GoogleCloudDataproc/hadoop-connectors/pull/865 is in a 2.2.x release and beam depedencies are so google_cloud_bigdataoss_version includes this version. In the meantime this can...
The fix should be in the 2.2.8 hadoop-connectors release, no ETA yet
.take-issue
Thanks Chris! https://github.com/apache/beam/pull/23300 to update Beam
.reopen-issue
Reopening as #23300 is being rolled back due to #23588 Workarounds in the meantime are to: - not enable the conscrypt security provider via enable_conscrypt_security_provider experiment - update the bigdataoss:gcsio...
Did you see Luke's suggestion about that? ``` The client libraries allow injecting our own transport/threadpool via BigQueryWriteClient#setTransportChannelProvider and BigQueryWriteClient#setBackgroundExecutorProvider. ``` So you could have a static shared transport and...