[jira] [Updated] (HADOOP-10169) remove the unnecessary synchronized in JvmMetrics class

2013-12-20 Thread Jing Zhao (JIRA)

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

Jing Zhao updated HADOOP-10169:
---

   Resolution: Fixed
Fix Version/s: 2.4.0
 Hadoop Flags: Reviewed
   Status: Resolved  (was: Patch Available)

I've committed this to trunk and branch-2.

> remove the unnecessary  synchronized in JvmMetrics class
> 
>
> Key: HADOOP-10169
> URL: https://issues.apache.org/jira/browse/HADOOP-10169
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: metrics
>Affects Versions: 3.0.0, 2.2.0
>Reporter: Liang Xie
>Assignee: Liang Xie
>Priority: Minor
> Fix For: 2.4.0
>
> Attachments: HADOOP-10169-v2.txt, HADOOP-10169-v3.txt, 
> HADOOP-10169-v4.txt, HADOOP-10169.txt
>
>
> When i looked into a HBase JvmMetric impl, just found this synchronized seems 
> not essential.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HADOOP-10169) remove the unnecessary synchronized in JvmMetrics class

2013-12-19 Thread Liang Xie (JIRA)

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

Liang Xie updated HADOOP-10169:
---

Attachment: HADOOP-10169-v4.txt

> remove the unnecessary  synchronized in JvmMetrics class
> 
>
> Key: HADOOP-10169
> URL: https://issues.apache.org/jira/browse/HADOOP-10169
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: metrics
>Affects Versions: 3.0.0, 2.2.0
>Reporter: Liang Xie
>Assignee: Liang Xie
>Priority: Minor
> Attachments: HADOOP-10169-v2.txt, HADOOP-10169-v3.txt, 
> HADOOP-10169-v4.txt, HADOOP-10169.txt
>
>
> When i looked into a HBase JvmMetric impl, just found this synchronized seems 
> not essential.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HADOOP-10169) remove the unnecessary synchronized in JvmMetrics class

2013-12-18 Thread Liang Xie (JIRA)

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

Liang Xie updated HADOOP-10169:
---

Attachment: HADOOP-10169-v3.txt

> remove the unnecessary  synchronized in JvmMetrics class
> 
>
> Key: HADOOP-10169
> URL: https://issues.apache.org/jira/browse/HADOOP-10169
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: metrics
>Affects Versions: 3.0.0, 2.2.0
>Reporter: Liang Xie
>Assignee: Liang Xie
>Priority: Minor
> Attachments: HADOOP-10169-v2.txt, HADOOP-10169-v3.txt, 
> HADOOP-10169.txt
>
>
> When i looked into a HBase JvmMetric impl, just found this synchronized seems 
> not essential.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HADOOP-10169) remove the unnecessary synchronized in JvmMetrics class

2013-12-17 Thread Liang Xie (JIRA)

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

Liang Xie updated HADOOP-10169:
---

Attachment: HADOOP-10169-v2.txt

> remove the unnecessary  synchronized in JvmMetrics class
> 
>
> Key: HADOOP-10169
> URL: https://issues.apache.org/jira/browse/HADOOP-10169
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: metrics
>Affects Versions: 3.0.0, 2.2.0
>Reporter: Liang Xie
>Assignee: Liang Xie
>Priority: Minor
> Attachments: HADOOP-10169-v2.txt, HADOOP-10169.txt
>
>
> When i looked into a HBase JvmMetric impl, just found this synchronized seems 
> not essential.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HADOOP-10169) remove the unnecessary synchronized in JvmMetrics class

2013-12-16 Thread Liang Xie (JIRA)

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

Liang Xie updated HADOOP-10169:
---

Status: Patch Available  (was: Open)

one line change

> remove the unnecessary  synchronized in JvmMetrics class
> 
>
> Key: HADOOP-10169
> URL: https://issues.apache.org/jira/browse/HADOOP-10169
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: metrics
>Affects Versions: 2.2.0, 3.0.0
>Reporter: Liang Xie
>Assignee: Liang Xie
>Priority: Minor
> Attachments: HADOOP-10169.txt
>
>
> When i looked into a HBase JvmMetric impl, just found this synchronized seems 
> not essential.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HADOOP-10169) remove the unnecessary synchronized in JvmMetrics class

2013-12-16 Thread Liang Xie (JIRA)

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

Liang Xie updated HADOOP-10169:
---

Attachment: HADOOP-10169.txt

> remove the unnecessary  synchronized in JvmMetrics class
> 
>
> Key: HADOOP-10169
> URL: https://issues.apache.org/jira/browse/HADOOP-10169
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: metrics
>Affects Versions: 3.0.0, 2.2.0
>Reporter: Liang Xie
>Assignee: Liang Xie
>Priority: Minor
> Attachments: HADOOP-10169.txt
>
>
> When i looked into a HBase JvmMetric impl, just found this synchronized seems 
> not essential.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)