|
Сыпятся ошибки в error-лог
|
|||
---|---|---|---|
#18+
Adaptive Server Enterprise/15.0.2/EBF 15967 ESD#6/P/x86_64/Enterprise Linux/ase1502/2537/64-bit/FBO/Thu Oct 2 01:33:23 2008 Други, кто-нить сталкивался с подобной месагой в логе: Bufunhash: Buffer 0x4abf2f5c0 from database id 5 has page number 0 in the page header and page number 10813784 in the buffer header. Buffer will be unhashed, no action is necessary. Printing headers for diagnostics: 00:00000:00683:2012/07/09 10:47:59.29 server Mass: 0x0x4abf2f5c0 Buffer: 0x0x4abf2f5c0 -Mass pgno: 10813784 vdev: 4 virtpg: 21627568 dbid: 5 stat: 0x40001010 keep: 0 awaited: 0 tripsleft: 0, flushseq: 0 dirty seq: 0 filthyseq: 0 -Buf pgno: 10813784 vdev: 4 virtpg: 21627568 stat: 0x1 bpage: 0x8969f000 linked: ( lru) 00:00000:00683:2012/07/09 10:47:59.29 server Page: 0x28969f000 pageno: 0 objid: 0 indid: 0 - nextpg: 0 prevpg: 0 pstat: 0x0 ts: (0, 0) nextrno: 0 - freeoff: 0 minlen: 0 level: 0 Что это и с чем его едят? и вообще критично ли такое развитие событий? ... |
|||
:
Нравится:
Не нравится:
|
|||
09.07.2012, 11:39 |
|
Сыпятся ошибки в error-лог
|
|||
---|---|---|---|
#18+
scroodj, When this erorr is printed, you should check for device/memory corruption. You should run: dbcc traceon (3604) go dbcc page(dbid,<pagenumber>) go dbcc checktable (tablename) go ... |
|||
:
Нравится:
Не нравится:
|
|||
09.07.2012, 12:36 |
|
Сыпятся ошибки в error-лог
|
|||
---|---|---|---|
#18+
scroodj, A "Bufunhash" message usually means that a cache management error occurred. It seems that a desynchronization occurred between the page number present in cache and the page number on disk. As seen, the message indicates 'no action is necessary'. "Bufunhash" errors are treated as transient memory corruption messages for the buffers. This category of error does not raise a server error, but rather a message will be written into the errorlog when unhashing a buffer results into a page mismatch error. In fact this message may not be as harmless as it looks like at first. 1) The reasons why this message is printed can be very internals to ASE, few of these reasons can be : - If the objid on the page just read in is 0 (i.e an uninitialized page) - The objid on the page is not matching with the objid on the SDES (System Descriptor) - An aborted APF (Asynchronous PreFecth) read due to lack of resources ..... But most of the time the "Bufunhash" message is produced during errors like 605, 692 ,695, 697, 834.... In such situation, the root cause can be diagnosed with the printed error number, and most of the time these errors are due to a database corruption or a hardware problems. If no other errors occur with the message "Bufunhash: Buffer xxx from database id x has page number x in the page header and page number y in the buffer header. Buffer will be unhashed", then this may only be an in-memory problem -- a transient error. We recommend to run 'dbcc checkdb' and 'dbcc checkalloc' on the database to make sure there are no other error messages. More information about message "Buffer will be unhashed": When a page is read into memory from the disk, a buffer header is assigned to it. The header tracks the usage and the contents of the page image and together the page and the buffer header define a buffer, it's these buffers themselves that are grouped together to form MASSes (Memory Address Space Segments) and this is saved into special(hash)tables, so basically it means a buffer is removed from a hash table. 3) We strongly advise to check the OS log for any errors being reported at the hardware level. This message is not harmful. It could be an early indication of a controller problem or a bad device. We would say that if DBCCs indicated the table and database are clean, then there was a transient problem, which could have its roots in a disk-related failure beginning to show up, or a memory-related problem ... |
|||
:
Нравится:
Не нравится:
|
|||
09.07.2012, 14:40 |
|
|
start [/forum/topic.php?fid=55&gotonew=1&tid=2010106]: |
0ms |
get settings: |
10ms |
get forum list: |
13ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
201ms |
get topic data: |
10ms |
get first new msg: |
24ms |
get forum data: |
2ms |
get page messages: |
43ms |
get tp. blocked users: |
2ms |
others: | 11ms |
total: | 324ms |
0 / 0 |