You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Mathieu Poumeyrol (JIRA)" <ji...@apache.org> on 2008/04/10 14:28:07 UTC

[jira] Created: (PIG-203) pig parser hangs on input script bigger ~1kb

pig parser hangs on input script bigger ~1kb
--------------------------------------------

                 Key: PIG-203
                 URL: https://issues.apache.org/jira/browse/PIG-203
             Project: Pig
          Issue Type: Bug
            Reporter: Mathieu Poumeyrol


When the command line interpreter is run on a file bigger than 1kb or so, it overflows the PipeReader/PipeWriter internal buffers and freezes.

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


[jira] Updated: (PIG-203) pig parser hangs on input script bigger ~1kb

Posted by "Mathieu Poumeyrol (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mathieu Poumeyrol updated PIG-203:
----------------------------------

    Attachment: Main.patch

Main.patch uses a StringWriter as an intermediate buffer to the store the output of the parameter substitution.

> pig parser hangs on input script bigger ~1kb
> --------------------------------------------
>
>                 Key: PIG-203
>                 URL: https://issues.apache.org/jira/browse/PIG-203
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Mathieu Poumeyrol
>         Attachments: Main.patch
>
>
> When the command line interpreter is run on a file bigger than 1kb or so, it overflows the PipeReader/PipeWriter internal buffers and freezes.

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


[jira] Resolved: (PIG-203) pig parser hangs on input script bigger ~1kb

Posted by "Alan Gates (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan Gates resolved PIG-203.
----------------------------

       Resolution: Fixed
    Fix Version/s: 0.1.0

Checked in patch at revision 647335.  Thanks Mathieu for finding and fixing this issue.

> pig parser hangs on input script bigger ~1kb
> --------------------------------------------
>
>                 Key: PIG-203
>                 URL: https://issues.apache.org/jira/browse/PIG-203
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Mathieu Poumeyrol
>             Fix For: 0.1.0
>
>         Attachments: Main.patch
>
>
> When the command line interpreter is run on a file bigger than 1kb or so, it overflows the PipeReader/PipeWriter internal buffers and freezes.

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