SzyWilliam commented on code in PR #14866:
URL: https://github.com/apache/iotdb/pull/14866#discussion_r1969567205
##########
iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/manager/load/cache/AbstractLoadCache.java:
##########
@@ -40,9 +45,27 @@ public abstract class AbstractLoadCache {
// The current statistics calculated by the latest heartbeat sample
Review Comment:
Sure let's remove `HEARTBEAT_TIMEOUT_TIME_IN_NS` and keep it same with
`failure_detector_fixed_threshold_in_ms`.
It seems that we cannot simply apply Node failure to RegionCache.
RegionCache uses logical timestamp instead of physical timestamp. Let's keep
`regionCache` unchanged.
--
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]