提交 f9f8c89e 编写于 作者: X xueli.xue

HA

上级 2e2ec18f
......@@ -98,7 +98,7 @@ public class RemoteHttpJobBean extends QuartzJobBean {
// for failover
String failoverMessage = "";
for (String address : handler_address.split(",")) {
for (String address : addressList) {
if (StringUtils.isNotBlank(address)) {
HashMap<String, String> params = new HashMap<String, String>();
params.put(HandlerParamEnum.TIMESTAMP.name(), String.valueOf(System.currentTimeMillis()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册