Comment 3 for bug 1977500

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-mysql-innodb-cluster (master)

Reviewed: https://review.opendev.org/c/openstack/charm-mysql-innodb-cluster/+/845893
Committed: https://opendev.org/openstack/charm-mysql-innodb-cluster/commit/a6552a0bed893a0aac30fb2970b1114dcc054096
Submitter: "Zuul (22348)"
Branch: master

commit a6552a0bed893a0aac30fb2970b1114dcc054096
Author: Mert Kırpıcı <email address hidden>
Date: Wed Jun 8 11:54:30 2022 +0400

    Add configuration option group-replication-message-cache-size

    The default value for this variable in MySQL is 1G. However according to
    the documentation[1], lower values are allowed for certain patch versions.
    This might come in handy for setups with strict memory availability.

    [1] https://dev.mysql.com/doc/refman/8.0/en/group-replication-options.html

    Closes-bug: #1977500

    Change-Id: I1daa85a97a391d1efb537f5791c76e84a3f92f4c
    Signed-off-by: Mert Kırpıcı <email address hidden>