[jira] [Updated] (MAPREDUCE-4138) Reduce memory usage of counters due to non-static nested classes

2012-04-26 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-4138:
-

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

I just committed this. Thanks for reviewing, Alejandro and Robert.

 Reduce memory usage of counters due to non-static nested classes
 

 Key: MAPREDUCE-4138
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4138
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Tom White
Assignee: Tom White
 Fix For: 2.0.0

 Attachments: MAPREDUCE-4138.patch, MAPREDUCE-4138.patch


 FrameworkCounter is a non-static nested class of FrameworkCounterGroup which 
 means it retains a reference to the outer class, which isn't really needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4138) Reduce memory usage of counters due to non-static nested classes

2012-04-25 Thread Tom White (JIRA)

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

Tom White updated MAPREDUCE-4138:
-

Attachment: MAPREDUCE-4138.patch

Alejandro, Robert - thanks for taking a look. Here's a new patch which 
addresses the javac warning.

 Reduce memory usage of counters due to non-static nested classes
 

 Key: MAPREDUCE-4138
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4138
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Tom White
Assignee: Tom White
 Attachments: MAPREDUCE-4138.patch, MAPREDUCE-4138.patch


 FrameworkCounter is a non-static nested class of FrameworkCounterGroup which 
 means it retains a reference to the outer class, which isn't really needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4138) Reduce memory usage of counters due to non-static nested classes

2012-04-11 Thread Tom White (Updated) (JIRA)

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

Tom White updated MAPREDUCE-4138:
-

Attachment: MAPREDUCE-4138.patch

Patch to change FrameworkCounter and FSCounter to be static nested classes.

 Reduce memory usage of counters due to non-static nested classes
 

 Key: MAPREDUCE-4138
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4138
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Tom White
Assignee: Tom White
 Attachments: MAPREDUCE-4138.patch


 FrameworkCounter is a non-static nested class of FrameworkCounterGroup which 
 means it retains a reference to the outer class, which isn't really needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (MAPREDUCE-4138) Reduce memory usage of counters due to non-static nested classes

2012-04-11 Thread Tom White (Updated) (JIRA)

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

Tom White updated MAPREDUCE-4138:
-

Status: Patch Available  (was: Open)

 Reduce memory usage of counters due to non-static nested classes
 

 Key: MAPREDUCE-4138
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-4138
 Project: Hadoop Map/Reduce
  Issue Type: Improvement
Reporter: Tom White
Assignee: Tom White
 Attachments: MAPREDUCE-4138.patch


 FrameworkCounter is a non-static nested class of FrameworkCounterGroup which 
 means it retains a reference to the outer class, which isn't really needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira