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
32 stars 66 forks source link

[AUTO] Increment version to 2.11.1-SNAPSHOT #586

Closed opensearch-trigger-bot[bot] closed 7 months ago

opensearch-trigger-bot[bot] commented 8 months ago
Divyaasm commented 7 months ago

Hi @ansjcy @sbcd90, could please look into the failed checks and eventually merge the PR. Thanks

ansjcy commented 7 months ago

The dry run is failig.

 symbol:   variable CLUSTER_MANAGER_METRICS_ERROR
  location: class ClusterManagerServiceMetrics
/home/runner/work/performance-analyzer/performance-analyzer/tmp/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/collectors/ClusterManagerServiceEventMetrics.java:54: error: cannot find symbol
                CLUSTER_MANAGER_METRICS_ERROR);
                ^
  symbol:   variable CLUSTER_MANAGER_METRICS_ERROR
  location: class ClusterManagerServiceEventMetrics
/home/runner/work/performance-analyzer/performance-analyzer/tmp/performance-analyzer/src/main/java/org/opensearch/performanceanalyzer/collectors/ClusterManagerServiceEventMetrics.java:166: error: cannot find symbol
            StatsCollector.instance().logException(CLUSTER_MANAGER_METRICS_ERROR);
                                                   ^
  symbol:   variable CLUSTER_MANAGER_METRICS_ERROR
  location: class ClusterManagerServiceEventMetrics

We need to double check before merging.