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
.
Document created the 26/06/2006, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/mysql-rf-mysql-cluster-ndbinfo-arbitrator-validity-detail.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.