Skip to content
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

failed to remove tiered content #19033

Open
T-M-A opened this issue Feb 12, 2024 · 1 comment
Open

failed to remove tiered content #19033

T-M-A opened this issue Feb 12, 2024 · 1 comment

Comments

@T-M-A
Copy link
Contributor

T-M-A commented Feb 12, 2024

Expected Behavior

Hello!

There is a versioned bucket in the minio cluster.It is also configured to delete data older than Z days ( current version ). Data older than X days is transferred to another s3. In this another s3, the bucket is unversioned. an error appears

ILM config

minio-client ilm rule ls s3/xxxx/
┌──────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Transition for latest version (Transition)                                                       │
├──────────────────────┬─────────┬───────────────────────┬──────┬──────────────┬───────────────────┤
│ ID                   │ STATUS  │ PREFIX                │ TAGS │ DAYS TO TIER │ TIER              │
├──────────────────────┼─────────┼───────────────────────┼──────┼──────────────┼───────────────────┤
│ cgpq5nj1v06na128km10 │ Enabled │ zzz/                  │ -    │            7 │ XXX │
│ cgpq64j1v06na128km20 │ Enabled │ xxxx/                 │ -    │            7 │ XXX │
│ cj9kukbsg9p6airl8520 │ Enabled │ cccc/                 │ -    │            7 │ XXX │
│ cj9kv6rsg9p6airl852g │ Enabled │ vvvv/                 │ -    │            7 │ XXX │
│ cja7hebsg9p6airl853g │ Enabled │ yyyy/                 │ -    │            1 │ XXX │
└──────────────────────┴─────────┴───────────────────────┴──────┴──────────────┴───────────────────┘
┌─────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Expiration for latest version (Expiration)                                                          │
├──────────────────────┬─────────┬──────────────────────┬──────┬────────────────┬─────────────────────┤
│ ID                   │ STATUS  │ PREFIX               │ TAGS │ DAYS TO EXPIRE │ EXPIRE DELETEMARKER │
├──────────────────────┼─────────┼──────────────────────┼──────┼────────────────┼─────────────────────┤
│ cglr97b1v06seblhrnmg │ Enabled │ -                    │ -    │              0 │ true                │
│ cglujbj1v06seblhrnn0 │ Enabled │ zzz/                 │ -    │             31 │ false               │
│ cglujfb1v06seblhrnng │ Enabled │ xxxx/                │ -    │             31 │ false               │
│ cglukqr1v06seblhrno0 │ Enabled │ ccc/                 │ -    │             31 │ false               │
│ cj9kvfbsg9p6airl8530 │ Enabled │ vvv/                 │ -    │            365 │ false               │
└──────────────────────┴─────────┴──────────────────────┴──────┴────────────────┴─────────────────────┘
┌─────────────────────────────────────────────────────────────────────────────────┐
│ Expiration for older versions (NoncurrentVersionExpiration)                     │
├──────────────────────┬─────────┬────────┬──────┬────────────────┬───────────────┤
│ ID                   │ STATUS  │ PREFIX │ TAGS │ DAYS TO EXPIRE │ KEEP VERSIONS │
├──────────────────────┼─────────┼────────┼──────┼────────────────┼───────────────┤
│ cglr97b1v06seblhrnmg │ Enabled │ -      │ -    │              1 │             0 │
└──────────────────────┴─────────┴────────┴──────┴────────────────┴───────────────┘
Feb 12 07:44:35 node16 minio[93081]: {"deploymentid":"228f9852-cd81-4ce8-bf80-5583d5846e98","level":"ERROR","time":"2024-02-12T04:44:35.832963928Z","api":{"name":"SYSTEM","args":{}},"error":{"message":"failed to remove tiered content at 228f9852-cd81-4ce8-bf80-5583d5846e98/xxxx/8f/cf/8fcf305f-8845-4a4d-93cd-ee924399d7cc with version  from tier XXX, will be retried later. (*errors.errorString)","source":["internal/logger/logonce.go:118:logger.(*logOnceType).logOnceIf()","internal/logger/logonce.go:149:logger.LogOnceIf()","cmd/data-scanner.go:1217:cmd.applyExpiryOnTransitionedObject()","cmd/bucket-lifecycle.go:180:cmd.initBackgroundExpiry.func1.1()"]}}

Your Environment

  • Version used (minio --version):
    Version: 2024-02-06T21:36:22Z
Copy link

stale bot commented Mar 17, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 15 days if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants