Conversation
| return protocol_prefix; | ||
| } | ||
|
|
||
| template <bool new_syntax> |
There was a problem hiding this comment.
These were idiotic templates but not related to the issue.
src/IO/S3/Credentials.h
Outdated
| { | ||
|
|
||
| inline static constexpr uint64_t DEFAULT_EXPIRATION_WINDOW_SECONDS = 120; | ||
| inline static constexpr uint64_t DEFAULT_CONNECT_TIMEOUT_MS = 1000; |
There was a problem hiding this comment.
Unused variables.
|
This is an automated comment for commit d9c4a3b with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
| { | ||
| auto context = Context::getGlobalContextInstance(); | ||
| chassert(context); | ||
| auto proxy_configuration_resolver = DB::ProxyConfigurationResolverProvider::get(DB::ProxyConfiguration::protocolFromString(protocol), context->getConfigRef()); |
There was a problem hiding this comment.
Extraneous namespace qualification.
| std::shared_ptr<Aws::Http::HttpClient> | ||
| PocoHTTPClientFactory::CreateHttpClient(const Aws::Client::ClientConfiguration & client_configuration) const | ||
| { | ||
| return std::make_shared<PocoHTTPClient>(static_cast<const PocoHTTPClientConfiguration &>(client_configuration)); |
There was a problem hiding this comment.
The bug is here.
|
@Avogar, it breaks CI, please resubmit |
Can you share what is broken? UPD: A Sync, now I see. It wasn't red and I didn't notice it. My fault. I will resubmit it |
Yes, there's a bug in A Sync status that makes it yellow when it's actually red, so yellow is worth attention too, but it's not obvious. cc: @maxknv |
|
Hi team. Thanks so much for addressing this, I am very keen to test it out. Please let me know when there is a container build I can use. It looks like head-alpine is currently a few commits behind this one. |
|
Hello, seeing segmentation faults with this in-place still Using the following configuration |
|
@jakedaleweb, it is not merged. |
|
ah sorry! getting ahead of myself |
|
Is this fix continued somewhere else? |
|
Here is the resubmit: #65362 |
|
@Sharu95, we found two bugs in the AWS SDK - it is incompatible with C++23, it is not memory safe 😆 and has data races. Pending fixes. |
This was reverted
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
This change was reverted
CI Settings (Only check the boxes if you know what you are doing):