Log Message: IO Completion Listener non-yielding

  • We are using SQL Server 2005 (not on SP1), and keep getting the following message in the  SQL Server log:

    IO Completion Listener (0x15e8) Worker 0x00B7E0E8 appears to be non-yielding on Node 0. Approx CPU Used: kernel 0 ms, user 0 ms, Interval: 35092.

    After receiving this message, the server slows down considerably and we receive numerous messages saying:

    SQL Server has encountered 61 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file [xxxxx.MDF] in database [xxxx] (22).  The OS file handle is 0x00000CDC.  The offset of the latest long I/O is: 0x000000fa21a000

    I have not been able to find any documentation or explanation of what the IO Completion Listener message is about or how to correct whatever problem is causing it.

    Any help would be greatly appreciated!

  • Do you see any dump (.mdmp or .dmp) files being generated under LOG folder? please contact me offline at bmlakhani@yahoo.com

    I think you should apply SP1 on database engine and see the effect.

    From the next message, it looks like there are issue with hardware path.

  • We are also having this issue. However we do have SP1 installed. A stack dump file is created.

    Did you find a solution?

  • I'm all for installing SP1, but my company has a procedure for thoroughly testing service packs and their consequences before they are deployed.  It will be some time before SP1 gets put on our servers.

    There are some dump files, but they show the last dump to be over 10 days ago, while the SQL Log shows the I/O Completion Listener error almost daily.

    Could the error be the result of a bad drive?

  • Same problem here, happening once daily.  Saw discussion that suggested limiting sql server memory to be less than physical memory.  Since it can't hurt, I gave it a try and have had two days without incident.  I'll give it a few more days but thought you might be interested.

  • FYI on my previous post, regarding memory, we're 64 bit on Win 2003 64-bit, no SServer SP applied.

  • Is it an HP machine?

  • We're having the same issue, once daily. Always seems to be at about the same time each day.

    We're running SQL 2005 64-bit (SP1: 9.00.2047.00), Windows 2003 64-bit, HP Opteron server.

    This IO Completion Listener error appears in the Application Event Logs, but in the System Event Logs I also see "The Logical Disk Manager Administrative Service service was successfully sent a start control."

    This pattern is consitent on more than one day. Very strange.

  • Is there some heavy IO activity during that time?

     

    Can you please check if you have iLO feature enabled?

    If yes, please update the driver

    http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c00688313&jumpid=reg_R1002_USEN 

  • Ours is a SuperMicro.  3 days now without problems.  My worry factor is dropping.

  • We just got this message today. I have spent the last 30 minutes googling the error and there seem to be a lot of posts about the issue but I couldn't find any that explained what the problem is exactly.

    Can anybody say with any certainty what causes this?

    Thanks.

  • Hi

    I've also seen this error, on a SQL 2005 64bit with SP1 running on Windows Server 2003 64bit (clustered HP bladeservers). But I also don't know what is causing it. I'm posting extra information below.

    If the memory tweak or the HP driver update has helped anyone or someone knows another solution, please let me know.

    It happened during the execution of a maintenance plan, after integrity checks (dbcc checkdb). There are three tasks that are potential candidates for causing the error, but I can't find the actual reason. The tasks include reorganizing and rebuilding indexes and updating statistics.

    I've got this from a SQLDump000x.txt file:

    >>file starts here>>

    =====================================================================

    BugCheck Dump

    =====================================================================

    This file is generated by Microsoft SQL Server

    version 9.00.2047.00

    upon detection of fatal unexpected error. Please return this file,

    the query or program that produced the bugcheck, the database and

    the error log, and any other pertinent information with a Service Request.

    Computer type is AT/AT COMPATIBLE.

    Current time is 21:07:24 01/10/07.

    4 Unknown CPU 9., 2405 Mhz processor (s).

    Windows NT 5.2 Build 3790 CSD Service Pack 1.

    Memory

    MemoryLoad = 8%

    Total Physical = 8023 MB

    Available Physical = 7317 MB

    Total Page File = 19626 MB

    Available Page File = 11910 MB

    Total Virtual = 8388607 MB

    Available Virtual = 8372138 MB

    **Dump thread - spid = 0, PSS = 0x0000000000000000, EC = 0x0000000000000000

    ***Stack Dump being sent to V:\Microsoft SQL Server\MSSQL.3\MSSQL\LOG\SQLDump0007.txt

    * *******************************************************************************

    *

    * BEGIN STACK DUMP:

    * 01/10/07 21:07:24 spid 0

    *

    * Non-yielding IOCP Listener

    *

    * *******************************************************************************

    * -------------------------------------------------------------------------------

    * Short Stack Dump

    <<file ends here<>file starts here>>

    2007-01-10 21:07:16.10 Server Using 'dbghelp.dll' version '4.0.5'

    2007-01-10 21:07:24.35 Server **Dump thread - spid = 0, PSS = 0x0000000000000000, EC = 0x0000000000000000

    2007-01-10 21:07:24.54 Server ***Stack Dump being sent to V:\Microsoft SQL Server\MSSQL.3\MSSQL\LOG\SQLDump0007.txt

    2007-01-10 21:07:24.56 Server * *******************************************************************************

    2007-01-10 21:07:24.56 Server *

    2007-01-10 21:07:24.56 Server * BEGIN STACK DUMP:

    2007-01-10 21:07:24.56 Server * 01/10/07 21:07:24 spid 0

    2007-01-10 21:07:24.56 Server *

    2007-01-10 21:07:24.56 Server * Non-yielding IOCP Listener

    2007-01-10 21:07:24.56 Server *

    2007-01-10 21:07:24.56 Server * *******************************************************************************

    2007-01-10 21:07:24.56 Server * -------------------------------------------------------------------------------

    2007-01-10 21:07:24.56 Server * Short Stack Dump

    2007-01-10 21:07:27.60 Server Stack Signature for the dump is 0x0000000000000101

    2007-01-10 21:07:48.23 Server External dump process return code 0x20000001.

    External dump process returned no errors.

    2007-01-10 21:07:48.24 Server IO Completion Listener (0xf70) Worker 0x0000000005DD61C0 appears to be non-yielding on Node 1. Approx CPU Used: kernel 0 ms, user 0 ms, Interval: 15000.

    <<file ends here<<

    Thanks for any help!

    _____________________________________________________
    Do not go past the mark you aimed for, but learn when to stop.

    You can find me on LinkedIn.
    I support The Programmer's Bill of Rights.

    MCITP, MCDBA, MCSD

  • Hi,

    It seems like a Lazywriter issue.

    What does the DBCC MEMORYSTATUS result tells.

     

    Minaz

     

    "More Green More Oxygen !! Plant a tree today"

  • nothing useful to my eyes of course this is a snapshot of it's current state, not of the time the error actually occured.

    here goes:

    Memory Manager KB

    ------------------------------ --------------------

    VM Reserved 16609848

    VM Committed 3878428

    AWE Allocated 0

    Reserved Memory 1024

    Reserved Memory In Use 0

    Memory node Id = 0 KB

    ------------------------------ --------------------

    VM Reserved 8251264

    VM Committed 1985200

    AWE Allocated 0

    MultiPage Allocator 9664

    SinglePage Allocator 2076456

    Memory node Id = 1 KB

    ------------------------------ --------------------

    VM Reserved 8352952

    VM Committed 1887680

    AWE Allocated 0

    MultiPage Allocator 38912

    SinglePage Allocator 2076456

    MEMORYCLERK_SQLGENERAL (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 5000

    MultiPage Allocator 3880

    MEMORYCLERK_SQLGENERAL (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 3360

    MultiPage Allocator 0

    MEMORYCLERK_SQLGENERAL (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8360

    MultiPage Allocator 3880

    MEMORYCLERK_SQLBUFFERPOOL (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 8249344

    VM Committed 1787224

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 0

    MultiPage Allocator 64

    MEMORYCLERK_SQLBUFFERPOOL (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 8241152

    VM Committed 1975288

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 0

    MultiPage Allocator 0

    MEMORYCLERK_SQLBUFFERPOOL (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 16490496

    VM Committed 3762512

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 0

    MultiPage Allocator 64

    MEMORYCLERK_SQLOPTIMIZER (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 2464

    MultiPage Allocator 96

    MEMORYCLERK_SQLOPTIMIZER (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 2464

    MultiPage Allocator 96

    MEMORYCLERK_SQLUTILITIES (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 120

    VM Committed 120

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 128

    MultiPage Allocator 0

    MEMORYCLERK_SQLUTILITIES (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    MEMORYCLERK_SQLUTILITIES (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 120

    VM Committed 120

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 144

    MultiPage Allocator 0

    MEMORYCLERK_SQLSTORENG (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 28096

    VM Committed 28096

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1608

    MultiPage Allocator 12320

    MEMORYCLERK_SQLSTORENG (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 3144

    MultiPage Allocator 704

    MEMORYCLERK_SQLSTORENG (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 28096

    VM Committed 28096

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 4752

    MultiPage Allocator 13024

    MEMORYCLERK_SQLCONNECTIONPOOL (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 784

    MultiPage Allocator 0

    MEMORYCLERK_SQLCONNECTIONPOOL (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 720

    MultiPage Allocator 0

    MEMORYCLERK_SQLCONNECTIONPOOL (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1504

    MultiPage Allocator 0

    MEMORYCLERK_SQLCLR (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    MEMORYCLERK_SQLCLR (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    MEMORYCLERK_SQLSERVICEBROKER (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 128

    MultiPage Allocator 320

    MEMORYCLERK_SQLSERVICEBROKER (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 128

    MultiPage Allocator 320

    MEMORYCLERK_SQLHTTP (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    MEMORYCLERK_SQLHTTP (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    MEMORYCLERK_SNI (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 80

    MultiPage Allocator 16

    MEMORYCLERK_SNI (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 72

    MultiPage Allocator 16

    MEMORYCLERK_SNI (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 152

    MultiPage Allocator 32

    MEMORYCLERK_FULLTEXT (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    MEMORYCLERK_FULLTEXT (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    MEMORYCLERK_SQLXP (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    MEMORYCLERK_SQLXP (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    MEMORYCLERK_BHF (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 240

    MultiPage Allocator 0

    MEMORYCLERK_BHF (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 224

    MultiPage Allocator 0

    MEMORYCLERK_BHF (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 464

    MultiPage Allocator 0

    MEMORYCLERK_HOST (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 24

    MultiPage Allocator 0

    MEMORYCLERK_HOST (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 24

    MultiPage Allocator 0

    MEMORYCLERK_SOSNODE (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8192

    MultiPage Allocator 13296

    MEMORYCLERK_SOSNODE (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 9520

    MultiPage Allocator 8256

    MEMORYCLERK_SOSNODE (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 17712

    MultiPage Allocator 21552

    MEMORYCLERK_SQLSERVICEBROKERTRANSPORT (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 48

    MultiPage Allocator 0

    MEMORYCLERK_SQLSERVICEBROKERTRANSPORT (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 48

    MultiPage Allocator 0

    CACHESTORE_OBJCP (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 119232

    MultiPage Allocator 960

    CACHESTORE_OBJCP (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 119232

    MultiPage Allocator 960

    CACHESTORE_SQLCP (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1831096

    MultiPage Allocator 7424

    CACHESTORE_SQLCP (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1831096

    MultiPage Allocator 7424

    CACHESTORE_PHDR (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 46120

    MultiPage Allocator 64

    CACHESTORE_PHDR (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 46120

    MultiPage Allocator 64

    CACHESTORE_XPROC (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 136

    MultiPage Allocator 0

    CACHESTORE_XPROC (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 136

    MultiPage Allocator 0

    CACHESTORE_TEMPTABLES (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 32

    MultiPage Allocator 0

    CACHESTORE_TEMPTABLES (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 32

    MultiPage Allocator 0

    CACHESTORE_NOTIF (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_NOTIF (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_VIEWDEFINITIONS (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_VIEWDEFINITIONS (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_XMLDBTYPE (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_XMLDBTYPE (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_XMLDBELEMENT (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_XMLDBELEMENT (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_XMLDBATTRIBUTE (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_XMLDBATTRIBUTE (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_STACKFRAMES (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 0

    MultiPage Allocator 8

    CACHESTORE_STACKFRAMES (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 0

    MultiPage Allocator 8

    CACHESTORE_STACKFRAMES (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 0

    MultiPage Allocator 16

    CACHESTORE_BROKERTBLACS (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 392

    MultiPage Allocator 0

    CACHESTORE_BROKERTBLACS (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 392

    MultiPage Allocator 0

    CACHESTORE_BROKERKEK (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_BROKERKEK (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_BROKERDSH (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_BROKERDSH (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_BROKERUSERCERTLOOKUP (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_BROKERUSERCERTLOOKUP (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_BROKERRSB (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_BROKERRSB (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_BROKERREADONLY (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 80

    MultiPage Allocator 0

    CACHESTORE_BROKERREADONLY (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 80

    MultiPage Allocator 0

    CACHESTORE_BROKERTO (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_BROKERTO (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_EVENTS (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_EVENTS (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 16

    MultiPage Allocator 0

    CACHESTORE_SYSTEMROWSET (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 8

    MultiPage Allocator 0

    CACHESTORE_SYSTEMROWSET (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1296

    MultiPage Allocator 0

    CACHESTORE_SYSTEMROWSET (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1304

    MultiPage Allocator 0

    USERSTORE_SCHEMAMGR (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 10624

    MultiPage Allocator 0

    USERSTORE_SCHEMAMGR (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 10624

    MultiPage Allocator 0

    USERSTORE_DBMETADATA (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 176

    MultiPage Allocator 0

    USERSTORE_DBMETADATA (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 9936

    MultiPage Allocator 0

    USERSTORE_DBMETADATA (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 10112

    MultiPage Allocator 0

    USERSTORE_TOKENPERM (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 11472

    MultiPage Allocator 0

    USERSTORE_TOKENPERM (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 11472

    MultiPage Allocator 0

    USERSTORE_OBJPERM (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 496

    MultiPage Allocator 0

    USERSTORE_OBJPERM (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1576

    MultiPage Allocator 32

    USERSTORE_OBJPERM (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 2072

    MultiPage Allocator 32

    USERSTORE_SXC (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 208

    MultiPage Allocator 0

    USERSTORE_SXC (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 184

    MultiPage Allocator 0

    USERSTORE_SXC (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 392

    MultiPage Allocator 0

    OBJECTSTORE_LBSS (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 32

    MultiPage Allocator 416

    OBJECTSTORE_LBSS (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 32

    MultiPage Allocator 416

    OBJECTSTORE_LBSS (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 64

    MultiPage Allocator 832

    OBJECTSTORE_SNI_PACKET (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1384

    MultiPage Allocator 48

    OBJECTSTORE_SNI_PACKET (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 1184

    MultiPage Allocator 48

    OBJECTSTORE_SNI_PACKET (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 2568

    MultiPage Allocator 96

    OBJECTSTORE_SERVICE_BROKER (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 304

    MultiPage Allocator 0

    OBJECTSTORE_SERVICE_BROKER (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 304

    MultiPage Allocator 0

    OBJECTSTORE_LOCK_MANAGER (node 0) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 32768

    VM Committed 32768

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 2304

    MultiPage Allocator 0

    OBJECTSTORE_LOCK_MANAGER (node 1) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 0

    VM Committed 0

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 2184

    MultiPage Allocator 0

    OBJECTSTORE_LOCK_MANAGER (Total) KB

    ---------------------------------------------------------------- --------------------

    VM Reserved 32768

    VM Committed 32768

    AWE Allocated 0

    SM Reserved 0

    SM Commited 0

    SinglePage Allocator 4488

    MultiPage Allocator 0

    Buffer Distribution Buffers

    ------------------------------ -----------

    Stolen -63880

    Free 780

    Cached 323437

    Database (clean) 173227

    Database (dirty) 19342

    I/O 0

    Latched 0

    Buffer Counts Buffers

    ------------------------------ --------------------

    Committed 452906

    Target 852664

    Hashed 192569

    Stolen Potential 716073

    External Reservation 0

    Min Free 128

    Visible 852664

    Available Paging File 1876238

    Procedure Cache Value

    ------------------------------ -----------

    TotalProcs 5593

    TotalPages 250629

    InUsePages 371

    Global Memory Objects Buffers

    ------------------------------ --------------------

    Resource 412

    Locks 564

    XDES 104

    SETLS 4

    SE Dataset Allocators 8

    SubpDesc Allocators 4

    SE SchemaManager 1327

    SQLCache 839

    Replication 2

    ServerGlobal 50

    XP Global 2

    SortTables 1524

    Query Memory Objects Value

    ------------------------------ -----------

    Grants 0

    Waiting 0

    Available (Buffers) 503260

    Maximum (Buffers) 503260

    Limit 503260

    Next Request 0

    Waiting For 0

    Cost 0

    Timeout 0

    Wait Time 0

    Last Target 516060

    Small Query Memory Objects Value

    ------------------------------ -----------

    Grants 0

    Waiting 0

    Available (Buffers) 12800

    Maximum (Buffers) 12800

    Limit 12800

    Optimization Queue Value

    ------------------------------ --------------------

    Overall Memory 5598830592

    Target Memory 3260112896

    Last Notification 1

    Timeout 6

    Early Termination Factor 5

    Small Gateway Value

    ------------------------------ --------------------

    Configured Units 16

    Available Units 16

    Acquires 0

    Waiters 0

    Threshold Factor 380000

    Threshold 380000

    Medium Gateway Value

    ------------------------------ --------------------

    Configured Units 4

    Available Units 4

    Acquires 0

    Waiters 0

    Threshold Factor 12

    Big Gateway Value

    ------------------------------ --------------------

    Configured Units 1

    Available Units 1

    Acquires 0

    Waiters 0

    Threshold Factor 8

    MEMORYBROKER_FOR_CACHE Value

    -------------------------------- --------------------

    Allocations 255077

    Rate 9

    Target Allocations 648573

    Future Allocations 0

    Last Notification 1

    MEMORYBROKER_FOR_STEAL Value

    -------------------------------- --------------------

    Allocations 4476

    Rate 0

    Target Allocations 397963

    Future Allocations 0

    Last Notification 1

    MEMORYBROKER_FOR_RESERVE Value

    -------------------------------- --------------------

    Allocations 0

    Rate 0

    Target Allocations 550468

    Future Allocations 156981

    Last Notification 1

    DBCC execution completed. If DBCC printed error messages, contact your system administrator.

    _____________________________________________________
    Do not go past the mark you aimed for, but learn when to stop.

    You can find me on LinkedIn.
    I support The Programmer's Bill of Rights.

    MCITP, MCDBA, MCSD

  • Anyone found any reason for these messages?

    We also see these almost daily, some days at the same time, other days on other times.

    We run 2005 SP1 (32) on windows 2003 SP1

Viewing 15 posts - 1 through 15 (of 23 total)

You must be logged in to reply to this topic. Login to reply