-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-29141 Calculate default maxQueueLength call queues correctly #7621
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
base: branch-2.5
Are you sure you want to change the base?
HBASE-29141 Calculate default maxQueueLength call queues correctly #7621
Conversation
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
a583d8f to
713b3a7
Compare
|
Failing tests seems like flackey. Passing on local. Will look a little if I can fix flackeyness. But for this PR I think we can ignore those tests failures. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
apurtell
left a comment
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.
Carrying over +1 from master version, will merge soon unless objection
PR for master - #7490
Issues solved -
While calculating default maxQueueLength, all handlers are considered instead of handler of one queue.
Soft limit was getting overridden becuase calling initializeQueues multiple times.