From d8d536e7a237492ac7a142aca343d6565f1a0a5f Mon Sep 17 00:00:00 2001 From: Zach Callahan Date: Tue, 17 Jun 2025 17:50:35 -0500 Subject: [PATCH] docs(caching): clarified wording for the jgroups fd port offset This change updates the documentation for caching to better explain the relationship between the default jgroups failure detection port offset and the actual port. Closes #40564 Signed-off-by: Zach Callahan --- docs/guides/server/caching.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/server/caching.adoc b/docs/guides/server/caching.adoc index 1774b072abb9..04ab4535ce7c 100644 --- a/docs/guides/server/caching.adoc +++ b/docs/guides/server/caching.adoc @@ -350,6 +350,7 @@ m|jgroups.fd.port-offset |Failure detection by protocol `FD_SOCK2`. It listens to the abrupt closing of a socket to suspect a {project_name} server failure. The `jgroups.fd.port-offset` property defines the offset from the `jgroups.bind.port`. +By default, the offset is set to 50000, making the failure detection port 57800. |===