mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 07:19:23 +08:00
master: disconnect only the phantom volume server
fix https://github.com/chrislusf/seaweedfs/issues/2311
This commit is contained in:
@@ -18,6 +18,7 @@ type DataNode struct {
|
||||
Port int
|
||||
PublicUrl string
|
||||
LastSeen int64 // unix time in seconds
|
||||
Counter int // in race condition, the previous dataNode was not dead
|
||||
}
|
||||
|
||||
func NewDataNode(id string) *DataNode {
|
||||
|
Reference in New Issue
Block a user