* One aspect of code quality is to have better expressions. * Update ClientBeatProcessor.java * Update ClientBeatProcessor.java
This commit is contained in:
parent
40cb9ecc43
commit
64601e0581
@ -81,8 +81,7 @@ public class ClientBeatProcessor implements Runnable {
|
|||||||
Loggers.EVT_LOG.debug("[CLIENT-BEAT] refresh beat: {}", rsInfo.toString());
|
Loggers.EVT_LOG.debug("[CLIENT-BEAT] refresh beat: {}", rsInfo.toString());
|
||||||
}
|
}
|
||||||
instance.setLastBeat(System.currentTimeMillis());
|
instance.setLastBeat(System.currentTimeMillis());
|
||||||
if (!instance.isMarked()) {
|
if (!instance.isMarked() && !instance.isHealthy()) {
|
||||||
if (!instance.isHealthy()) {
|
|
||||||
instance.setHealthy(true);
|
instance.setHealthy(true);
|
||||||
Loggers.EVT_LOG
|
Loggers.EVT_LOG
|
||||||
.info("service: {} {POS} {IP-ENABLED} valid: {}:{}@{}, region: {}, msg: client beat ok",
|
.info("service: {} {POS} {IP-ENABLED} valid: {}:{}@{}, region: {}, msg: client beat ok",
|
||||||
@ -93,5 +92,4 @@ public class ClientBeatProcessor implements Runnable {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user