You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2020/07/30 04:18:00 UTC

[jira] [Closed] (JAMES-3317) Configuration option: choosing between PassThroughBlobStore & DeDuplicatingBlobStore

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

Benoit Tellier closed JAMES-3317.
---------------------------------
    Resolution: Fixed

https://github.com/linagora/james-project/pull/3610 solved this

> Configuration option: choosing between PassThroughBlobStore & DeDuplicatingBlobStore
> ------------------------------------------------------------------------------------
>
>                 Key: JAMES-3317
>                 URL: https://issues.apache.org/jira/browse/JAMES-3317
>             Project: James Server
>          Issue Type: New Feature
>          Components: Blob
>            Reporter: RĂ©mi Kowalski
>            Priority: Major
>             Fix For: 3.6.0
>
>
> As an operator, I want to be able to choose between the PassThrough blob Store and de deduplicating one.
> h2. DOD
> I am able to start a Distributed server with a PassThrough blob store.
> IMAP APPENDing 2 time the same mail to "bob" on top of such a server should result in the body being stored 2 times (so 4 objects in the blobStore).
> h2. How
> Add a {{duplication.enable}} option within {{blobstore.properties}} (default to false)
> BlobStoreConfiguration will allow a {{duplicationEnabled()}} method call.
> BlobStoreModulesChooser need bind either PassThroughBlobStore or DeDuplicatingBlobStore depending on {{duplicationEnabled()}} result.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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