Skip to content
New issue

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

[bug]bcs-k8s-watch的队列阻塞 #220

Closed
bryanhe-bupt opened this issue Oct 8, 2019 · 0 comments
Closed

[bug]bcs-k8s-watch的队列阻塞 #220

bryanhe-bupt opened this issue Oct 8, 2019 · 0 comments
Assignees
Labels
bug Something isn't working confirmed issue is confirmed inner issue comes from Tencent side

Comments

@bryanhe-bupt
Copy link
Contributor

bcs-k8s-watch在处理所有资源的事件更新时需要上报给bcs-storage。因为需要保证上报的顺序,所以是串行调用的,会把不同资源的上报事件放在不同的队列当中。
因为k8s集群中node的更新事件相当频繁,node每10秒就会上报自己的新的状态,在集群规模很大时,node的更新事件线性增长,bcs-k8s-watch在调用bcs-storage时处理不过来,导致node资源的队列堆积,使得事件更新有很大的延迟。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed issue is confirmed inner issue comes from Tencent side
Projects
None yet
Development

No branches or pull requests

2 participants