[ 
https://issues.apache.org/jira/browse/CHUKWA-407?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12770299#action_12770299
 ] 

Ari Rabkin commented on CHUKWA-407:
-----------------------------------

Patch looks good.  I'll commit it tomorrow, barring objection.  As a bug-fix, I 
think it can go on branch-0.3 as well as TRUNK.

For future reference, it's helpful that the file names for patches match the 
issue number or describe the content -- "CHUKWA-407", rather than "-1234"

> In socketTeeWriter PatternSyntaxException exceptions aren't sent to the 
> client properly
> ---------------------------------------------------------------------------------------
>
>                 Key: CHUKWA-407
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-407
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>    Affects Versions: 0.3.0
>            Reporter: thushara wijeratna
>            Priority: Minor
>         Attachments: CHUKWA-1234.patch
>
>
> inside SockteTeeWriter.Tee.setup(), the output steam should be created
> early on in order for parser exceptions to be properly sent to the
> client.
> the patch is to simply move the creation of the output stream up like this:
>         in = new BufferedReader(new InputStreamReader(sock.getInputStream()));
>         out = new DataOutputStream(sock.getOutputStream());
> ....
>         rules = new Filter(cmdAfterSpace);

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