[
https://issues.apache.org/jira/browse/HDDS-1750?focusedWorklogId=273054&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-273054
]
ASF GitHub Bot logged work on HDDS-1750:
----------------------------------------
Author: ASF GitHub Bot
Created on: 08/Jul/19 05:46
Start Date: 08/Jul/19 05:46
Worklog Time Spent: 10m
Work Description: mukul1987 commented on pull request #1047: HDDS-1750.
Add block allocation metrics for pipelines in SCM
URL: https://github.com/apache/hadoop/pull/1047#discussion_r300928815
##########
File path:
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/pipeline/SCMPipelineManager.java
##########
@@ -152,6 +152,7 @@ public synchronized Pipeline createPipeline(
stateManager.addPipeline(pipeline);
nodeManager.addPipeline(pipeline);
metrics.incNumPipelineCreated();
+ metrics.createNumBlocksAllocatedMetric(pipeline);
Review comment:
This should be named as createPerPipelineMetrics or something like that :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 273054)
Time Spent: 0.5h (was: 20m)
> Add block allocation metric for pipelines in SCM
> ------------------------------------------------
>
> Key: HDDS-1750
> URL: https://issues.apache.org/jira/browse/HDDS-1750
> Project: Hadoop Distributed Data Store
> Issue Type: Bug
> Reporter: Lokesh Jain
> Assignee: Lokesh Jain
> Priority: Major
> Labels: pull-request-available
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> This Jira aims to add block allocation metrics for pipelines in SCM. This
> would help in determining the distribution of block allocations among various
> pipelines in SCM.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]