Checking Configuration Version
There are two main ways to check which configuration mechanism version (V1 or V2) the nodes of your YDB cluster are using:
With Embedded UI
This method can be used if metrics collection from the YDB cluster to the monitoring system is not configured. You can check the configuration version for a specific node or switch between nodes in the built-in web interface Embedded UI:
-
Open the
configs_dispatcher
actor page for any cluster node in your browser:http://<endpoint>:8765/actors/configs_dispatcher
where
<endpoint>
is the address of any YDB cluster node. -
In the upper part of the opened page, find the
Configuration version
field. It shows the configuration version (v1
orv2
) used by this node.This is how the page of a node using configuration V1 looks:
-
To check other nodes, use the
Nodes...
search field in the upper right corner of the page to switch between nodes.
With Cluster Metrics
This method is convenient when there are a large number of nodes in the YDB cluster. If you have configured metrics collection from the YDB cluster to the monitoring system, perform the following actions:
- Find the dashboard displaying cluster metrics.
- Go to the
config
sensor group and theconfigs_dispatcher
subsystem. - Pay attention to the
ConfigurationV1
andConfigurationV2
sensors. The values of these sensors show the number of cluster nodes running with configuration V1 and V2 respectively.
For example, if ConfigurationV1 > 0
, it means there are nodes in the cluster that use configuration V1. If ConfigurationV1 = 0
and ConfigurationV2
equals the total number of nodes, it means all nodes use configuration V2.