From b13b334667f9841360e57ac3b868ae02fe079f70 Mon Sep 17 00:00:00 2001 From: Gareth Johnston <92283680+gareth-johnston@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:58:50 +0100 Subject: [PATCH] Add client connectivity logging property [HZ-4734] (#1123) Adds reference docs for new client property `hazelcast.client.connectivity.logging.delay.seconds` Mono PR: https://github.com/hazelcast/hazelcast-mono/pull/2151 (cherry picked from commit 917a271c4e1b4dfd22aac0fa86ef9b08591bb211) --- docs/modules/clients/pages/java.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/modules/clients/pages/java.adoc b/docs/modules/clients/pages/java.adoc index 1d87a3808..4c3d04a44 100644 --- a/docs/modules/clients/pages/java.adoc +++ b/docs/modules/clients/pages/java.adoc @@ -2628,6 +2628,15 @@ increased performance and reduced memory usage. to the same member when this property is `true`. When it is set to `false`, the client tries to connect to the members in the given order. +|`hazelcast.client.connectivity.logging.delay.seconds` +|10 +|int +|Delay in seconds after which the client logs connectivity statistics after member connection changes. +If a member connection state changes before the delay period has elapsed, the delay is reset. +The delay reduces noise from frequent connection updates that +can occur in bursts. Note that only the last connectivity view will be +logged when the task is run after this delay. + |`hazelcast.client.statistics.enabled` |false |bool