You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Martins Balodis (JIRA)" <ji...@apache.org> on 2015/04/02 08:56:53 UTC

[jira] [Commented] (COUCHDB-1652) CouchDB does not release disk space from .deleted files

    [ https://issues.apache.org/jira/browse/COUCHDB-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392247#comment-14392247 ] 

Martins Balodis commented on COUCHDB-1652:
------------------------------------------

I tried different versions of couchdb and erlang. All of them had the same problem.
Ubuntu 14.04, CouchDB 1.5.0, erlang R16B03
Ubuntu 14.04, CouchDB 1.6.1, erlang R16B03
Ubuntu 14.10, CouchDB 1.6.1, erlang 17

> 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
>    Affects Versions: 1.2
>         Environment: Ubuntu 8.04, 10.04, 12.04 , CouchDB 1.2.0, CouchDB 1.2.1, Erlang 14b4 64bit platform
>            Reporter: Simon Eisenmann
>            Assignee: Randall Leeds
>
> 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.
> I see this on all installations on Ubuntu 8.04, 10.04 and 12.04 all 64bit with CouchDB 1.2.0 and 1.2.1 with Erlang 14b4.
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)