...
|
...
|
@@ -99,7 +99,7 @@ public class RedisTask extends Task { |
|
|
DEBUG.error("Failed to write-read redis {} ,error {}",this.getUrl(),e);
|
|
|
|
|
|
e.printStackTrace();
|
|
|
|
|
|
|
|
|
this.getAlarmMsgService().sendSms("Redis", "Failed to write-read redis:" + this.getUrl() + "," + "role:" + redisInfo.getRole() + ".", this.getSnsMobileConfig().getBaseMobile());
|
|
|
|
|
|
redisInfo.setStatus("NO-OK");
|
...
|
...
|
|