Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'hazelcast.diagnostics.memberinfo.period.seconds' Property To Use 'seconds' In Plural [v/5.3] #1517

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/system-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ along with this and the following diagnostic related system properties, see the
0 means this plugin is disabled.


|`hazelcast.diagnostics.memberinfo.period.second`
|`hazelcast.diagnostics.memberinfo.period.seconds`
|60
|long
|Frequency, in seconds, at which the cluster information is dumped to the diagnostics log file.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/maintain-cluster/pages/monitoring.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,7 @@ It is useful to get a fast impression of the cluster without needing to analyze

You can configure the frequency at which the cluster information is dumped to the log file using the following property:

* `hazelcast.diagnostics.memberinfo.period.second`: Set a value in seconds. Its default value is `60` seconds.
* `hazelcast.diagnostics.memberinfo.period.seconds`: Set a value in seconds. Its default value is `60` seconds.

==== EventQueue

Expand Down