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
If some file got status Failed (bc of exception returned from MV)
On retries, it just stuck in Processing stage forever.
2024-10-20 14:45P:50:058045 [389] {} <Test> StorageObjectStorageQueue(..): Updating state of type=...object... from Failed to Processing
2024-10-20 14:45P:50:058072 [389] {} <Test> StorageObjectStorageQueue(..): File type=...object... has state `Processing`: will not process (processing id version: None)
Describe what's wrong
If some file got status Failed (bc of exception returned from MV)
On retries, it just stuck in
Processing
stage forever.Does it reproduce on the most recent release?
Yes, 24.8
Additional context
ClickHouse/src/Storages/ObjectStorageQueue/ObjectStorageQueueIFileMetadata.cpp
Line 217 in fc31ec4
The text was updated successfully, but these errors were encountered: