8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug worker-agent 注册到server时无法指定多个server问题
因为在v5.1.0版本增加了Collections.shuffle(config.getServerAddress());方法 如下图
经测试需要 new ArrayList<>(Splitter.on( separator: ",").splitTolist(servers));再set到serversAddress中 如下图 修改内容如下图
The text was updated successfully, but these errors were encountered:
fix: worker-agent cannot specify multiple server issues when register…
bf60324
…ing with the server PowerJob#1012
1383e48
感谢 pr,5.1.0-bugfix 版本已合并
Sorry, something went wrong.
KFCFans
No branches or pull requests
Describe the bug

worker-agent 注册到server时无法指定多个server问题
因为在v5.1.0版本增加了Collections.shuffle(config.getServerAddress());方法


如下图
经测试需要 new ArrayList<>(Splitter.on( separator: ",").splitTolist(servers));再set到serversAddress中


如下图
修改内容如下图
The text was updated successfully, but these errors were encountered: