Class RestartArchiveWorkflowThreadForAppliance
java.lang.Object
org.epics.archiverappliance.mgmt.bpl.RestartArchiveWorkflowThreadForAppliance
- All Implemented Interfaces:
BPLAction
Restart the archive PV workflow for this thread.
Ocassionally, the main archive PV workflow thread seems to get stuck and does not process any new PV requests ( might be a bug )
Restarting the appliance typically fixes this.
Use this BPL to restart just the archive PV workflow thread for this appliance ( without having to restart the appliance ).
Not this does not reinitiate the existing archive PV requests; if you wish to continue these pending requests please simply restart the appliance.
- Author:
- mshankar
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService)
-
Constructor Details
-
RestartArchiveWorkflowThreadForAppliance
public RestartArchiveWorkflowThreadForAppliance()
-
-
Method Details
-
execute
public void execute(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse resp, ConfigService configService) throws IOException - Specified by:
executein interfaceBPLAction- Throws:
IOException
-