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]: 多服务器均衡无法使用,所有proxy的路由变成direct出去了 #6285

Open
2 tasks done
dzw13579 opened this issue Dec 14, 2024 · 1 comment
Open
2 tasks done
Labels
bug Something isn't working

Comments

@dzw13579
Copy link

预期情况

所有路由应走对应规则

实际情况

选择了多服务器均衡的资料,所有原本应该走proxy的规则都直接走direct出去了,然后还显示连接的线路延迟为-1ms
同样的路由profile单选一条线路资料使用是正常的

复现方法

使用服务器负载均衡,必定出现

日志信息

2024-12-14 12:40:18.2151-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.)
2024-12-14 12:40:18.2151-DEBUG
2024-12-14 12:40:18.2151-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
2024-12-14 12:40:18.2337-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.)
2024-12-14 12:40:18.2337-DEBUG
2024-12-14 12:40:18.2337-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
2024-12-14 17:52:45.9038-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.)
2024-12-14 17:52:45.9038-DEBUG
2024-12-14 17:52:45.9038-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
2024-12-14 17:52:45.9163-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.)
2024-12-14 17:52:45.9163-DEBUG
2024-12-14 17:52:45.9163-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.
2024-12-14 17:56:15.6260-DEBUG TaskScheduler_UnobservedTaskException,A Task's exception(s) were not observed either by Waiting on the Task or accessing its Exception property. As a result, the unobserved exception was rethrown by the finalizer thread. (Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.)
2024-12-14 17:56:15.6260-DEBUG
2024-12-14 17:56:15.6260-ERROR System.IO.IOException: Unable to read data from the transport connection: 远程主机强迫关闭了一个现有的连接。.

image
image
image

额外信息

image

我确认已更新至最新版本

我确认已查询历史issues

@dzw13579 dzw13579 added the bug Something isn't working label Dec 14, 2024
@2dust
Copy link
Owner

2dust commented Dec 15, 2024

你选择两个节点使用此功能后,在guiConfigs会产生配置文件 configMultipleLoad.json
自己看下路由规则是否有问题,注意 balancerTag是否有
也可以发出来配置

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants