-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
DataSenderFactory中的DataSenderChecker对于按百分比选择连接,使用更合理的分散算法与策略 #2
Labels
bug
Something isn't working and you are sure it's a bug!
Milestone
Comments
在DataSenderChecker初始化的时候添加,添加随机获取服务方法。 |
DataSenderChecker只在提取的时候随机,未在初始化选取连接时初始化,无法达到负载均衡的效果。 |
应使用更合理的负载机制,随机切换可用连接,不应该选取后不替换,造成部分服务器压力过大。 |
wu-sheng
changed the title
DataSenderFactory中的DataSenderChecker对于按百分比选择连接,处理不正确
DataSenderFactory中的DataSenderChecker对于按百分比选择连接,使用更合理的分散算法与策略
Dec 4, 2015
新的算法使用独立线程进行连接检测 |
wu-sheng
pushed a commit
that referenced
this issue
Jan 9, 2018
Fix DataTTLKeeperTimer's startTimestamp and endTimestamp
Closed
4 tasks
GuoDuanLZ
added a commit
to GuoDuanLZ/skywalking
that referenced
this issue
Jan 29, 2020
Update test case
4 tasks
liqiangz
pushed a commit
to liqiangz/skywalking
that referenced
this issue
Jun 9, 2021
3 tasks
3 tasks
lu-xiaoshuang
pushed a commit
to lu-xiaoshuang/skywalking
that referenced
this issue
Aug 12, 2024
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
百分比会默认选择靠前的连接,会造成集群中的服务器连接数量不均衡。
服务器列表靠前的服务器,连接数过大。
The text was updated successfully, but these errors were encountered: