You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2023/04/21 04:19:43 UTC

[james-project] 06/06: JAMES-3777 Upgrade instructions for filter increments

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 3361957762889ea2f85b58dc4dde7e140748c5e5
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Apr 19 16:40:21 2023 +0700

    JAMES-3777 Upgrade instructions for filter increments
---
 upgrade-instructions.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index 64ac011062..a7d8d80bed 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -28,6 +28,21 @@ Change list:
 - [Adding delegatedUser column to user_table](#adding-delegatedusers-column-to-user-table)
 - [DeletedMessageVaultHook should not be used on Cassandra based products](#deleted-message-vault-is-now-deactivated-by-default)
 
+### JMAP filters event sourcing increments and snapshots
+
+Date: 19/04/2023
+
+JIRA: https://issues.apache.org/jira/browse/JAMES-3777
+
+Concerned products: Distributed James, Cassandra James Server
+
+We recommend disabling increments during rolling updates (as older nodes in the cluster won't support them).
+This can be done with the following system property:
+
+```
+-Djames.jmap.filters.eventsource.increments.enabled=false
+```
+
 ### DeletedMessageVaultHook should not be used on Cassandra based products
 
 Date: 10/02/2023


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