MySQL InnoDB hangs on waiting for table-level locks

前端 未结 6 2029
抹茶落季
抹茶落季 2021-02-04 14:04

I have a big production web-application (Glassfish 3.1 + MySQL 5.5). All tables are InnoDB. Once per several days application totally hangs. SHOW FULL PROCESSLIST

6条回答
  •  北恋
    北恋 (楼主)
    2021-02-04 14:33

    This may seem simple, but you don't have a long-running select statement that is possibly locking out updates and inserts? There's no query that's actually running and not locked?

提交回复
热议问题