David William
David William
**What this PR does / why we need it**: - [x] Smoke testing completed **Does this PR need to be backport to the previous release branch?**: None /cc @zexi /area...
**问题描述/What happened**: 前提:平台上创建一个告警策略:磁盘使用率>90%触发告警 问题: 一台虚拟机有多个磁盘,其中一块磁盘使用率>90%,另外一个块磁盘使用率只有2%,这种情况下不会触发报警。 可能原因: 如果虚拟机有多块磁盘,会按多块盘的平均值去计算 **环境/Environment**: - OS (e.g. `cat /etc/os-release`): - Kernel (e.g. `uname -a`): - Host: (e.g. `dmidecode | egrep -i 'manufacturer|product' |sort -u`) - Service...
前提: 当rabbitmq server发生网络波动或者重启,rabbitConnection重连后,publish失败 可能原因: 发送reconnect,不会重新new ExchangeChannel,导致channel还是用的旧的connection,所以publish失败