You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/04/01 23:03:13 UTC

[jira] Created: (CHUKWA-81) Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak

Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak
-----------------------------------------------------------------------------------

                 Key: CHUKWA-81
                 URL: https://issues.apache.org/jira/browse/CHUKWA-81
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: data collection
         Environment: Redhat 5.1, Java 6
            Reporter: Eric Yang
            Priority: Blocker


The shutdown command is working correctly to clean up the file pointers inside the adaptor.  When hard "stop" command is used, the file descriptor hang around inside the ChukwaAgent.

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


[jira] Commented: (CHUKWA-81) Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak

Posted by "Jerome Boulon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-81?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12696245#action_12696245 ] 

Jerome Boulon commented on CHUKWA-81:
-------------------------------------

+1

> Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak
> -----------------------------------------------------------------------------------
>
>                 Key: CHUKWA-81
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-81
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-81.patch
>
>
> The shutdown command is working correctly to clean up the file pointers inside the adaptor.  When hard "stop" command is used, the file descriptor hang around inside the ChukwaAgent.

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


[jira] Updated: (CHUKWA-81) Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak

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

Ari Rabkin updated CHUKWA-81:
-----------------------------

    Status: Patch Available  (was: Open)

> Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak
> -----------------------------------------------------------------------------------
>
>                 Key: CHUKWA-81
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-81
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-81.patch
>
>
> The shutdown command is working correctly to clean up the file pointers inside the adaptor.  When hard "stop" command is used, the file descriptor hang around inside the ChukwaAgent.

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


[jira] Assigned: (CHUKWA-81) Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak

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

Ari Rabkin reassigned CHUKWA-81:
--------------------------------

    Assignee: Ari Rabkin  (was: Eric Yang)

> Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak
> -----------------------------------------------------------------------------------
>
>                 Key: CHUKWA-81
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-81
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Ari Rabkin
>            Priority: Blocker
>         Attachments: CHUKWA-81.patch
>
>
> The shutdown command is working correctly to clean up the file pointers inside the adaptor.  When hard "stop" command is used, the file descriptor hang around inside the ChukwaAgent.

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


[jira] Updated: (CHUKWA-81) Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak

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

Ari Rabkin updated CHUKWA-81:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.  Thanks for reporting it, Eric.

> Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak
> -----------------------------------------------------------------------------------
>
>                 Key: CHUKWA-81
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-81
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Ari Rabkin
>            Priority: Blocker
>         Attachments: CHUKWA-81.patch
>
>
> The shutdown command is working correctly to clean up the file pointers inside the adaptor.  When hard "stop" command is used, the file descriptor hang around inside the ChukwaAgent.

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


[jira] Updated: (CHUKWA-81) Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak

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

Ari Rabkin updated CHUKWA-81:
-----------------------------

    Attachment: CHUKWA-81.patch

I believe this problem extends to all the file tailing adaptors.

> Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak
> -----------------------------------------------------------------------------------
>
>                 Key: CHUKWA-81
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-81
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>         Attachments: CHUKWA-81.patch
>
>
> The shutdown command is working correctly to clean up the file pointers inside the adaptor.  When hard "stop" command is used, the file descriptor hang around inside the ChukwaAgent.

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


[jira] Assigned: (CHUKWA-81) Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak

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

Eric Yang reassigned CHUKWA-81:
-------------------------------

    Assignee: Eric Yang

> Calling stop on CharFileTailingAdaptorUTF8NewLineEscaped has a file descriptor leak
> -----------------------------------------------------------------------------------
>
>                 Key: CHUKWA-81
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-81
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: data collection
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Blocker
>
> The shutdown command is working correctly to clean up the file pointers inside the adaptor.  When hard "stop" command is used, the file descriptor hang around inside the ChukwaAgent.

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