Skip to content

Minio 8.0.5 introduces problematic changes #1146

@alxndrsn

Description

@alxndrsn

minio v8.0.5 introduced request retries:

These are hardcoded to retry failing requests 10 times, with ~1.5 second exponential backoff:

This means that a bad S3 server could cause an individual S3 upload/get/delete request to delay for > 15 minutes.

This is especially problematic as minio S3 requests can occur inside postgres transactions.

There is also a report of out of memory issues with this minio release:

Suggested resolution

  1. downgrade to minio v8.0.4
  2. consider whether postgres transactions should ever be spanning external HTTP requests. Note that this may also be the case for pyxform and other external service requests

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    backendRequires a change to the API server

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions