Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-27754

Innodb assertion with innodb_flush_log_at_trx_commit=2 and innodb_flush_method=O_DSYNC

Details

    Description

      Time by time (2-3 times per day) MariaDB server is crashed
      I don't use drive D in OS
      Error log:
      2022-02-02 18:49:23 0x5820 InnoDB: Assertion failure in file D:\winx64-packages\build\src\storage\innobase\log\log0log.cc line 634
      InnoDB: Failing assertion: lsn >= log_sys.get_flushed_lsn()
      InnoDB: We intentionally generate a memory trap.
      InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
      InnoDB: If you get repeated assertion failures or crashes, even
      InnoDB: immediately after the mariadbd startup, there may be
      InnoDB: corruption in the InnoDB tablespace. Please refer to
      InnoDB: https://mariadb.com/kb/en/library/innodb-recovery-modes/
      InnoDB: about forcing recovery.
      220202 18:49:23 [ERROR] mysqld got exception 0x80000003 ;
      This could be because you hit a bug. It is also possible that this binary
      or one of the libraries it was linked against is corrupt, improperly built,
      or misconfigured. This error can also be caused by malfunctioning hardware.

      To report this bug, see https://mariadb.com/kb/en/reporting-bugs

      We will try our best to scrape up some info that will hopefully help
      diagnose the problem, but since we have already crashed,
      something is definitely wrong and this may fail.

      Server version: 10.6.5-MariaDB
      key_buffer_size=1073741824
      read_buffer_size=131072
      max_used_connections=86
      max_threads=65537
      thread_count=8
      It is possible that mysqld could use up to
      key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 143678805 K bytes of memory
      Hope that's ok; if not, decrease some variables in the equation.

      Thread pointer: 0x0
      Attempting backtrace. You can use the following information to find out
      where mysqld died. If you see no messages after this, something went
      terribly wrong...
      server.dll!my_parameter_handler()[my_init.c:278]
      ucrtbase.dll!raise()
      ucrtbase.dll!abort()
      server.dll!ut_dbg_assertion_failed()[ut0dbg.cc:60]
      server.dll!log_write_flush_to_disk_low()[log0log.cc:634]
      server.dll!log_write_up_to()[log0log.cc:836]
      server.dll!buf_dblwr_t::flush_buffered_writes_completed()[buf0dblwr.cc:678]
      server.dll!fil_aio_callback()[fil0fil.cc:2909]
      server.dll!io_callback()[os0file.cc:3614]
      server.dll!tpool::task_group::execute()[task_group.cc:56]
      KERNEL32.DLL!LCMapStringEx()
      ntdll.dll!RtlAddRefActivationContext()
      ntdll.dll!RtlAcquireSRWLockExclusive()
      KERNEL32.DLL!BaseThreadInitThunk()
      ntdll.dll!RtlUserThreadStart()
      The manual page at https://mariadb.com/kb/en/how-to-produce-a-full-stack-trace-for-mysqld/ contains
      information that should help you find out what is causing the crash.
      Writing a core file at C:\Program Files\MariaDB 10.6\data\

      Attachments

        Activity

          Zh Vladislav created issue -
          Zh Vladislav made changes -
          Field Original Value New Value
          Priority Major [ 3 ] Critical [ 2 ]
          wlad Vladislav Vaintroub added a comment - - edited

          Zh, There should be mysqld.dmp file in C:\Program Files\MariaDB 10.6\data\ . Could you please attach it here, too ?
          Do not worry about D:\winx64-packages\build\src\storage\innobase\log\log0log.cc in error message. it refers is the location of the source file during compilation, on our compile server.
          Also please attach your my.ini

          wlad Vladislav Vaintroub added a comment - - edited Zh , There should be mysqld.dmp file in C:\Program Files\MariaDB 10.6\data\ . Could you please attach it here, too ? Do not worry about D:\winx64-packages\build\src\storage\innobase\log\log0log.cc in error message. it refers is the location of the source file during compilation, on our compile server. Also please attach your my.ini
          Zh Vladislav made changes -
          Attachment screenshot-1.png [ 62032 ]
          Zh Vladislav added a comment -

          I cant't fount this file

          Zh Vladislav added a comment - I cant't fount this file
          Zh Vladislav made changes -
          Attachment my.ini [ 62033 ]

          Ok, thanks!

          I think I could guess what happened here, even without crash dump
          There is a concurrency bug which will pop up when innodb_flush_method=O_DSYNC, and the odds of crash are much higher if innodb_flush_log_at_trx_commit = 2 .

          As a temporary workaround, I suggest to comment out innodb_flush_method = O_DSYNC . Alternatively, use innodb_flush_log_at_trx_commit=1 (this is not absolutely safe, but would make crash highly improbable).

          wlad Vladislav Vaintroub added a comment - Ok, thanks! I think I could guess what happened here, even without crash dump There is a concurrency bug which will pop up when innodb_flush_method=O_DSYNC, and the odds of crash are much higher if innodb_flush_log_at_trx_commit = 2 . As a temporary workaround, I suggest to comment out innodb_flush_method = O_DSYNC . Alternatively, use innodb_flush_log_at_trx_commit=1 (this is not absolutely safe, but would make crash highly improbable).
          wlad Vladislav Vaintroub made changes -
          Summary Exception 0x80000003 Innodb assertion with innodb_flush_log_at_trx_commit=2 and innodb_flush_method=O_DSYNC
          wlad Vladislav Vaintroub made changes -
          Assignee Vladislav Vaintroub [ wlad ]
          wlad Vladislav Vaintroub made changes -
          Fix Version/s 10.5 [ 23123 ]
          Affects Version/s 10.5 [ 23123 ]
          Affects Version/s 10.6 [ 24028 ]
          Affects Version/s 10.7 [ 24805 ]
          Affects Version/s 10.6.5 [ 26034 ]
          wlad Vladislav Vaintroub made changes -
          Status Open [ 1 ] In Progress [ 3 ]
          wlad Vladislav Vaintroub made changes -
          Status In Progress [ 3 ] In Testing [ 10301 ]
          wlad Vladislav Vaintroub made changes -
          Status In Testing [ 10301 ] Stalled [ 10000 ]
          wlad Vladislav Vaintroub added a comment - marko , please review https://github.com/MariaDB/server/commit/70e63796df78b6d34c65f9a9d957fd8bd46470bd
          wlad Vladislav Vaintroub made changes -
          Status Stalled [ 10000 ] In Review [ 10002 ]
          marko Marko Mäkelä made changes -
          Assignee Vladislav Vaintroub [ wlad ] Marko Mäkelä [ marko ]
          marko Marko Mäkelä made changes -
          Assignee Marko Mäkelä [ marko ] Vladislav Vaintroub [ wlad ]
          Status In Review [ 10002 ] Stalled [ 10000 ]
          wlad Vladislav Vaintroub made changes -
          issue.field.resolutiondate 2022-02-08 10:06:59.0 2022-02-08 10:06:59.089
          wlad Vladislav Vaintroub made changes -
          Component/s Storage Engine - InnoDB [ 10129 ]
          Fix Version/s 10.7.2 [ 26813 ]
          Fix Version/s 10.5.15 [ 26810 ]
          Fix Version/s 10.6.7 [ 26812 ]
          Fix Version/s 10.5 [ 23123 ]
          Resolution Fixed [ 1 ]
          Status Stalled [ 10000 ] Closed [ 6 ]
          dbart Daniel Bartholomew made changes -
          Fix Version/s 10.7.3 [ 26814 ]
          Fix Version/s 10.7.2 [ 26813 ]
          marko Marko Mäkelä made changes -
          Fix Version/s 10.8.2 [ 26816 ]

          People

            wlad Vladislav Vaintroub
            Zh Vladislav
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.