-
Notifications
You must be signed in to change notification settings - Fork 321
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
Sudden error: "No staging files found #5076
Comments
Thanks for opening this issue! We'll get back to you shortly. If it is a bug, please make sure to add steps to reproduce the issue. |
@jannikbend Ideally it should not happen if it is a valid upload job. Although there is one scenario where we merge old waiting job with a new one and delete the old upload job. If for some reason because of race condition the old upload job got picked up to process it will not see any staging files because all of them will be marked for the new one. |
Thanks for the explanation. We will ignore this error then for now. |
@jannikbend v1.39 release fixes the race condition issue. So you should not encounter this message again if upgraded to v1.39. It will be helpful if you can confirm the same when you upgrade. Note: While upgrading rudder-server, make sure you upgrade rudder-transformer to compatible version |
Describe the bug
After running rudderstack for a while a “no staging files found” message gets logged with error log level pretty frequently. See below:
The error is often combined with the following:
however that message is logged as warning and not as an error.
The Job IDs mentioned in the log message (30514) does indeed not exist in the Postgres database, but we do also observe no missing or failed events in any case.
Steps to reproduce the bug
Unclear: On a freshly installed rudderstack instance this does not occur.
The error suddenly occurs after running low impact load tests for a few hours.
Expected behavior
No errors should occur
Screenshots
None
Any additional context
Rudder-Server: 1.29.0
Transformer: 1.49.0
Related Slack Post: https://rudderstack.slack.com/archives/C01E4PLB135/p1723477378948789
The text was updated successfully, but these errors were encountered: