Clear entries in the process table
Under some circumstances (for example, a Windows machine is rebooted while certain Helix Core Server commands are running), entries might remain in the process table even after the process has terminated.
Helix Core Server
superusers can remove these erroneous entries from the process table
altogether with p4 monitor clear pid
, where
pid
is the erroneous process ID. To clear all
processes from the table (running or not), use p4 monitor clear
all
.
Running processes removed from the process table with p4
monitor clear
continue to run to completion.