mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
[ISSUE #7812] Remove reachable flag in brokers' available judgement.
This commit is contained in:
+1
-1
@@ -238,7 +238,7 @@ public class LatencyFaultToleranceImpl implements LatencyFaultTolerance<String>
|
||||
}
|
||||
|
||||
public boolean isAvailable() {
|
||||
return reachableFlag && System.currentTimeMillis() >= startTimestamp;
|
||||
return System.currentTimeMillis() >= startTimestamp;
|
||||
}
|
||||
|
||||
public boolean isReachable() {
|
||||
|
||||
Reference in New Issue
Block a user