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

Fix FNF exception with dangling symlinks #430

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

jfzunigac
Copy link
Contributor

When Singer is processing files that are symlinks in different directories, the processor goes into a failure loop when the target file of the symlink is removed. This happens because the LogStream tracks the symlink and not the target file, thus the monitor does not update the LogStram when deletion event comes in.

@jfzunigac jfzunigac requested a review from a team as a code owner July 16, 2024 20:37
@jfzunigac jfzunigac merged commit a2123e9 into pinterest:master Aug 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants