Search



Search Results
Displaying 1111 to 1120 of 2691 total results
https://dev.mysql.com/doc/refman/8.4/en/group-replication-compatibility-upgrade.html
When all members have been upgraded to the same release, they all change back to read/write mode automatically. To deal with a problem situation, for example if you have to roll back an upgrade to a previous major version or add extra capacity to a ... During an online upgrade procedure, if the group is in single-primary mode, all the servers that are not currently offline for upgrading function as they did ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-deploying-locally.html
Usually you want all members to be able to serve as seeds for members that are joining the group and have not got the transactions processed by the group. The remaining steps of Section 20.2.1, “Deploying Group Replication in Single-Primary ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-functions-for-communication-protocol.html
You do not have to use these functions yourself for an InnoDB cluster. For an upgrade, specify the new MySQL Server version to which the existing group members have been upgraded. The following functions enable you to inspect and configure the ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-offline-upgrade.html
If you have a requirement to allow members at earlier releases to join, you can use the group_replication_set_communication_protocol() function to downgrade the communication protocol version, specifying the MySQL Server version of the prospective ... To perform an offline upgrade of a Group Replication group, you remove each member from the group, perform an upgrade of the member and then restart the group as ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-online-upgrade-combining-versions.html
However, while you are in the process of upgrading an online group, in order to maximize availability, you might need to have members with different MySQL Server versions running at the same time. At this point the member applies the policies for ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-performance-message-fragmentation.html
For example: STOP GROUP_REPLICATION; SET GLOBAL group_replication_communication_max_message_size= 5242880; START GROUP_REPLICATION; Message delivery for a fragmented message is considered complete when all the fragments of the message have been ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-performance-xcom-cache-reduce.html
If you reduce the cache size limit, XCom removes the oldest entries that have been decided and delivered until the current size is below the limit. The minimum setting for the XCom message cache size in MySQL 8.4 is 128 MB, which enables deployment ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-responses-failure-expel.html
The waiting period before expelling a member only applies to members that have previously been active in the group. It is not mandatory for all members of a group to have the same setting for group_replication_member_expel_timeout, but it is ... You ...
https://dev.mysql.com/doc/refman/8.4/en/group-replication-secure-user.html
If group members have been set up to support the use of a remote cloning operation as part of distributed recovery, this replication user is also used as the clone user on the donor, and requires the correct permissions for this role. User ... State ...
https://dev.mysql.com/doc/refman/8.4/en/handler-scope.html
It is possible to have several applicable handlers with the same precedence. A stored program may include handlers to be invoked when certain conditions occur within the program. The applicability of each handler depends on its location within the ...
Displaying 1111 to 1120 of 2691 total results