[
https://issues.apache.org/jira/browse/JAMES-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166119#comment-17166119
]
René Cordier commented on JAMES-3318:
-------------------------------------
[https://github.com/linagora/james-project/pull/3614] contributed to this
> DeletedMessageVault::deleteMessage should call directly DumbBlobStore::delete
> -----------------------------------------------------------------------------
>
> Key: JAMES-3318
> URL: https://issues.apache.org/jira/browse/JAMES-3318
> Project: James Server
> Issue Type: Improvement
> Components: Blob
> Reporter: Benoit Tellier
> Priority: Major
>
> == Why
> DeletedMessage vault needs to delete related content. We need the deletion to
> take place immediately.
> However appending into the vault is a common operation and we want to have
> metrics for it.
> We want to keep the BlobStore API simple and easy to use.
> == DOD
> `DeDuplicationBlobStore::delete` is a noop.
> All code for `BlobStore::delete` is moved into `PassThroughBlobStoreTest`.
> DeletedMessage functionality of the DeletedMessageVault keeps unaffected.
> == How
> Implement `DeletedMessageVault::deleteMessage` via direct access to the
> DumbBlobStore.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]