Details
-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: Current Version
-
Fix Version/s: None
-
Component/s: Filetracker
-
Labels:None
Description
Today, szkopuł ran out of inodes, because there were too many files in deployment/cache/locks:
(venv) sio2@snag ~/deployment$ du -d 1 --inodes cache/
1690536 cache/locks
9649 cache/files
1700186 cache/
Filetracker cache cleaner periodically deletes files from cache/files, but doesn't delete corresponding locks from cache/locks, which makes them accumulate forever. This should be fixed.
(venv) sio2@snag ~/deployment$ du -d 1 --inodes cache/
1690536 cache/locks
9649 cache/files
1700186 cache/
Filetracker cache cleaner periodically deletes files from cache/files, but doesn't delete corresponding locks from cache/locks, which makes them accumulate forever. This should be fixed.
Activity
- All
- Comments
- History
- Activity
- Transitions
- Commits
Connect your code to JIRA
Link every code change to JIRA just by adding an issue keys in commit messages. Bridge the gap back to your source and know which changes fixed which JIRA issues.Git & Mercurial in the cloud
Collaborate across unlimited private code repositories.
Git behind the firewall
Manage and collaborate on Git repositories behind a firewall.
Browse and search code
Browse, search, and track source code repositories.