When a batch job is running under master and that master times out for some
reason then the batch job will stop (an interactive job prompts for retry).
Master could time out because it has been interrupted by a user or if it is
doing a very large difference file copy on a slow system.
After the job has aborted, master still maintains a connection to the
database and the user needs to be manually disconnected.
The fix for this was to change the default batch master timeout from 5
seconds to 5 minutes and to add a setting to the prefferences dialog.
|