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 bt...@apache.org on 2019/12/11 04:50:31 UTC

[james-project] 01/10: Document Health checks routes return code changes in upgrade instructions

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 ab36c10146e2a31c814f06e15782613a58438e09
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Dec 10 15:56:35 2019 +0700

    Document Health checks routes return code changes in upgrade instructions
---
 upgrade-instructions.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/upgrade-instructions.md b/upgrade-instructions.md
index 5b25f7f..1aecc06 100644
--- a/upgrade-instructions.md
+++ b/upgrade-instructions.md
@@ -22,6 +22,21 @@ Change list:
  - [UsersFileRepository](#usersfilerepository)
  - [ElasticSearch performance enhancements](#elasticsearch-performance-enhancements)
  - [JAMES-2703 Post 3.4.0 release removals](#james-2703-post-340-release-removals)
+ - [Health checks routes return code changes](#health-checks-routes-return-code-changes)
+ 
+#### Health checks routes return code changes
+
+Date 10/12/2019
+
+SHA-1 cdbc0ee65f
+
+Concerned products: Guice products
+
+Health check return codes had been changed:
+ - Degraded James server will now answer 200 instead of 500. JSON payload needs to be read in order to act upon a degraded server.
+ - Unhealthy James server will now answer 503 instead of 500.
+ 
+Depending on specific deployment usage of health-checks, management scripts might need to be updated.
 
 #### RabbitMQ minimal version
 


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