You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Kim van der Riet (JIRA)" <ji...@apache.org> on 2014/11/04 15:54:34 UTC

[jira] [Resolved] (QPID-6043) [linearstore] Add a configuration option to overwrite files returned to the EFP

     [ https://issues.apache.org/jira/browse/QPID-6043?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kim van der Riet resolved QPID-6043.
------------------------------------
    Resolution: Fixed

> [linearstore] Add a configuration option to overwrite files returned to the EFP
> -------------------------------------------------------------------------------
>
>                 Key: QPID-6043
>                 URL: https://issues.apache.org/jira/browse/QPID-6043
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Broker
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>
> The linearstore returns used files to the Empty File Pool when they are no longer in use in a journal. Under normal use, the header of the file is reset (partly overwritten so that it cannot again be used with any journal), and a new header written when the file is once again used in a journal. However, the data within the journal remains. The header structure, particularly the use of serial numbers in the file and record headers, and the use of record checksums guarantee that old data can never be recovered as part of a newer journal.
> However, as an added security feature, an option which will completely erase the data content of the file would be useful. This comes with a performance penalty, which will have to be quantified when a solution is proposed.
> The proposed linearstore option is:
> {noformat}--overwrite-before-return [true|false|yes|no|1|0]{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org