Uh oh!
There was an error while loading. Please reload this page.
HBASE-27951 Use ADMIN_QOS in MasterRpcServices for regionserver operational dependencies - #5309
Merged
Merged
Conversation
…tional dependencies It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks.
virajjasani
approved these changes
Jun 23, 2023
virajjasani
left a comment
Contributor
There was a problem hiding this comment.
+1, based on some recent issues that we have seen
Apache-HBase
commented
Jun 23, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 24, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 24, 2023
💔 -1 overall
This message was automatically generated. |
apurtell
commented
Jun 26, 2023
ContributorAuthor
Let me check locally that this failure is not related... |
Apache-HBase
commented
Jun 26, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 27, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jun 27, 2023
🎊 +1 overall
This message was automatically generated. |
Apache9
approved these changes
Jun 27, 2023
mnpoonia
approved these changes
Jun 28, 2023
asfgit pushed a commit
that referenced
this pull request
Jun 28, 2023
…tional dependencies (#5309) It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com>
asfgit pushed a commit
that referenced
this pull request
Jun 28, 2023
…tional dependencies (#5309) It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com>
asfgit pushed a commit
that referenced
this pull request
Jun 28, 2023
…tional dependencies (#5309) It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com>
asfgit pushed a commit
that referenced
this pull request
Jun 28, 2023
…tional dependencies (#5309) It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com>
bbeaudreault pushed a commit
to HubSpot/hbase
that referenced
this pull request
Sep 12, 2023
…regionserver operational dependencies (apache#5309) It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com>
vinayakphegde pushed a commit
to vinayakphegde/hbase
that referenced
this pull request
Apr 4, 2024
…tional dependencies (apache#5309) It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks. Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Viraj Jasani <vjasani@apache.org> Reviewed-by: Aman Poonia <aman.poonia.29@gmail.com> (cherry picked from commit 37d62aa) Change-Id: I26ac371a2c2b2330d88d13b10aef21e0865d09ab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It seems not correct to have the MasterRpcServices methods for direct regionserver<->master communication (regionServerStartup, regionServerReport, and reportFatalRSError) contending with normal priority requests. They should be made ADMIN_QOS priority to avoid potential operational deadlocks.