archan0621 opened a new pull request, #929: URL: https://github.com/apache/tomcat/pull/929
Fix [62814](https://bz.apache.org/bugzilla/show_bug.cgi?id=63080): 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: - cluster-howto.xml: Updated explanations of send options and added references to readable option names. Improved consistency with the configuration reference. - cluster-manager.xml: Expanded the mapSendOptions attribute description to document readable names and clarify default behavior. - cluster-valve.xml: Minor adjustments to align terminology with the 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
