-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Labels
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Done