-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 issue with allocator not considering subsequent clusters #10603
base: 4.20
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.20 #10603 +/- ##
=========================================
Coverage 16.00% 16.01%
- Complexity 13104 13118 +14
=========================================
Files 5651 5651
Lines 495870 495895 +25
Branches 60049 60057 +8
=========================================
+ Hits 79370 79422 +52
+ Misses 407638 407617 -21
+ Partials 8862 8856 -6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
All reactions
Sorry, something went wrong.
server/src/main/java/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java
Show resolved
Hide resolved
oh, check-style error
|
All reactions
Sorry, something went wrong.
@blueorangutan package |
All reactions
Sorry, something went wrong.
@weizhouapache a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
All reactions
Sorry, something went wrong.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12856 |
All reactions
Sorry, something went wrong.
@blueorangutan test |
All reactions
Sorry, something went wrong.
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
All reactions
Sorry, something went wrong.
[SF] Trillian Build Failed (tid-12800) |
All reactions
Sorry, something went wrong.
@blueorangutan test |
All reactions
Sorry, something went wrong.
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
All reactions
Sorry, something went wrong.
[SF] Trillian test result (tid-12801)
|
All reactions
Sorry, something went wrong.
...-allocators/random/src/main/java/com/cloud/agent/manager/allocator/impl/RandomAllocator.java
Outdated
Show resolved
Hide resolved
server/src/main/java/com/cloud/agent/manager/allocator/impl/FirstFitAllocator.java
Show resolved
Hide resolved
...-allocators/random/src/main/java/com/cloud/agent/manager/allocator/impl/RandomAllocator.java
Outdated
Show resolved
Hide resolved
|
All reactions
Sorry, something went wrong.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm
Sorry, something went wrong.
All reactions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clgtm
Sorry, something went wrong.
All reactions
@blueorangutan package |
All reactions
Sorry, something went wrong.
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
All reactions
Sorry, something went wrong.
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12905 |
All reactions
Sorry, something went wrong.
@blueorangutan test |
All reactions
Sorry, something went wrong.
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
All reactions
Sorry, something went wrong.
[SF] Trillian test result (tid-12847)
|
All reactions
Sorry, something went wrong.
shwstppr
DaanHoogland
weizhouapache
JoaoJandre
Successfully merging this pull request may close these issues.
FirstFitRouting Allocator only tries the first cluster it finds then fails before attempting others
Description
This PR fixes: #10598
While #8611 seems to have fixed this issue in 4.19.1, I believe it got lost in the process of resolving merge conflicts / forward merging into 4.20.0.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?