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

Error log flood : "InnoDB: page_cleaner: 1000ms intended loop took N ms. The settings might not be optimal."

Details

    Description

      There are too many messages in form
      "InnoDB: page_cleaner: 1000ms intended loop took 4450ms. The settings might not be optimal".

      An example of the flood is here https://jira.mariadb.org/secure/attachmentzip/unzip/64627/44712%5B0%5D/

      A message like this is written every 15 seconds.
      A better idea is to write only seldomly. If this is something performance related, you can expose the average slowness via status variable or something like that.

      Attachments

        Issue Links

          Activity

            The message was hidden at the default log_warnings level (2 or less). The actual problem will be addressed in MDEV-16526.

            marko Marko Mäkelä added a comment - The message was hidden at the default log_warnings level (2 or less). The actual problem will be addressed in MDEV-16526 .

            While working on MDEV-23399, I found a likely explanation for these messages. The ‘flush_list flushing’ would actually wait for buffer pool page latches, and therefore a single batch can take an arbitrarily long time.

            marko Marko Mäkelä added a comment - While working on MDEV-23399 , I found a likely explanation for these messages. The ‘flush_list flushing’ would actually wait for buffer pool page latches, and therefore a single batch can take an arbitrarily long time.

            People

              marko Marko Mäkelä
              wlad Vladislav Vaintroub
              Votes:
              0 Vote for this issue
              Watchers:
              4 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.