linagora / james-project

Mirror of Apache James Project
Apache License 2.0
72 stars 62 forks source link

[DOCAPOSTE] MessageIdManager::setInMailboxes data race #5287

Open chibenwa opened 1 month ago

chibenwa commented 1 month ago

On the Cassandra implementation

When I move message A from mailboxA to mailboxB concurrently Then email can happen to be in mailboxB twice.

Try to reproduce....