Uh oh!
There was an error while loading. Please reload this page.
HDDS-10386. Introduce Metrics for deletekey operation in OM Service. - #6321
Conversation
…deleteKeyResolveBucketAndAclCheckLatencyNs
tanvipenumudy
left a comment
There was a problem hiding this comment.
Thank you @muskan1012 for working on the patch, please find a few comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kerneltime
commented
Mar 5, 2024
@muskan1012 can you take a look at |
tanvipenumudy
left a comment
There was a problem hiding this comment.
Thank you @muskan1012 for updating the patch, please find a few more comments.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tanvipenumudy
commented
Mar 6, 2024
While capturing the latencies of For latency capture spanning across multiple lines of code (such as success/failure operation latencies), you can either use the same lambda function with the lines of code enclosed under the ' |
muskan1012
commented
Mar 6, 2024
Same thing is happening in both resolveBucketLink and checkAcl, in both case we must need to declare volumeName and bucketName as final to use it with captureLatencyNs. |
tanvipenumudy
left a comment
There was a problem hiding this comment.
Thank you @muskan1012, LGTM.
@kerneltime, @duongkame could you also please take a look, thanks!
muskan1012
commented
May 14, 2024
@tanvipenumudy, @kerneltime please have a look on this PR. |
tanvipenumudy
left a comment
There was a problem hiding this comment.
Thank you @muskan1012 for updating the patch iteratively. Please find a few suggestions as well as minor nits, please see if you would like to address the same, otherwise which we may keep the patch simple.
Could you also please rebase the patch on top of the latest master ?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tanvipenumudy
commented
Jun 24, 2024
@muskan1012, it would help if you could also please share the prometheus/graphana metrics (whichever is convenient) being introduced once the changes are incorporated, thanks. |
tanvipenumudy
commented
Jul 10, 2024
@muskan1012 could you please address the patch build compilation error and checkstyle failures? |
Uh oh!
There was an error while loading. Please reload this page.
cc12bd8 to
0e0c9abCompare
tanvipenumudy
left a comment
There was a problem hiding this comment.
Please find a couple of small comments, thank you for updating the patch!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
…ne/om/request/key/OMKeysDeleteRequest.java
tanvipenumudy
left a comment
There was a problem hiding this comment.
Tested the changes locally on a docker-compose cluster with the monitoring add-ons.
LGTM +1, pending CI/CD report.
tanvipenumudy
commented
Jul 12, 2024
Thank you @muskan1012 for the patch, thank you @kerneltime for the review. |
…OM Service. (apache#6321) (cherry picked from commit c05227a)
What changes were proposed in this pull request?
In this PR few performance metrics are introduced in OM Service for deleteKey operation.
Please describe your PR in detail:
In this PR following metrics are introduced in OM service for delete key operation:
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-10386
How was this patch tested?
Tested manually on the cluster.