-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-22432 HRegionServer rssStub handling is incorrect and inconsistent #241
Conversation
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java
Outdated
Show resolved
Hide resolved
💔 -1 overall
This message was automatically generated. |
while (rss == null && maxRetries-- >= 0 | ||
&& (clusterConnection != null && !clusterConnection.isClosed())) { | ||
synchronized (rssStubLock) { | ||
if (resetRssStub) { |
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.
I do not fully understand what's the usage of this resetRssStub
flag... We do not test it in the condition of the while loop?
💔 -1 overall
This message was automatically generated. |
@sershe-ms Could you please look into the merge conflict? |
Close since the PR is stale and can not be merged. Feel free to reopen. |
No description provided.