BUG: Extraneous Extent Locks Obtained During Data Modification

ID: Q153921


The information in this article applies to:


SYMPTOMS

Extra Extent locks, located on the next and previous Extents, are being held during data modification statements.


WORKAROUND

There are two possible workarounds to this problem:


MORE INFORMATION

Extent locks are internal locks used by the server for locking Extents. User queries cannot reference or control Extent locking.

For more information, please see the following article in the Microsoft Knowledge Base:

Q61795 : INF: SQL Server Extent Allocation Information.

With data modification statements such as insert, update, and delete, Extent locks are obtained by the server for the purpose of storage structure management. When the transaction results in changes to the Extent structures, locks are also needed on the previous and next Extents to maintain the integrity of the Extent chain. The extra locks were the locks on the next and previous Extents.



This behavior is exhibited noticeably by replication-related tasks, specifically the cleanup task, since cleanup deletes records from distribution database tables and hence can run out of locks on large systems.

Additional query words: extent lock error 1204


Keywords          : SSrvLock kbbug6.50 kbbug6.00 
Version           : 6.0 6.5
Platform          : WINDOWS 
Issue type        : kbbug 

Last Reviewed: April 1, 1999