[
https://issues.apache.org/jira/browse/HADOOP-17016?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran resolved HADOOP-17016.
-------------------------------------
Fix Version/s: 3.4.0
Resolution: Fixed
+1, merged to trunk
if you want it in branch3.3 (you should) and branch-3.2 (you might)
cherry pick the patch, run the integration tests, stick them up as PRs, point
me at them and I'll do the merge. I won't do any code reviews for the backport,
just want the tests to be rerun
> Adding Common Counters in ABFS
> ------------------------------
>
> Key: HADOOP-17016
> URL: https://issues.apache.org/jira/browse/HADOOP-17016
> Project: Hadoop Common
> Issue Type: Improvement
> Components: fs/azure
> Affects Versions: 3.3.0
> Reporter: Mehakmeet Singh
> Assignee: Mehakmeet Singh
> Priority: Major
> Fix For: 3.4.0
>
>
> Common Counters to be added to ABFS:
> |OP_CREATE|
> |OP_OPEN|
> |OP_GET_FILE_STATUS|
> |OP_APPEND|
> |OP_CREATE_NON_RECURSIVE|
> |OP_DELETE|
> |OP_EXISTS|
> |OP_GET_DELEGATION_TOKEN|
> |OP_LIST_STATUS|
> |OP_MKDIRS|
> |OP_RENAME|
> |DIRECTORIES_CREATED|
> |DIRECTORIES_DELETED|
> |FILES_CREATED|
> |FILES_DELETED|
> |ERROR_IGNORED|
> propose:
> * Have an enum class to define all the counters.
> * Have an Instrumentation class for making a MetricRegistry and adding all
> the counters.
> * Incrementing the counters in AzureBlobFileSystem.
> * Integration and Unit tests to validate the counters.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]