[ 
https://issues.apache.org/jira/browse/MAPREDUCE-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867204#action_12867204
 ] 

Luke Lu commented on MAPREDUCE-1442:
------------------------------------

Amarsri, my test case for the old parser exploits details of the old file 
format and weaknesses of Java's backtracking NFA regex implementation.  The new 
implementation in trunk uses the standard json format and a mature json parser 
(jackson) with about 700 tests. It'll be counterproductive for me to add any 
tests to have any material impact to the test coverage of the new parser.

> 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.

Reply via email to