Skip to content

Reject ProposeRaftCommand from removed replicas #1972

Closed
@bdarnell

Description

@bdarnell

When a replica of a gossiped range is removed, the gossip goroutines may persist after the removal, and call ProposeRaftCommand. This will recreate the group in raft and hang the goroutine indefinitely. Store.ProposeRaftCommand should reject any commands for ranges that are not in the current Store.ranges map.

Discovered in #1928.

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