You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2010/05/19 23:45:59 UTC

[jira] Updated: (HADOOP-6777) Implement a functionality for suspend and resume a process.

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

Konstantin Boudnik updated HADOOP-6777:
---------------------------------------

              Summary: Implement a functionality for suspend and resume a process.  (was: Implement a functionality for suspend and resume a task's process.)
    Affects Version/s: 0.21.0

> Implement a functionality for suspend and resume a process.
> -----------------------------------------------------------
>
>                 Key: HADOOP-6777
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6777
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: test
>    Affects Versions: 0.21.0
>            Reporter: Vinay Kumar Thota
>            Assignee: Vinay Kumar Thota
>         Attachments: 1753-ydist-security.patch, 1753-ydist-security.patch, 1753-ydist-security.patch, daemonprotocolaspect.patch
>
>
> Adding  two methods in DaemonProtocolAspect.aj for suspend and resume the process.
> public int DaemonProtocol.resumeProcess(String pid) throws IOException;
> public int DaemonProtocol.suspendProcess(String pid) throws IOException;

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