Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][broker] Allow broker deployment in heterogeneous hw config cluster without restricting nic speed detection #345

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

nikhil-ctds
Copy link
Collaborator

@nikhil-ctds nikhil-ctds commented Nov 13, 2024

Motivation

Broker service unavailability during upgrades in heterogeneous hardware clusters occurs because the PR fails to account for varying NIC speeds across different VM types. Consequently, broker startups are failing on all VMs, and the workaround using loadBalancerOverrideBrokerNicSpeedGbps is ineffective due to the inability to manage diverse configurations for each broker.

Additionally, the changes were removed from ExtensibleLoadManagerTest.java as the test was failing. Here is the commit that removed the changes: (0c07ca2).

Verifying this change

  • Make sure that the change passes the CI checks.

Documentation

Need to update docs?

  • doc-required

  • no-need-doc

  • doc

…ter without restricting nic speed detection (apache#21409)

(cherry picked from commit 789d284)
@nikhil-ctds nikhil-ctds marked this pull request as ready for review November 19, 2024 10:44
@srinath-ctds srinath-ctds merged commit 97d5d9c into 3.1_ds Nov 19, 2024
48 checks passed
@srinath-ctds srinath-ctds deleted the nics-fix branch November 19, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants