You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
returnclusterService.state().getMetadata().getIndices().valuesIt();
These changes are the result of the Core refactor to no longer use ImmutableOpenMap.
stephen-crawford
added
triaged
Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
and removed
untriaged
Require the attention of the repository maintainers and may need to be prioritized
labels
Apr 24, 2023
stephen-crawford
changed the title
[Bug] ClusterService.state()...valuesIt() failing due to unknown symbol valuesIt()
[Bug] Core changes to ImmutableOpenMap causing various failures
Apr 24, 2023
Builds against main (and potentially other versions) are encountering issues related to the
valuesIt()
method used by theclusterService
when it tries to look at the list of indices.These changes are the result of the Core refactor to no longer use
ImmutableOpenMap
.Originally posted by @willyborankin in #2557 (comment)
The text was updated successfully, but these errors were encountered: