Open
Description
Query/Question
I got some flaky errors inside my tests in clickhouse-server with azurite
details here
ClickHouse/ClickHouse#60447 and here Azure/Azurite#2443
clickhouse-server
use aws-cpp-sdk
to make requests to azurite
but after receive from azurite
Connection: keep-alive
Keep-Alive: timeout=5
and FIN TCP packet
aws-sdk/clickhouse-server doesn't send FIN ACK and trying to write to already closed connection
unfortunatelly in ClickHouse/ClickHouse@d7fb851
clickhouse team decided just retry on any transport error
Why is this not a Bug or a feature Request?
Could you suggest to code snippet how to properly initialize Azure cpp SDK for respect keep-alive server header?
Metadata
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that