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

[BUG] MasterThrottlingRetryListener looked up at runtime, but does it exist? #514

Closed andrross closed 9 months ago

andrross commented 12 months ago

Possible bug here. I found reference to the fully qualified class name "org.opensearch.action.support.master.MasterThrottlingRetryListener", which is used to try to look up that class in the classpath at runtime using reflection. However, I can't seem to find that class anywhere in the OpenSearch project. I do see it mentioned in this PR that was merged to a feature branch, but the class was actually renamed before it was merged. I can't find it anywhere in the OpenSearch commit history. Is this correct in the PA code?