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

Semaphore Lock Files Not Being Deleted #5

Closed
brendon-codes opened this issue Jul 11, 2012 · 6 comments
Closed

Semaphore Lock Files Not Being Deleted #5

brendon-codes opened this issue Jul 11, 2012 · 6 comments

Comments

@brendon-codes
Copy link

We are on Billiard 2.7.3.9. Billiard is creating semaphore lock files, but they don't seem to always be clearing out. Every few weeks, this seems to use up our entire disk, then causing entire server to crash. Here is the the stack trace:

[2012-07-11 16:42:07,735: (celery.worker) ERROR] Unrecoverable error: OSError(28, 'No space left on device')
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/celery-2.6.0rc5-py2.6.egg/celery/worker/init.py", line 350, in start
component.start()
File "/usr/local/lib/python2.6/dist-packages/celery-2.6.0rc5-py2.6.egg/celery/concurrency/base.py", line 109, in start
self.on_start()
File "/usr/local/lib/python2.6/dist-packages/celery-2.6.0rc5-py2.6.egg/celery/concurrency/processes/init.py", line 84, in on_start
**self.options)
File "/usr/local/lib/python2.6/dist-packages/billiard-2.7.3.9-py2.6-linux-i686.egg/billiard/pool.py", line 760, in init
self._setup_queues()
File "/usr/local/lib/python2.6/dist-packages/billiard-2.7.3.9-py2.6-linux-i686.egg/billiard/pool.py", line 990, in _setup_queues
self._inqueue = SimpleQueue()
File "/usr/local/lib/python2.6/dist-packages/billiard-2.7.3.9-py2.6-linux-i686.egg/billiard/queues.py", line 340, in init
self._rlock = Lock()
File "/usr/local/lib/python2.6/dist-packages/billiard-2.7.3.9-py2.6-linux-i686.egg/billiard/synchronize.py", line 171, in init
SemLock.init(self, SEMAPHORE, 1, 1)
File "/usr/local/lib/python2.6/dist-packages/billiard-2.7.3.9-py2.6-linux-i686.egg/billiard/synchronize.py", line 85, in init
kind, value, maxvalue, self._make_name(), unlink_immediately)
OSError: [Errno 28] No space left on device

@ask ask closed this as completed in bb09615 Aug 1, 2012
@Fanduzi
Copy link

Fanduzi commented Dec 23, 2020

same issue , How did you solve it?

@hbradlow
Copy link

Hi @Fanduzi did you figure out a solution here?

@Fanduzi
Copy link

Fanduzi commented Apr 14, 2023

Hi @Fanduzi did you figure out a solution here?

Not yet, the current solution is to restart the computer periodically. . .

@hbradlow
Copy link

Ok got it. @auvipy do you know why this issue was closed? Is there a solution to this problem?

@auvipy
Copy link
Member

auvipy commented Apr 15, 2023

as er history was closed by bb09615

@hbradlow
Copy link

Got it. I am still seeing this error using a version after that was merged.

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

5 participants