We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
事件数据中的last_time不准确,导致主机变动信息没能及时更新到Job的缓存数据中,导致IP选择器无法选择受影响的主机,小概率出现。
经排查,last_time不准确(主机数据变了但last_time没变)的原因:
处理措施: CMDB:根据这次发现的问题,修复对应接口的last_time更新,一步步消除历史债务; Job:增加兜底策略,在事件处理机制中发现last_time相同的数据时,再从CMDB查询实时数据,用实时数据进行更新。
The text was updated successfully, but these errors were encountered:
perf: 事件处理中发现last_time不变的数据时再次查询CMDB实时数据进行更新 TencentBlueKing#2310
a67473e
b1cbcd1
添加事件重放OP接口
89cdf32
添加日志
Merge pull request #2668 from jsonwan/github_perf/sync
51c5fc8
perf: 事件处理中发现last_time不变的数据时再次查询CMDB实时数据进行更新 #2310
jsonwan
No branches or pull requests
事件数据中的last_time不准确,导致主机变动信息没能及时更新到Job的缓存数据中,导致IP选择器无法选择受影响的主机,小概率出现。
经排查,last_time不准确(主机数据变了但last_time没变)的原因:
处理措施:
CMDB:根据这次发现的问题,修复对应接口的last_time更新,一步步消除历史债务;
Job:增加兜底策略,在事件处理机制中发现last_time相同的数据时,再从CMDB查询实时数据,用实时数据进行更新。
The text was updated successfully, but these errors were encountered: