You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can verify that #3795 has solved part of our issue with invalid checksums when the compactor downloads blocks, and it will recover and try again. However, as seen in the log attached below we hit another issue where the compactor stops. A restart will let it continue to download new blocks for processing before it hits the same error again. It seems that it is different blocks each time.
Thanos, Prometheus and Golang version used: thanos/thanos:master-2021-02-26-2027fb30
It could have been caused by corrupt data. With the latest version from master and with a clean bucket it has been running smoothly for over a week now. So this ticket can be closed for now.
By adding the argument --no-debug.halt-on-error we can bypass the issue since the compact component will be restarted when the error occurs and the compaction will successfully compact or downsample the blocks in the next iteration.
Hello 👋 Looks like there was no activity on this issue for the last two months. Do you mind updating us on the status? Is this still reproducible or needed? If yes, just comment on this PR or push a commit. Thanks! 🤗
If there will be no activity in the next two weeks, this issue will be closed (we can always reopen an issue if we need!). Alternatively, use remind command if you wish to be reminded at some point in future.
I can verify that #3795 has solved part of our issue with invalid checksums when the compactor downloads blocks, and it will recover and try again. However, as seen in the log attached below we hit another issue where the compactor stops. A restart will let it continue to download new blocks for processing before it hits the same error again. It seems that it is different blocks each time.
Thanos, Prometheus and Golang version used:
thanos/thanos:master-2021-02-26-2027fb30
Object Storage Provider:
Ceph version 3.2
Running parameters:
What happened:
Compactor stops compacting with the following error:
The text was updated successfully, but these errors were encountered: