Re: Hung SQL Server
From: Sebastian K. Zaklada (szaklada-dont-like-spam_at_skilledsoftware.com)
Date: 02/25/04
- Next message: Brian Moran: "Re: SQL 64-bit"
- Previous message: Bjarne Anker: "SQL Server 2000 SP3"
- In reply to: Allen White: "Hung SQL Server"
- Next in thread: Allen White: "Re: Hung SQL Server"
- Reply: Allen White: "Re: Hung SQL Server"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 25 Feb 2004 15:24:19 +0100
> A process froze up a production server, and when I
> rebooted the machine the error message I received was:
>
> 2004-02-25 07:47:55.85 server Error: 17883, Severity:
> 1, State: 0
> 2004-02-25 07:47:55.85 server Process 0:0 (66c) UMS
> Context 0x11C6AF28 appears to be non-yielding on Scheduler
> 0.
>
> Can anyone tell me what might have caused such a problem?
These messages indicate a single UMS scheduler has experience a yield
problem. The health monitoring has detected what appears to be a scheduler
with a worker thread that is not allowing other workers to progress, and the
scheduler is being flagged as non-responsive. A scheduler that has stopped
responding is generally a bug with the SQL Server product or an external
component (XProc, COM object, and so on).
The following are examples of known 17883 conditions. Make sure that you
search the Microsoft Knowledge Base for related articles. If your system
requires an updated patch, apply it accordingly.
FIX: The checkpoint process can stall database activity
http://support.microsoft.com/default.aspx?scid=kb;EN-US;815056
BUG: High-end Disk Subsystems May Experience Error 17883
http://support.microsoft.com/default.aspx?scid=kb;EN-US;810885
If you cannot determine the root cause immediately, consult the error log
for problems and engage in extended support efforts.
When a scheduler is not properly responding, it can reduce overall
concurrency for SQL Server. SQL Server can also appear to be stalled or it
might stop responding.
Please check this KB article for more info:
INF: New Concurrency and Scheduling Diagnostics Added to SQL Server
http://support.microsoft.com/default.aspx?kbid=319892
sincerely,
-- Sebastian K. Zaklada Skilled Software http://www.skilledsoftware.com This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Brian Moran: "Re: SQL 64-bit"
- Previous message: Bjarne Anker: "SQL Server 2000 SP3"
- In reply to: Allen White: "Hung SQL Server"
- Next in thread: Allen White: "Re: Hung SQL Server"
- Reply: Allen White: "Re: Hung SQL Server"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|