Antoine Pitrou
Antoine Pitrou
Issue resolved by pull request 43782 https://github.com/apache/arrow/pull/43782
These builds always take very long (around 1h40), 1) are we sure vcpkg cacking is working? 2) can we stop building large unused dependencies such as `aws-sdk-cpp` and `google-cloud-cpp`?
@adamreeve FYI.
I've stepped through `curl_share_cleanup` using gdb, and I've determined that `curl_share_cleanup` does indeed return `CURLSHE_IN_USE` in one of the affected code paths (haven't looked at the couple others). So the...
Note that some of the affected code paths are quite simple. The one in the stack trace above is calling `Azure::Storage::Files::DataLake::DataLakePathClient::GetAccessControlList` on an unresponding endpoint and just catches the `Azure::Core::Http::TransportException`...
Yes, and I agree that adding a tunable parameter would be even better. In Arrow C++ IPC we have: https://github.com/apache/arrow/blob/03896451c69658105e857ae7103e5081bbaa9bd6/cpp/src/arrow/ipc/options.h#L72-L85 It could have a conservative default such as `0.02`.
@brt-v
@rok @AlenkaF @thisisnic
I'll let Java experts review this @Fokko @wgtmac