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

S3Queue Failed files stuck in Processing state forever #70951

Closed
UnamedRus opened this issue Oct 23, 2024 · 2 comments · Fixed by #73546
Closed

S3Queue Failed files stuck in Processing state forever #70951

UnamedRus opened this issue Oct 23, 2024 · 2 comments · Fixed by #73546
Labels
potential bug To be reviewed by developers and confirmed/rejected.

Comments

@UnamedRus
Copy link
Contributor

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.

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)

Does it reproduce on the most recent release?

Yes, 24.8

Additional context

if (state == FileStatus::State::Processing

@UnamedRus UnamedRus added the potential bug To be reviewed by developers and confirmed/rejected. label Oct 23, 2024
@UnamedRus
Copy link
Contributor Author

@kssenii Any idea what can be wrong?

@kssenii
Copy link
Member

kssenii commented Dec 18, 2024

Sorry, missed this issue and the ping somehow. This will be fixed in #73546.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
potential bug To be reviewed by developers and confirmed/rejected.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants