Resolution
Breaking Locks
- You should only break a lock if you think the lock was left behind by accident.
- To do this, go into the console and issue the command: breakLocks Identity
- ***Breaking locks that are merited can negatively affect other processes such as refresh or aggregation tasks.
Timeout Values
- The default expiration for locks is one hour.
- The lock timeout for aggregation and refresh tasks are configurable in the XML: <entry key='lockTimeout' value='300'/>
where the value is the number of seconds to wait before expiring.