[jira] Updated: (MAPREDUCE-1442) StackOverflowError when JobHistory parses a really long line

2010-06-08 Thread Vinod K V (JIRA)

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

Vinod K V updated MAPREDUCE-1442:
-

 Hadoop Flags:   (was: [Reviewed])
 Release Note:   (was: Fixed by MAPREDUCE-157 in trunk (0.21+))
Fix Version/s: 0.20.3
   (was: 0.22.0)

This is valid only for 20.3 as it is fixed on branches 0.21 and above.

Please close this as WON'T FIX if there is no intention to provide a patch for 
0.20 branch.

 StackOverflowError when JobHistory parses a really long line
 

 Key: MAPREDUCE-1442
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1442
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.20.1
Reporter: bc Wong
Assignee: Luke Lu
 Fix For: 0.20.3

 Attachments: mr-1442-y20s-v1.patch, overflow.history


 JobHistory.parseLine() fails with StackOverflowError on a really big COUNTER 
 value, triggered via the web interface. See attached file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1442) StackOverflowError when JobHistory parses a really long line

2010-05-12 Thread Luke Lu (JIRA)

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

Luke Lu updated MAPREDUCE-1442:
---

Attachment: mr-1442-y20s-v1.patch

Patch for y20s branch (probably works with generic 0.20.x as well): one line 
change to add possessive qualifiers to mutually exclusive patterns to avoid 
useless backtracking and hence stack overflow for values with many escaped 
characters.

 StackOverflowError when JobHistory parses a really long line
 

 Key: MAPREDUCE-1442
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1442
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.20.1
Reporter: bc Wong
Assignee: Luke Lu
 Attachments: mr-1442-y20s-v1.patch, overflow.history


 JobHistory.parseLine() fails with StackOverflowError on a really big COUNTER 
 value, triggered via the web interface. See attached file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (MAPREDUCE-1442) StackOverflowError when JobHistory parses a really long line

2010-02-02 Thread bc Wong (JIRA)

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

bc Wong updated MAPREDUCE-1442:
---

Attachment: overflow.history

 StackOverflowError when JobHistory parses a really long line
 

 Key: MAPREDUCE-1442
 URL: https://issues.apache.org/jira/browse/MAPREDUCE-1442
 Project: Hadoop Map/Reduce
  Issue Type: Bug
  Components: jobtracker
Affects Versions: 0.20.1
Reporter: bc Wong
 Attachments: overflow.history


 JobHistory.parseLine() fails with StackOverflowError on a really big COUNTER 
 value, triggered via the web interface. See attached file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.