当前位置:网站首页>Debezium系列之:show slave status查看主从延迟可能存在的不同情形
Debezium系列之:show slave status查看主从延迟可能存在的不同情形
2022-07-19 21:15:00 【目标博客专家】
Debezium系列之:show slave status查看主从延迟可能存在的不同情形
一、主节点查看show slave status
- 返回的是空值
二、从节点查看show slave status
主要关注以下三个指标
- Slave_IO_Running
- Slave_SQL_Running
- Seconds_Behind_Master
正常值如下所示:
Slave_IO_Running | Slave_SQL_Running | Seconds_Behind_Master |
---|---|---|
Yes | Yes | 0 |
三、主节点查看show slave status参数Seconds_Behind_Master值为Null
Slave_IO_Running | Slave_SQL_Running | Seconds_Behind_Master |
---|---|---|
Yes | Yes | Null |
- Seconds_Behind_Master的值为Null,可能是这个主节点的数据库曾经作为其他数据库的从节点
- reset slave all清空从库信息,再查看show slave status
边栏推荐
- 典型的数据湖应用案例
- Dynamic memory management
- 云计算设计和规划安全控制措施
- 从数学推导开始,7万字一定带你学会支持向量机(免费PDF下载)
- 渗透测试靶机实战-SQL注入getshell
- English grammar_ Possessive pronoun
- Redis cluster details
- MySQL Authentication ‘root‘ ‘mysql_native_password‘ failed: Reading from the stream has failed
- After taking the PMP Exam, you can get the PDU for free
- [C# 调试]-使用 VS 2012 IDE 环境调试 C# 代码
猜你喜欢
2022 Henan Mengxin League game (2): Henan University of technology f - Handmade
ES6-11 学习笔记
如何搭建清晰易懂的数据看板?
Do you know MySQL mvcc
SQL question brushing: find out the current salary of all employees
基于全志RK3568J的RGB和SATA功能转接模块
面试官问我JVM的GC分代收集算法为什么这么设计
Has baozi ever played in the multi merchant system?
Design of the multi live architecture in different places of the king glory mall
模拟实现库函数--strcmp(字符二进制比较)
随机推荐
Full horizontal evaluation of mainstream timed task solutions
如何搭建清晰易懂的数据看板?
OpenMMLAB系列框架解读(基于PyTorch)
西北工业大学|使用交互式界面的多智能体模型协作
20220718 helmet, pedestrian detection, data set
PyTorch笔记 - R-Drop、Conv2d、3x3+1x1+identity算子融合
乐扣乐扣澄清欠税事件:不存在欠税,将一如既往合规经营,植根中国
(JS)不使用辅助空间找出数组中唯一成对的数
Good news | digital data won the "2022 love analysis · China's low code best practice case"
Redis distributed lock implemented by annotation
SQL optimization related
【面试必刷101】贪心算法、模拟、字符串
Module 7 of the construction camp
SQL刷题:找出所有员工当前薪水salary情况
MySQL查询优化
华硕Tinker Board 2S 与树莓派4B的区别在哪里
2022 Henan Mengxin League game (2): Henan University of technology B - Gem
Hbuilderx Eslint配置
2022 Henan Mengxin League game (2): Henan University of technology C - Zhanlong
[C# 调试]-使用 VS 2012 IDE 环境调试 C# 代码