- 
                Notifications
    
You must be signed in to change notification settings  - Fork 32
 
🐛Autoscaling: Fix issue where all warm buffers would be used to replace hot buffers (🚨) #7079
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
🐛Autoscaling: Fix issue where all warm buffers would be used to replace hot buffers (🚨) #7079
Conversation
f7447e3    to
    711ff6d      
    Compare
  
    
          Codecov ReportAll modified and coverable lines are covered by tests ✅ 
 Additional details and impacted files@@            Coverage Diff             @@
##           master    #7079      +/-   ##
==========================================
- Coverage   87.26%   87.19%   -0.08%     
==========================================
  Files        1634     1627       -7     
  Lines       64262    64074     -188     
  Branches     2051     2051              
==========================================
- Hits        56078    55868     -210     
- Misses       7848     7869      +21     
- Partials      336      337       +1     
 
 Continue to review full report in Codecov by Sentry. 
  | 
    
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.
Thanks!
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.
thx
711ff6d    to
    ff27450      
    Compare
  
    
          
 | 
    
…ce hot buffers (🚨) (#7079)



What do these changes do?
After #6929 changes, a missing hot buffer would be replaced by a warm buffer if possible.
A bug in the implementation of this feature had for consequence that all the available warm buffers would be started to replace 1 missing hot buffer which leads to:
driving test:
test_warm_buffers_only_replace_hot_buffer_if_service_is_started_issue7071@matusdrobuliak66 @YuryHrytsuk This should be hotfixed
Related issue/s
How to test
Dev-ops checklist