Have masters update DataNode details based on state heartbeats from volume servers. (#8017)

This commit is contained in:
Lisandro Pin
2026-01-30 06:51:46 +01:00
committed by GitHub
parent 6940b7d06e
commit 9e15823855
2 changed files with 18 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ type DataNode struct {
LastSeen int64 // unix time in seconds
Counter int // in race condition, the previous dataNode was not dead
IsTerminating bool
MaintenanceMode bool
}
func NewDataNode(id string) *DataNode {