You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Benoit Chesneau (JIRA)" <ji...@apache.org> on 2011/01/09 22:24:45 UTC

[jira] Created: (COUCHDB-1019) create a service to delete file

create a service to delete file
-------------------------------

                 Key: COUCHDB-1019
                 URL: https://issues.apache.org/jira/browse/COUCHDB-1019
             Project: CouchDB
          Issue Type: Improvement
          Components: Database Core
            Reporter: Benoit Chesneau


We shouldn't wait a restart to make sure that files are deleting. From irc discussion 2 solutions appears:

- gen_server doing asynchronous jobs to delete file
- or just a gen_server deleting files (make sure they are deleted after have been renamed)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (COUCHDB-1019) create a service to delete files

Posted by "Benoit Chesneau (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COUCHDB-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benoit Chesneau updated COUCHDB-1019:
-------------------------------------

    Summary: create a service to delete files  (was: create a service to delete file)

> create a service to delete files
> --------------------------------
>
>                 Key: COUCHDB-1019
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1019
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: Database Core
>            Reporter: Benoit Chesneau
>
> We shouldn't wait a restart to make sure that files are deleting. From irc discussion 2 solutions appears:
> - gen_server doing asynchronous jobs to delete file
> - or just a gen_server deleting files (make sure they are deleted after have been renamed)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.