-
Notifications
You must be signed in to change notification settings - Fork 358
[Bug] Core changes to ImmutableOpenMap causing various failures #2714
Copy link
Copy link
Closed
Labels
triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.