Commit f9f8c89e by xueli.xue

HA

parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment