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

Processes waiting indefinitely for exclusive locks while rotating #48

Closed
ist0ne opened this issue Apr 16, 2013 · 2 comments
Closed

Processes waiting indefinitely for exclusive locks while rotating #48

ist0ne opened this issue Apr 16, 2013 · 2 comments
Milestone

Comments

@ist0ne
Copy link

ist0ne commented Apr 16, 2013

I'm currently using lumberjack as a resque logger with daily log rotation. When the log file needs to be rotated, the workers tend to hang indefinitely. Checking the process with strace reveals the worker is waiting for an exclusive lock on the logfile.

@jordansissel
Copy link
Contributor

lumberjack doesn't use file locks. What behavior are you observing, and how are you observing it, that makes you think it is waiting for a lock on a file?

@jordansissel
Copy link
Contributor

Closing this due to idleness.

Please reopen if you're still having problems :0

@jordansissel jordansissel modified the milestone: 0.4.0 Mar 4, 2015
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

2 participants