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

你好,前端任务配置后,点立即执行报错 #6

Open
djp82645 opened this issue Aug 4, 2020 · 1 comment
Open

你好,前端任务配置后,点立即执行报错 #6

djp82645 opened this issue Aug 4, 2020 · 1 comment

Comments

@djp82645
Copy link

djp82645 commented Aug 4, 2020

forest.go 配置 为DefaultEndpoints = "127.0.0.1:2379,47.52.112.191:2379",
报错信息为
{"time":"2020-08-04T14:29:00.1275917 08:00","level":"WARN","prefix":"-","file":"executor.go","line":"46","message":"the group:test,select a client error:&errors.errorString{s:"the group:test,has no client to select"}"}
前端调度集群只有leader没有floower

@busgo
Copy link
Owner

busgo commented Aug 4, 2020

前端调度集群只有leader没有follower

请启动多个调度节点因为您只有一个调度节点(单节点肯定只有Leader 没有 Follower了)。

{"time":"2020-08-04T14:29:00.1275917 08:00","level":"WARN","prefix":"-","file":"executor.go","line":"46","message":"the group:test,select a client error:&errors.errorString{s:"the group:test,has no client to select"}"}

请启动对应的任务作业节点并保证注册在您在前端配置的对应的任务作业分组下【调度集群节点和任务作业节点是分开的】。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants