opensearch-project / performance-analyzer

📈 Get detailed performance metrics from your cluster independently of the Java Virtual Machine (JVM)
https://opensearch.org/docs/latest/monitoring-plugins/pa/index/
Apache License 2.0
33 stars 67 forks source link

Remove usage of deprecated "master" APIs #513

Closed andrross closed 10 months ago

andrross commented 12 months ago

All usages have been replaced with the "cluster manager" variants.

Additional context I'm looking at removing MasterService in the core repo and this appears to be the only remaining reference outside of core. Note the build appears to be broken on main (?) but this commit can be cleanly cherry picked on to the 2.x branch where it will compile successfully.

Here is the closed issue that refers to removing deprecated APIs: #152

Check List

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.