Class RestartArchiveWorkflowThreadForAppliance

java.lang.Object
org.epics.archiverappliance.mgmt.bpl.RestartArchiveWorkflowThreadForAppliance
All Implemented Interfaces:
BPLAction

public class RestartArchiveWorkflowThreadForAppliance extends Object implements 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 Details

    • RestartArchiveWorkflowThreadForAppliance

      public RestartArchiveWorkflowThreadForAppliance()
  • Method Details