Rechercher dans le manuel MySQL
22.5.10.1 The ndbinfo arbitrator_validity_detail Table
The arbitrator_validity_detail
table shows
the view that each data node in the cluster has of the
arbitrator. It is a subset of the
membership
table.
The following table provides information about the columns in
the arbitrator_validity_detail
table. For
each column, the table shows the name, data type, and a brief
description. Additional information can be found in the notes
following the table.
Table 22.375 Columns of the arbitrator_validity_detail table
Column Name | Type | Description |
---|---|---|
node_id |
integer | This node's node ID |
arbitrator |
integer | Node ID of arbitrator |
arb_ticket |
string | Internal identifier used to track arbitration |
arb_connected |
Yes or No |
Whether this node is connected to the arbitrator |
arb_state |
Enumeration (see text) | Arbitration state |
The node ID is the same as that reported by ndb_mgm -e "SHOW".
All nodes should show the same arbitrator
and
arb_ticket
values as well as the same
arb_state
value. Possible
arb_state
values are
ARBIT_NULL
, ARBIT_INIT
,
ARBIT_FIND
, ARBIT_PREP1
,
ARBIT_PREP2
, ARBIT_START
,
ARBIT_RUN
, ARBIT_CHOOSE
,
ARBIT_CRASH
, and UNKNOWN
.
arb_connected
shows whether the current node
is connected to the arbitrator
.
Traduction non disponible
Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-mysql-cluster-ndbinfo-arbitrator-validity-detail.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.