-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-25934 Add username for RegionScannerHolder #3325
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
Conversation
saintstack
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.
Just one comment. What you think? Otherwise, this would be a nice addition helping operators figure bad agents or problematic regions.
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
Show resolved
Hide resolved
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
Failed tests: org.apache.hadoop.hbase.replication.regionserver.TestWALEntryStream.testCleanClosedWALs (This failed unit test is also unrelated to the change) |
|
Agree the test failures look unrelated. Rerunning tests just to be sure. |
|
🎊 +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. |
|
Hi @saintstack , those failed unit tests look unrelated to the change, and they work fine locally. org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor5.testAppendWithoutWAL[1] |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
Those failed unit tests work fine locally. org.apache.hadoop.hbase.security.access.TestSnapshotScannerHDFSAclController.(?) |
Hi @saintstack , could you please help to review it again? Thank you. |
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
Show resolved
Hide resolved
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RSRpcServices.java
Show resolved
Hide resolved
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRSRpcServices.java
Show resolved
Hide resolved
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
Hi @Apache9 , I fixed the problem you mentioned. Could you please take a look? Thank you. |
|
Hi @saintstack @Apache9 , could you please help me merge the code if there are no other problems. Thanks a lot. |
|
Hi @jojochuang , could you please do another review? Thank you. |
|
Hi @wchevreuil , could you please take a look at this PR if you have time? Thank you. |
|
Rebased to latest commit. |
|
🎊 +1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
org.apache.hadoop.hbase.TestJMXListener.(?) These failed unit tests are unrelated to the change and work fine locally. |
|
Hi @nyl3532016 , could you please do another review? Thank you. |
|
Hi @virajjasani , could you please help to review the code? Thank you. |
|
I see +1 already from @Apache9. Are we waiting for some one else's comments to be addressed? |
Hi @anoopsjohn , the problem @saintstack raised has been solved and the unit test has been run. Maybe he is too busy to review it again. |
|
Hi @jojochuang , could you please take a look at this? Thank you. |
virajjasani
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.
+1
Thanks @virajjasani for your review. |
|
Sorry for the delay... @virajjasani Please help merging this PR? I have a meeting soon. Thanks. |
|
@virajjasani @Apache9 @saintstack @anoopsjohn Thank you. |
Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Viraj Jasani <[email protected]>
Signed-off-by: Duo Zhang <[email protected]> Signed-off-by: Viraj Jasani <[email protected]>
JIRA: HBASE-25934
This JIRA HBASE-25542 has added part of the client information before, we can also add username for RegionScannerHolder.