免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 8820 | 回复: 2
打印 上一主题 下一主题

InnoDB发生死锁后,SHOW ENGINE INNODB STATUS信息怎么消除? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-04-10 00:12 |只看该作者 |倒序浏览
InnoDB 发生死锁后,已经过去一天了,但是死锁信息在 show engine innodb status中还是存在;
LATEST DETECTED DEADLOCK部分,有时间记录。
怎样才能消除死锁信息?

mysql> show engine innodb status\G
*************************** 1. row ***************************
  Type: InnoDB
  Name:
Status:
=====================================
110410  9:40:54 INNODB MONITOR OUTPUT
=====================================
Per second averages calculated from the last 18 seconds
-----------------
BACKGROUND THREAD
-----------------
srv_master_thread loops: 83736 1_second, 83735 sleeps, 8367 10_second, 75 background, 75 flush
srv_master_thread log flush and writes: 84278
----------
SEMAPHORES
----------
OS WAIT ARRAY INFO: reservation count 23851, signal count 35580
Mutex spin waits 160416, rounds 575732, OS waits 10558
RW-shared spins 11180, OS waits 8971; RW-excl spins 1457, OS waits 4185
Spin rounds per wait: 3.59 mutex, 25.40 RW-shared, 101.31 RW-excl
------------------------
LATEST DETECTED DEADLOCK
------------------------
110409  4:31:17
*** (1) TRANSACTION:
TRANSACTION 1C8E7AFE, ACTIVE 16 sec, process no 7485, OS thread id 1093081408 starting index read
mysql tables in use 1, locked 1
LOCK WAIT 2 lock struct(s), heap size 376, 1 row lock(s)
MySQL thread id 186, query id 13658737 ****** Updating
******
*** (1) WAITING FOR THIS LOCK TO BE GRANTED:
RECORD LOCKS space id 386 page no 53459 n bits 432 index `PRIMARY` of table ****** trx id 1C8E7AFE lock_mode X locks rec but not gap waiting
Record lock, heap no 186 PHYSICAL RECORD: n_fields 13; compact format; info bits 0
0: len 4; hex 80a2df32; asc    2;;
1: len 6; hex 00001a52cae9; asc    R  ;;
2: len 7; hex 800000002d3d98; asc     -= ;;
3: len 4; hex 002d95cb; asc  -  ;;
4: len 1; hex 80; asc  ;;
5: SQL NULL;
6: len 1; hex 80; asc  ;;
7: len 1; hex 80; asc  ;;
8: SQL NULL;
9: SQL NULL;
10: len 4; hex 4d92f610; asc M   ;;
11: len 4; hex 80341500; asc  4  ;;
12: len 4; hex 80000000; asc     ;;

*** (2) TRANSACTION:
TRANSACTION 1C8E795A, ACTIVE 65 sec, process no 7485, OS thread id 1527142720 fetching rows, thread declared inside InnoDB 317
mysql tables in use 2, locked 2
85123 lock struct(s), heap size 13466040, 39604860 row lock(s), undo log entries 48520
MySQL thread id 21674, query id 13658762  ****** Sending data
******
*** (2) HOLDS THE LOCK(S):
RECORD LOCKS space id 386 page no 53459 n bits 432 index `PRIMARY` of table ****** trx id 1C8E795A lock mode S locks rec but not gap
Record lock, heap no 2 PHYSICAL RECORD: n_fields 13; compact format; info bits 0
0: len 4; hex 80a2de74; asc    t;;
1: len 6; hex 00001a52cae9; asc    R  ;;
2: len 7; hex 800000002d3388; asc     -3 ;;
3: len 4; hex 002d2996; asc  -) ;;
4: len 1; hex 80; asc  ;;
5: SQL NULL;
6: len 1; hex 80; asc  ;;
7: len 1; hex 80; asc  ;;
8: SQL NULL;
9: SQL NULL;
10: len 4; hex 4d92f5e9; asc M   ;;
11: len 4; hex 803414ff; asc  4  ;;
12: len 4; hex 80000000; asc     ;;

论坛徽章:
9
每日论坛发贴之星
日期:2016-01-04 06:20:00数据库技术版块每日发帖之星
日期:2016-01-04 06:20:00每日论坛发贴之星
日期:2016-01-04 06:20:00数据库技术版块每日发帖之星
日期:2016-01-04 06:20:00IT运维版块每日发帖之星
日期:2016-01-04 06:20:00IT运维版块每日发帖之星
日期:2016-01-04 06:20:00综合交流区版块每日发帖之星
日期:2016-01-04 06:20:00综合交流区版块每日发帖之星
日期:2016-01-04 06:20:00数据库技术版块每周发帖之星
日期:2016-03-07 16:30:25
2 [报告]
发表于 2011-04-10 16:46 |只看该作者
没有办法消除~ 是不是因为dump信息太长导致下面的status显示不全了?
可以考虑自己造个小型死锁把这个信息冲掉。
具体见:
http://www.xaprb.com/blog/2006/0 ... -deadlock-in-mysql/

论坛徽章:
0
3 [报告]
发表于 2011-04-10 22:45 |只看该作者
回复 2# cenalulu


    是的,信息太长了,SHOW ENGINE InnoDB STATUS 显示不全,怎么也消除不掉,现在看了你给的链接就知道怎么办了;
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP