Description
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;
Attachments
Attachments
Issue Links
- depends upon
-
HADOOP-6332 Large-scale Automated Test Framework
- Closed
- is depended upon by
-
HDFS-1174 New properties for suspend and resume process.
- Closed
-
MAPREDUCE-1812 New properties for suspend and resume process.
- Closed
- is required by
-
MAPREDUCE-1731 Process tree clean up suspended task tests.
- Resolved