You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by rc...@apache.org on 2020/10/12 07:40:19 UTC

[james-project] 12/12: JAMES-3406 About ElasticSearch consistency model.

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

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

commit f41c3ac2e1b47afa381bcbae21fb9e014348740e
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Oct 7 09:48:19 2020 +0700

    JAMES-3406 About ElasticSearch consistency model.
---
 .../servers/pages/distributed/architecture/consistency-model.adoc  | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/modules/servers/pages/distributed/architecture/consistency-model.adoc b/docs/modules/servers/pages/distributed/architecture/consistency-model.adoc
index dc8f200..e5facc4 100644
--- a/docs/modules/servers/pages/distributed/architecture/consistency-model.adoc
+++ b/docs/modules/servers/pages/distributed/architecture/consistency-model.adoc
@@ -53,7 +53,12 @@ or very slow operations.
 
 === ElasticSearch consistency model
 
-TODO
+ElasticSearch relies on link:https://www.elastic.co/blog/a-new-era-for-cluster-coordination-in-elasticsearch[strong consistency]
+with home grown algorithm.
+
+The 6.x release line, that the distributed server is using is known to be slow to recover from failures.
+
+Be aware that data is asynchronously indexed in ElasticSearch, changes will be eventually visible.
 
 === RabbitMQ consistency model
 


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