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)" <ji...@apache.org> on 2020/06/22 00:46:00 UTC

[jira] [Closed] (MAILBOX-257) Create a tool to re-index documents in search index and recalculate quotas

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

Benoit Tellier closed MAILBOX-257.
----------------------------------
    Fix Version/s:     (was: 0.6)
       Resolution: Implemented

Quota recomputation had been contributed by [~rcordier]

Reindexing is now the generic feature described here.


> Create a tool to re-index documents in search index and recalculate quotas
> --------------------------------------------------------------------------
>
>                 Key: MAILBOX-257
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-257
>             Project: James Mailbox
>          Issue Type: Improvement
>    Affects Versions: 0.6
>            Reporter: Benoit Tellier
>            Priority: Major
>
> These operations are currently error prone due to the event system :
>  - Some event can be lost if a James server fails (just after writing to the data store, but before firing the event )
>  - Non CRDT problems with possible event reordering (example with reordering between message creation and deletion might result in a still present message )
>  - Data loss in the data store : https://aphyr.com/posts/323-call-me-maybe-elasticsearch-1-5-0
> We should implement a tool that allows us to re-compute this and expose it to the administrative interface.
> Computation can affect all mailboxes (cold fixup / migration) or one specific mailbox / namespace.



--
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