Uh oh!
There was an error while loading. Please reload this page.
HBASE-27553: add row param to mutation slow logs - #5328
Conversation
Apache-HBase
commented
Jul 18, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 18, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 18, 2023
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 18, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 19, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 19, 2023
🎊 +1 overall
This message was automatically generated. |
bbeaudreault
left a comment
There was a problem hiding this comment.
Actually, would you mind adding a test? IIRC we don't have any tests for this, but it should be simple to add one for the changes here since it's a static method with easy inputs and outputs.
Apache-HBase
commented
Jul 19, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 19, 2023
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
Jul 19, 2023
🎊 +1 overall
This message was automatically generated. |
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Bryan Beaudreault <bbeaudreault@apache.org> (cherry picked from commit 49c1749) Change-Id: Ia36e59bf4f9035dadb0cc2efe21cd7717893e634
Per conversation in HBASE-27553, we could provide the related row in the params blob for mutation slow logs. This should be useful information for the debugger reading the logs.
cc @bbeaudreault@hgromer@saijmo@eab148@bozzkar