Skip to content

failed node 修改存在逻辑错误 #118

@free-bird-a

Description

@free-bird-a

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

此处应该是:
if found {
ghostNodesSet[Node.ID] = true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions