Tellier Benoit created MAILBOX-257: -------------------------------------- Summary: 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: Tellier Benoit Fix For: 0.6
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 (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org