file: pgk/controller/heal/failednodes.go func listGhostNodes ... if !found { ghostNodesSet[Node.ID] = true } ..... 此处应该是: if found { ghostNodesSet[Node.ID] = true }