Skip to content

CoordinatorRuleManager.rules doesn't need to store ConcurrentHashMap #9292

@leventov

Description

@leventov

CoordinatorRuleManager didn't have a race condition prior to #6898, actually, because the ConcurrentHashMap is never modified after assigning into AtomicReference. So the proper fix was (and the proper action now is) to replace ConcurrentHashMap with simple HashMap.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions