Uh oh!
There was an error while loading. Please reload this page.
HBASE-25542 Add client detail to scan name so when lease expires, we … - #2930
Conversation
saintstack
commented
Feb 5, 2021
Hard to add test. Lease requires RSRpcService context. |
Apache-HBase
commented
Feb 5, 2021
🎊 +1 overall
This message was automatically generated. |
…have clue on who was scanning When we create a scanner lease, record client ip and port (removed unnecessary store of scannerName).
saintstack
commented
Feb 5, 2021
Added a simple test because I don't see the new output after running all unit tests under hbase-server. |
Apache-HBase
commented
Feb 5, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 5, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 5, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 6, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 6, 2021
🎊 +1 overall
This message was automatically generated. |
clarax
commented
Feb 8, 2021
Thank you for adding this info for trouble shooting lease expiration. I have two concerns here that might need to be addressed:
|
saintstack
commented
Feb 8, 2021
clarax
commented
Feb 8, 2021
LGTM |
#2930) * HBASE-25542 Add client detail to scan name so when lease expires, we have clue on who was scanning When we create a scanner lease, record client ip and port (removed unnecessary store of scannerName). Signed-off-by: Clara Xiong <clarax98007@gmail.com>
#2930) * HBASE-25542 Add client detail to scan name so when lease expires, we have clue on who was scanning When we create a scanner lease, record client ip and port (removed unnecessary store of scannerName). Signed-off-by: Clara Xiong <clarax98007@gmail.com>
Apache-HBase
commented
Feb 8, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 9, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Feb 9, 2021
🎊 +1 overall
This message was automatically generated. |
apache#2930) * HBASE-25542 Add client detail to scan name so when lease expires, we have clue on who was scanning When we create a scanner lease, record client ip and port (removed unnecessary store of scannerName). Signed-off-by: Clara Xiong <clarax98007@gmail.com>
apache#2930) * HBASE-25542 Add client detail to scan name so when lease expires, we have clue on who was scanning When we create a scanner lease, record client ip and port (removed unnecessary store of scannerName). Signed-off-by: Clara Xiong <clarax98007@gmail.com>
…have clue on who was scanning
When we create a scanner lease, record client ip and port (removed
unnecessary store of scannerName).