Simon Eisenmann created COUCHDB-1652:
----------------------------------------
Summary: CouchDB does not release disk space from .deleted files
Key: COUCHDB-1652
URL: https://issues.apache.org/jira/browse/COUCHDB-1652
Project: CouchDB
Issue Type: Bug
Components: Database Core
Reporter: Simon Eisenmann
I noticed on long running servers a disk space increase over time. Though the
database in itself did not grow. After investigation i found that there are
lots of files still open which have already been deleted.
lsof |grep deleted
beam.smp 4845 couchdb 24u REG 254,1 5890159 171082
/var/lib/couchdb/.delete/582878aeee568e3c06dc3262fdac494b (deleted)
beam.smp 4845 couchdb 25u REG 254,1 5890159 171080
/var/lib/couchdb/.delete/95b92c25e3d7ea2f2045a2ee37afd8fe (deleted)
beam.smp 4845 couchdb 26u REG 254,1 5890183 171081
/var/lib/couchdb/.delete/bb616c2baae507b7ec890451650e40c9 (deleted)
beam.smp 4845 couchdb 27u REG 254,1 5890159 244324
/var/lib/couchdb/.delete/f7a4ba016d098c34f1ff97ca61a824f8 (deleted)
beam.smp 4845 couchdb 28u REG 254,1 5890159 171196
CouchDB should release the file pointer on those files, to release the disk
space to tools like df.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira