Summary
The user is encountering errors related to the storage backend reaching its minimum free drive threshold, causing issues with publishing to S3. They are seeking advice on how to handle this situation without having to manually delete objects.
Question
Hi im getting this error:
message=‘io.temporal.serviceclient.CheckedExceptionWrapper: io.airbyte.workers.exception.WorkerException: Running the launcher replication-orchestrator failed’, type=‘java.lang.RuntimeException’, nonRetryable=false
and error reporting says this :Job failed after too many retries for connection 4b1ed3a3-9f07-457d-b4a9-b8c9d1847386
“Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed.”
Is there any advice how to handle this to delete objects might be not the best thing to do?
edit:
ERROR c.v.l.BufferPublisher(endPublish):69 - Cannot end publish with com.van.logging.aws.S3PublishHelper@5c98493 due to error
java.lang.RuntimeException: Cannot end publishing: Cannot publish to S3: Storage backend has reached its minimum free drive threshold. Please delete a few objects to proceed. (Service: Amazon S3; Status Code: 507; Error Code: XMinioStorageFull; Request ID: 17CD88C1CDEF2B72; S3 Extended Request ID: dd9025bab4ad464b049177c95eb6ebf374d3b3fd1af9251148b658df7ac2e3e8; Proxy: null)
How can i configure this that minio is clean it self up?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want to access the original thread.