zoukankan      html  css  js  c++  java
  • etcd频繁选举leader

    etcd频繁选举leader

    集群中etcd出现报警

    Alert Name: A high number of leader changes within the etcd cluster are happening
    Severity: warning
    Cluster Name: shdmz-prod-diamond (ID: c-n6wc4)
    Namespace: cattle-prometheus
    Expression: increase(etcd_server_leader_changes_seen_total[1h])>3
    Description: Threshold Crossed: datapoint value 4.067796610169491 was greater than to the threshold (3) for (3m)
    

     日志中发现的问题,还有类似心跳检测超时的情况

    2020-07-08 11:32:11.730958 W | rafthttp: the clock difference against peer db40725e6f94d8e3 is too high [13.717094955s > 1s] (prober "ROUND_TRIPPER_RAFT_MESSAGE")

     解决方式

    1、集群中有某些机器时间不同步

    2、扩大心跳检测时长

    - --election-timeout=5000
    - --heartbeat-interval=500
    
  • 相关阅读:
    odoo10 入门
    git 命令详细介绍
    odoo中Python实现小写金额转换为大写金额
    {DARK CTF } OSINT/Eye
    2020 12 18
    2020 12 17
    2020 12 16
    2020 12 15
    2020 11 14
    2020 11 13
  • 原文地址:https://www.cnblogs.com/Wshile/p/13289641.html
Copyright © 2011-2022 走看看