-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exceptions thrown from s3proxy when performing Azure blob operation #709
Comments
Can you run S3Proxy with the |
Thank you @gaul for the response, we can't switch to One more question "Do s3proxy keep's any state when it is performing file upload or for that matter any operations it is performing any where ? after enabling the trace we are seeing the below issues
|
It looks like the second set of messages is an error in logging itself which is spooling to a file since it is so large. Generally S3Proxy does not use local storage and instead just streams data to and from the server and client. Is it possible that you are using very large user metadata fields that Azure is rejecting? Or some field names that don't comply with the restricted set of characters allowed? Unfortunately there is not much for me to go on here. You could try The new |
We are using s3proxy from click house where click house database uses its own s3 driver to do data tiering using s3 API talking to s3proxy and s3proxy is configured to use Azure blob storage, we are not able to get any more details from s3proxy but azure storage is logging that delete operation on blob are failing.
S3proxy version: 2.3.0
**** - the below command represents dights/characters
we are running clickhouse and s3proxy in Kubernetes using AKS
[s3proxy] W 10-29 19:43:19.894 S3Proxy-Jetty-27 o.j.a.s.h.AzureStorageClientErrorRetryHandler:74 |::] Cannot retry after server error, command is not replayable: [method=org.jclouds.azureblob.AzureBlobClient.public abstract void org.jclouds.azureblob.AzureBlobClient.putBlock(java.lang.String,java.lang.String,java.lang.String,org.jclouds.io.Payload)[-clickhouse-cold-ch-NNNN-x, --NNNN---*-x/clickhouse-data-0/disks/disk_cold/hsu/rpwczpurapkxcppvybsezuebwkpwb, AAK_IA==, [content=true, contentMetadata=[cacheControl=null, contentDisposition=null, contentEncoding=null, contentLanguage=null, contentLength=17825792, contentMD5=null, contentType=application/unknown, expires=null], written=false, isSensitive=false]], request=PUT https://************.blob.core.windows.net/-clickhouse-cold-ch-NNNN-x/--NNNN---*-x/clickhouse-data-0/disks/disk_cold/hsu/rpwczpurapkxcppvybsezuebwkpwb?comp=block&blockid=AAK_IA%3D%3D HTTP/1.1]
The text was updated successfully, but these errors were encountered: