[MDEV-13808] (draft) possible hang on shutdown Created: 2017-09-15  Updated: 2017-09-15  Resolved: 2017-09-15

Status: Closed
Project: MariaDB Server
Component/s: Storage Engine - InnoDB
Affects Version/s: 10.1
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Andrii Nikitin (Inactive) Assignee: Andrii Nikitin (Inactive)
Resolution: Duplicate Votes: 0
Labels: None

Issue Links:
Duplicate
duplicates MDEV-13797 InnoDB may hang if shutdown is initia... Closed

 Description   

Suggested in MDEV-13797 case:

  1. Start a number of transactions that modify data.
  2. In one connection, SET GLOBAL innodb_flush_log_at_trx_commit=1; and commit a small change to an InnoDB table. This ensures that the changes from the above incomplete transactions are persisted in the redo log.
  3. Kill the server.
  4. Restart and quickly shut down the server. It should hang on shutdown.

Generated at Thu Feb 08 08:08:32 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.