Galera 核心参数详解(一)

         经各种折腾,重要把MariaDB+Galera集群搭建起来,可是实际运行过程中发现有失败的现象,一个节点操作成功,另外两个节点并没有同步成功,度娘了一会也没发现解决办法。只能从头来学习下这个插件,看看有没有思路。

         先从核心参数了解下:

         1、wsrep_apply_oooe,下面是官网解释:

Description: How often writesets have been applied out of order, an indicators of parallelization efficiency.

          大概翻译后是这个意思:写入集的有序应用频率,是并行化效率的指标。查询了实际环境中的默认值是 0

 

        2、wsrep_apply_oool,官网解释:

Description: How often writesets with a higher sequence number were applied before ones with a lower sequence number, implying slow writesets.

         大概翻译后是这个意思:在序列号较低的写入集之前应用具有较高序列号的写入集的频率,这意味着写入集速度较慢。查询了实际环境中的默认值是 0

 

        3、wsrep_apply_window,官网解释:

Description: Average distance between highest and lowest concurrently applied seqno.

        大概翻译后是这个意思:最高和最低并发应用 seqno 之间的平均距离。查询了实际环境中的默认值是 1

 

        4、wsrep_cert_deps_distance,官网解释:

Description: Average distance between the highest and the lowest sequence numbers that can possibly be applied in parallel, or the potential
degree of parallelization.

       大概翻译后是这个意思:可能并行应用的最高和最低序列号之间的平均距离,或潜在的并行化程度。查询了实际环境中的默认值是 1

 

        5、wsrep_cert_index_size,官网解释:

Description: The number of entries in the certification index.

         大概翻译后是这个意思:认证索引中的条目数。查询了实际环境中的默认值是 9

 

        6、wsrep_cert_interval,官网解释:

Description: Average number of transactions received while a transaction replicates

         大概翻译后是这个意思:事务复制时收到的事务的平均数量。查询了实际环境中的默认值是 0

 

        7、wsrep_cluster_capabilities,官网解释:

Description: 

         大概翻译后是这个意思:集群能力。查询了实际环境中的默认值是 空(不是null,而是没有任何值)

 

        8、wsrep_cluster_conf_id,官网解释:

  Description: Total number of cluster membership changes that have taken place.

         大概翻译后是这个意思:已发生的群集成员身份更改总数。查询了实际环境中的默认值是 18446744073709551615

 

        9、wsrep_cluster_size,官网解释:

  Description: Number of nodes currently in the cluster.

         大概翻译后是这个意思:在当前集群中有节点的数量,实际理解就是加入的服务器数量。查询了实际环境中的默认值是 3(因为我部署了三台),此值实际经验是要大于等于3且数值最好是奇数,偶数容易产生脑裂现象。

 

        10、wsrep_cluster_state_uuid,官网解释:

Description: UUID state of the cluster. If it matches the value in wsrep_local_state_uuid, the local and cluster nodes are in sync.

         大概翻译后是这个意思:群集的 UUID 状态。如果它与值wsrep_local_state_uuid匹配,则本地节点和群集节点将同步。此值是第一次启动后生成的GUID值。

       今天先学习到。

     

上一篇:从零开始数据科学与机器学习算法-朴素贝叶斯-07


下一篇:以太网转串口模块,RJ45转RS232