-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Upgrade MinIO test container #128424
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
Upgrade MinIO test container #128424
Conversation
Earlier versions of MinIO had a bug which can cause repository analysis failures. This commit upgrades the MinIO test container version to pick up the bug fix, and reverts the workaround implemented in elastic#127166. Relates minio/minio#21189
Pinging @elastic/es-distributed-coordination (Team:Distributed Coordination) |
// Skip listing of pre-existing uploads during a CAS because MinIO sometimes leaks them; also reduce the delay before proceeding | ||
// TODO do not set these if running a MinIO version in which https://github.com/minio/minio/issues/21189 is fixed | ||
.setting(REPOSITORY_S3_CAS_TTL_SETTING.getKey(), "-1") | ||
.setting(REPOSITORY_S3_CAS_ANTI_CONTENTION_DELAY_SETTING.getKey(), "100ms") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently I put the workaround in the wrong test suite 🤦
.setting("s3.client.repository_test_kit.protocol", () -> "http") | ||
.setting("s3.client.repository_test_kit.endpoint", minioFixture::getAddress) | ||
.setting("xpack.security.enabled", "false") | ||
// Additional tracing related to investigation into https://github.com/elastic/elasticsearch/issues/102294 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Somewhat unrelated cleanup - the workaround should have been here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Earlier versions of MinIO had a bug which can cause repository analysis failures. This commit upgrades the MinIO test container version to pick up the bug fix, and reverts the workaround implemented in elastic#127166. Relates minio/minio#21189
💚 Backport successful
|
Earlier versions of MinIO had a bug which can cause repository analysis failures. This commit upgrades the MinIO test container version to pick up the bug fix, and reverts the workaround implemented in #127166. Relates minio/minio#21189
Earlier versions of MinIO had a bug which can cause repository analysis
failures. This commit upgrades the MinIO test container version to pick
up the bug fix, and reverts the workaround implemented in #127166.
Relates minio/minio#21189