[ 
https://issues.apache.org/jira/browse/HADOOP-10728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Liddell updated HADOOP-10728:
----------------------------------

    Attachment: HADOOP-10728.2.patch

new patch: HADOOP-10728.2.patch

- moved finalizer from BandwidthGaugeUpdater to AzureNativeFileSystem.  (it 
would logically be better on the former, but those instances are still attached 
to GC-roots when a filesystem instance gets GCed.  This was root cause of 
testFinalizerThreadShutdown failure.)
- revised testFinalizerThreadShutdown to accurately track thread counts.
- fixed pom.xml to include the metrics configuration file for testing
  (we now include * from src/test/resources)
- apache headers added to all files
- javadoc issues fixed.
- findbugs issues fixed.
- minor tweak to README.txt
- minor tweak to .gitignore

> Metrics system for Windows Azure Storage Filesystem
> ---------------------------------------------------
>
>                 Key: HADOOP-10728
>                 URL: https://issues.apache.org/jira/browse/HADOOP-10728
>             Project: Hadoop Common
>          Issue Type: New Feature
>          Components: tools
>            Reporter: Mike Liddell
>            Assignee: Mike Liddell
>         Attachments: HADOOP-10728.2.patch
>
>
> Add a metrics2 source for the Windows Azure Filesystem driver that was 
> introduced with HADOOP-9629.
> AzureFileSystemInstrumentation is the new MetricsSource.  
> AzureNativeFilesystemStore and NativeAzureFilesystem have been modified to 
> record statistics and some machinery is added for the accumulation of 
> 'rolling average' statistics.
> Primary new code appears in org.apache.hadoop.fs.azure.metrics namespace.
> h2. Credits and history
> Credit for this work goes to the early team: [~minwei], [~davidlao], 
> [~lengningliu] and [~stojanovic] as well as multiple people who have taken 
> over this work since then (hope I don't forget anyone): [~dexterb], Johannes 
> Klein, [~ivanmi], Michael Rys, [~mostafae], [~brian_swan], [~mikelid], 
> [~xifang], and [~chuanliu].



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to