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

InnoDB writes error messages about compressed tables upon startup

    XMLWordPrintable

Details

    Description

      --source include/have_innodb.inc
       
      INSTALL SONAME 'provider_lzo';
      SET GLOBAL innodb_compression_algorithm= lzo;
      CREATE TABLE t (a INT) ENGINE=InnoDB page_compressed=1;
      INSERT INTO t VALUES (1),(2);
      --source include/restart_mysqld.inc
       
      --exec grep -i "failed to read" $MYSQLTEST_VARDIR/log/mysqld.1.err
      SELECT * FROM t;
       
      DROP TABLE t;
      

      In the test case above, upon restart InnoDB writes "failed to read" error messages into the log:

      2021-10-10  1:50:25 0 [ERROR] InnoDB: Background Page read failed to read or decrypt [page id: space=5, page number=1]
      2021-10-10  1:50:25 0 [ERROR] InnoDB: Failed to read page 2 from file './test/t.ibd': Table is encrypted but decrypt failed.
      2021-10-10  1:50:25 0 [ERROR] InnoDB: Failed to read page 3 from file './test/t.ibd': Table is encrypted but decrypt failed.
      

      However, the table is readable.

      The effect is not necessarily limited to MTR. These are the elements of the use case which I couldn't get rid of while reproducing outside MTR:

      • server had to be bootstrapped without InnoDB;
      • server had to be run with performance schema;
      • provider had to be installed into mysql.plugin rather than loaded via a startup option.

      I'm not sure how important each factor is, possibly they just cause a "lucky" timing or sequence of events upon startup. But this way it happens to me nearly deterministically. In rare cases only the first error message is written.

      The specific provider is not important.

      Attachments

        Issue Links

          Activity

            People

              serg Sergei Golubchik
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              3 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.