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
Today we do not perform checks whether logs already exist in the log bucket. This leads us to two error cases:
Application logs from previous runs get lumped into logs for the current run. Mostly inconvenient than anything else since users can scroll down to the latest log lines.
If the db is also reset, jobs can be assigned job paths where jobs already reside in. Also mostly inconvenient than anything else since users can scrolls down to the latest log lines.
Describe the solution you’d like
Either:
Empty the relevant paths (app-logging and job-logging) when we start.
This can be done manually while upgrading pretty easily. This is for those who are using the default minio logging setup. Just make sure to delete the minio pvc before checking out the new version of airbyte and upgrading.
Tell us about the problem you're trying to solve
Today we do not perform checks whether logs already exist in the log bucket. This leads us to two error cases:
Describe the solution you’d like
Either:
Solution #1 seems fine to me.
The text was updated successfully, but these errors were encountered: