SzyWilliam commented on code in PR #15014:
URL: https://github.com/apache/iotdb/pull/15014#discussion_r2004636118


##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/load/cache/region/RegionCache.java:
##########
@@ -50,7 +50,7 @@ public synchronized void updateCurrentStatistics(boolean 
forceUpdate) {
       if (lastSample == null) {
         /* First heartbeat not received from this region, status is UNKNOWN */
         status = RegionStatus.Unknown;
-      } else if (!failureDetector.isAvailable(history)) {

Review Comment:
   Fixed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to