Replies: 2 comments 1 reply
-
|
What version of RustFS are you using? alpha.66? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This bug does exist in this version; please upgrade to the latest version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Fault Description:
Backend storage uses RustFS
mc alias list
kubectl logs -f pod/my-thanos-compact-0 -n monitor
{"caller":"compact.go:659","err":"BaseFetcher: iter bucket: meta.json file exists: 01K86DSZ9F8ZV4GWRSVNFWNKEC: stat s3 object: 500 Internal Server Error","level":"error","msg":"retriable error","ts":"2025-10-29T03:07:55.549901054Z"}#此文件存在
mc ls rustfs/thanos/01K86DSZ9F8ZV4GWRSVNFWNKEC
[2025-10-23 01:00:27 CST] 989B meta.jsonmc cat rustfs/thanos/01K86DSZ9F8ZV4GWRSVNFWNKEC/meta.json
mc: <ERROR> Unable to read fromrustfs/thanos/01K86DSZ9F8ZV4GWRSVNFWNKEC/meta.json. 500 Internal Server Error.#RustFS存储通的版本控制已关闭了
mc version info rustfs/thanos
rustfs/thanos versioning is suspended#这里已经执行删除操作
mc rm --purge --force rustfs/thanos/01K86DSZ9F8ZV4GWRSVNKEC/meta.json
Removedrustfs/thanos/01K86DSZ9F8ZV4GWRSVNKEC/meta.json.mc rm -r --force rustfs/thanos/01K86DSZ9F8ZV4GWRSVNFWNKEC
Created delete markerrustfs/thanos/01K86DSZ9F8ZV4GWRSVNFWNKEC/meta.json.#此文件还是存在
mc ls rustfs/thanos/01K86DSZ9F8ZV4GWRSVNFWNKEC
[2025-10-23 01:00:27 CST] 989B meta.json为啥这个meta.json文件删不掉?
其它日志:
tail -f rustfs.log
tail -f rustfs-err.log
‘’‘
Using default Async write mode in production. To customize, set RUSTFS_OBS_LOG_POOL_CAPA, RUSTFS_OBS_LOG_MESSAGE_CAPA, and RUSTFS_OBS_LOG_FLUSH_MS environment variables.
Production logging initialized: file-only mode to /tmp/rustfs/logs/rustfs.log
Stdout logging disabled in production environment for security and log aggregation.
Log rotation configured for: every day or when size exceeds 100MB, keeping 30 files
Log directory ready: /tmp/rustfs/logs
Log directory permissions set to 755: /tmp/rustfs/logs
Using default Async write mode in production. To customize, set RUSTFS_OBS_LOG_POOL_CAPA, RUSTFS_OBS_LOG_MESSAGE_CAPA, and RUSTFS_OBS_LOG_FLUSH_MS environment variables.
Production logging initialized: file-only mode to /tmp/rustfs/logs/rustfs.log
Stdout logging disabled in production environment for security and log aggregation.
Log rotation configured for: every day or when size exceeds 100MB, keeping 30 files
Beta Was this translation helpful? Give feedback.
All reactions