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

Tailing stops (gets stuck) in certain conditions #97

Open
arunmathew88 opened this issue Aug 1, 2016 · 0 comments
Open

Tailing stops (gets stuck) in certain conditions #97

arunmathew88 opened this issue Aug 1, 2016 · 0 comments

Comments

@arunmathew88
Copy link
Contributor

arunmathew88 commented Aug 1, 2016

Deferred RemoveWatch() [https://github.com/hpcloud/tail/blob/v1.0.0/watch/inotify.go#L78] may at times cause the WatchCreate (called indirectly by NotifyDeleted() ) to run before RemoveWatch(). This prevents the WatchCreate from adding a watcher on the file’s parent directory for watching file creates, since the data structures still reflects as if the file is being being watched.

Possibly Fixes
Issue #90

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

No branches or pull requests

1 participant