Rechercher dans le manuel MySQL
18.6.6.3 Auto-Rejoin
The
group_replication_autorejoin_tries
system variable, which is available from MySQL 8.0.16, makes a
member that has been expelled or reached its unreachable
majority timeout try to rejoin the group automatically. You can
specify a number of attempts that the member makes to rejoin the
group, instead of just accepting its expulsion as soon as it
resumes communication. Activate auto-rejoin if you can tolerate
the possibility of stale reads and want to minimize the need for
manual intervention, especially where transient network issues
fairly often result in the expulsion of members.
When the member's expulsion or unreachable majority timeout is
reached, it makes an attempt to rejoin (using the current plugin
option values), then continues to make further auto-rejoin
attempts up to the specified number of tries. After an
unsuccessful auto-rejoin attempt, the member waits 5 minutes
before the next try. If the specified number of tries is
exhausted without the member rejoining or being stopped, the
member proceeds to the action specified by the
group_replication_exit_state_action
system variable.
During the auto-rejoin procedure, the expelled member remains in
super read only mode and displays an ERROR
state on its view of the replication group. Bear in mind that
while a member remains in super read only mode, although writes
cannot be made on the member, reads can, with an increasing
likelihood of stale reads over time. If you do want to intervene
to take the member offline, the member can be stopped manually
at any time by using a STOP
GROUP_REPLICATION
statement or shutting down the
server.
You can monitor the auto-rejoin procedure using the Performance
Schema. While an auto-rejoin procedure is taking place, the
Performance Schema table
events_stages_current
shows the
event “Undergoing auto-rejoin procedure”, with the
number of retries that have been attempted so far during this
instance of the procedure (in the
WORK_COMPLETED
field). The
events_stages_summary_global_by_event_name
table shows the number of times the server instance has
initiated the auto-rejoin procedure (in the
COUNT_STAR
field). The
events_stages_history_long
table
shows the time each of these auto-rejoin procedures was
completed (in the TIMER_END
field).
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 26/06/2006, zuletzt geändert 26/10/2018
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/mysql-rf-group-replication-responses-failure-rejoin.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.