Skip to content

[BUG]UDP类型的监听器不能正常工作 #24921

Description

@jinyan-0805

负载均衡器中创建UDP类型的监听器发现不能正常工作!做了调试,发现和UDP类型的健康检查有关,现象如下

1:关闭所有UDP类型监听器的健康检查,那么所有的UDP监听器就能正常工作
2:只要有一个UDP类型的监听器开启健康检查,那么所有UDP监听器就不能正常工作(gobetween程序异常)

这个gobetween的健康检查参数,这个kind为什么是pingudp呀,我看官网只支持ping,probe,exec。
"healthcheck": {
"kind": "pingudp",
"interval": "10s",
"passes": 3,
"fails": 2,
"timeout": "5s",
"Receive": "",
"Send": ""
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions