我的编程空间,编程开发者的网络收藏夹
学习永远不晚

PXC集群参数之wsrep_on

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

PXC集群参数之wsrep_on

修改wsrep_on参数值为off,drop表,打开另一个会话,发现表依旧存在。这个参数的主要作用是控制当前结点的写入是不是要复制到其他节点。与MySQL的sql_log_bin很相似。测试过程如下:

pxc01-->node1

mysql> show variables like 'wsrep_on';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| wsrep_on      | ON    |
+---------------+-------+
1 row in set (0.00 sec)

mysql> show status like 'wsrep%';
+----------------------------------+-------------------------------------------------------+
| Variable_name                    | Value                                                 |
+----------------------------------+-------------------------------------------------------+
| wsrep_local_state_uuid           | 23e153df-b664-11e9-89e3-ff2ae4f77a67                  |
| wsrep_protocol_version           | 9                                                     |
| wsrep_last_applied               | 16                                                    |
| wsrep_last_committed             | 16                                                    |
| wsrep_replicated                 | 1                                                     |
| wsrep_replicated_bytes           | 296                                                   |
| wsrep_repl_keys                  | 3                                                     |
| wsrep_repl_keys_bytes            | 48                                                    |
| wsrep_repl_data_bytes            | 178                                                   |
| wsrep_repl_other_bytes           | 0                                                     |
| wsrep_received                   | 6                                                     |
| wsrep_received_bytes             | 1206                                                  |
| wsrep_local_commits              | 1                                                     |
| wsrep_local_cert_failures        | 0                                                     |
| wsrep_local_replays              | 0                                                     |
| wsrep_local_send_queue           | 0                                                     |
| wsrep_local_send_queue_max       | 1                                                     |
| wsrep_local_send_queue_min       | 0                                                     |
| wsrep_local_send_queue_avg       | 0.000000                                              |
| wsrep_local_recv_queue           | 0                                                     |
| wsrep_local_recv_queue_max       | 1                                                     |
| wsrep_local_recv_queue_min       | 0                                                     |
| wsrep_local_recv_queue_avg       | 0.000000                                              |
| wsrep_local_cached_downto        | 14                                                    |
| wsrep_flow_control_paused_ns     | 0                                                     |
| wsrep_flow_control_paused        | 0.000000                                              |
| wsrep_flow_control_sent          | 0                                                     |
| wsrep_flow_control_recv          | 0                                                     |
| wsrep_flow_control_interval      | [ 173, 173 ]                                          |
| wsrep_flow_control_interval_low  | 173                                                   |
| wsrep_flow_control_interval_high | 173                                                   |
| wsrep_flow_control_status        | OFF                                                   |
| wsrep_cert_deps_distance         | 2.000000                                              |
| wsrep_apply_oooe                 | 0.000000                                              |
| wsrep_apply_oool                 | 0.000000                                              |
| wsrep_apply_window               | 1.000000                                              |
| wsrep_commit_oooe                | 0.000000                                              |
| wsrep_commit_oool                | 0.000000                                              |
| wsrep_commit_window              | 1.000000                                              |
| wsrep_local_state                | 4                                                     |
| wsrep_local_state_comment        | Synced                                                |
| wsrep_cert_index_size            | 5                                                     |
| wsrep_cert_bucket_count          | 22                                                    |
| wsrep_gcache_pool_size           | 2328                                                  |
| wsrep_causal_reads               | 0                                                     |
| wsrep_cert_interval              | 0.000000                                              |
| wsrep_open_transactions          | 0                                                     |
| wsrep_open_connections           | 0                                                     |
| wsrep_ist_receive_status         |                                                       |
| wsrep_ist_receive_seqno_start    | 0                                                     |
| wsrep_ist_receive_seqno_current  | 0                                                     |
| wsrep_ist_receive_seqno_end      | 0                                                     |
| wsrep_incoming_addresses         | 196.55.3.102:3308,196.55.3.102:3307,196.55.3.102:3306 |
| wsrep_cluster_weight             | 3                                                     |
| wsrep_desync_count               | 0                                                     |
| wsrep_evs_delayed                |                                                       |
| wsrep_evs_evict_list             |                                                       |
| wsrep_evs_repl_latency           | 0/0/0/0/0                                             |
| wsrep_evs_state                  | OPERATIONAL                                           |
| wsrep_gcomm_uuid                 | e0b9cedd-b698-11e9-90d1-8fe12b369d0b                  |
| wsrep_cluster_conf_id            | 3                                                     |
| wsrep_cluster_size               | 3                                                     |
| wsrep_cluster_state_uuid         | 23e153df-b664-11e9-89e3-ff2ae4f77a67                  |
| wsrep_cluster_status             | Primary                                               |
| wsrep_connected                  | ON                                                    |
| wsrep_local_bf_aborts            | 0                                                     |
| wsrep_local_index                | 2                                                     |
| wsrep_provider_name              | Galera                                                |
| wsrep_provider_vendor            | Codership Oy <info@codership.com>                     |
| wsrep_provider_version           | 3.37(r)                                               |
| wsrep_ready                      | ON                                                    |
+----------------------------------+-------------------------------------------------------+
71 rows in set (0.01 sec)

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| roidba             |
| sys                |
+--------------------+
5 rows in set (0.00 sec)

mysql> set wsrep_on=off;
Query OK, 0 rows affected (0.00 sec)

mysql> use roidba
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+------------------+
| Tables_in_roidba |
+------------------+
| t                |
| t1               |
+------------------+
2 rows in set (0.00 sec)

mysql> drop table t;
Query OK, 0 rows affected (0.01 sec)

mysql> 
mysql> show tables;
+------------------+
| Tables_in_roidba |
+------------------+
| t1               |
+------------------+
1 row in set (0.00 sec)

pxc02-->node2

mysql> show databases;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| roidba             |
| sys                |
+--------------------+
5 rows in set (0.00 sec)

mysql> use roidba;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+------------------+
| Tables_in_roidba |
+------------------+
| t                |
| t1               |
+------------------+
2 rows in set (0.00 sec)

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

PXC集群参数之wsrep_on

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

MySQL之PXC集群搭建的方法步骤

目录一、PXC 介绍1.1 PXC 简介1.2 PXC特性和优点1.3 PXC的局限和劣势1.4 PXC与Replication的区别二、实践2.1 搭建 PXC 集群2.2 集群同步验证2.3 新增数据库节点操作2.4 宕机操作一、PXC
2022-05-12

Kubernetes集群主要启动参数有哪些

这篇文章主要介绍了Kubernetes集群主要启动参数有哪些,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。说明:每个服务可以通过运行“cmd --help”命令进行查看,其中
2023-06-04

hadoop集群参数配置的方法是什么

Hadoop集群的参数配置可以通过两种方式进行:命令行方式和配置文件方式。命令行方式:可以通过在Hadoop集群的主节点上使用命令行工具进行参数配置,例如使用hadoop dfsadmin -setSpaceQuota命令来设置HDFS的配
hadoop集群参数配置的方法是什么
2024-03-13

大数据Hadoop之——Spark集群部署(Standalone)

目录一、Spark概述二、Spark的运行模式1)Standalone(本章讲解)2)Mesos3)YARN(推荐)4)K8S(新模式)三、Standalone 模式运行机制1)Standalone Client 模式2)Standalone Cluster
大数据Hadoop之——Spark集群部署(Standalone)
2020-01-26

聊一聊mycat数据库集群系列之双主双重实现

最近在梳理数据库集群的相关操作,现在花点时间整理一下关于mysql数据库集群的操作总结,恰好你又在看这一块,供一份参考。本次系列终结大概包括以下内容:多数据库安装、mycat部署安装、数据库之读写分离主从复制、数据库之双主多重、数据库分库分表。每一个点,有可能
聊一聊mycat数据库集群系列之双主双重实现
2017-03-04

编程热搜

目录