Skip to content

[BUG] Constructors Incompatibility of API classes. #14068

@gargharsh3134

Description

@gargharsh3134

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions