Use readable names for cluster channel/map options in documentation AND sample configurations #929
+81
−7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix 62814: Use readable names for cluster channel/map options in documentation AND sample configurations
This patch updates several clustering documentation files to clarify that
both channelSendOptions and mapSendOptions accept human-readable option
names in addition to the existing integer bitmask values.
Tomcat already supports readable names (e.g., "async", "sync,use_ack"),
but the current documentation focuses primarily on numeric flags and
does not explicitly mention that mapSendOptions also supports the same
syntax. This can lead to confusion when configuring BackupManager or
interpreting sample configurations.
Changes included:
references to readable option names. Improved consistency with the
configuration reference.
to document readable names and clarify default behavior.
updated clustering documentation.
No functional code changes are included in this patch. This is a
documentation update only.
Please let me know if further adjustments or additional examples are
desired. I am happy to iterate on the patch.