Skip to content

[Bug] Core changes to ImmutableOpenMap causing various failures  #2714

@stephen-crawford

Description

@stephen-crawford

Builds against main (and potentially other versions) are encountering issues related to the valuesIt() method used by the clusterService when it tries to look at the list of indices.

/home/runner/work/security/security/src/main/java/org/opensearch/security/privileges/PrivilegesEvaluator.java:652: error: cannot find symbol
                   return clusterService.state().getMetadata().getIndices().valuesIt();

These changes are the result of the Core refactor to no longer use ImmutableOpenMap.

Originally posted by @willyborankin in #2557 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions