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
As part of #12333, constructors of some of the classes marked as API were changed to add a new ClusterManagerMetrics parameter. This is causing failures in the respective backport PRs (#13755 for reference) because of breaking changes.
Resolution:
The older constructors can use NoOpMetricsRegistry instance and instantiate the ClusterManagerMetrics object.
Describe the bug
As part of #12333, constructors of some of the classes marked as API were changed to add a new ClusterManagerMetrics parameter. This is causing failures in the respective backport PRs (#13755 for reference) because of breaking changes.
Resolution:
The older constructors can use NoOpMetricsRegistry instance and instantiate the ClusterManagerMetrics object.
Related component
Cluster Manager
To Reproduce
Reference Backport PR (#13755)
Expected behavior
The constructors compatibility for API classes should be retained.
Additional Details
No response
The text was updated successfully, but these errors were encountered: