Hi,
I want to verify that I have understood the watchdog timeout and what occurs when the timeout is reached.
1st scenario :
Given a configuration with Domino, backup sequence is quiesce nsf, snapshot, unquiesce nsf
you are in the middle of the quiesce and the timeout is reached, does the watchdog ask for the unquiesce or kill the Process ?
But if the agent in monothreaded, how can he deal with the unquiesce request from the watchdog as he's dealing the previous quiesce request in one at a time manner ?
2nd scenario :
same configuration
Imagine you are in the middle of the unquiesce, what can do the watchdog if the timeout is reached ?
Thanks.