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

binlog.flashback-largebinlog fails in buildbot with out of memory

    XMLWordPrintable

Details

    Description

      http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/3246

      10.2 50653e021f1678c3c28c6b5886fadb9f

      binlog.flashback-largebinlog 'row'       w2 [ fail ]
              Test ended at 2019-06-14 11:54:09
       
      CURRENT_TEST: binlog.flashback-largebinlog
      mysqltest: At line 77: query 'INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 67108864))' failed: 1041: Out of memory; check if mysqld or some other process uses all available memory; if not, you may have to use 'ulimit' to allow mysqld to use more memory or you can add more swap space
       
      The result from queries just before the failure was:
      < snip >
      connect  default, localhost,root,,;
      #
      # Delete all existing binary logs.
      #
      RESET MASTER;
      #
      # Create a test table.
      #
      use mysqltest;
      CREATE TABLE t1 (
      c1 LONGTEXT
      ) DEFAULT CHARSET latin1;
      #
      # Show how many rows are affected by each statement.
      #
      #
      # Insert some big rows.
      #
      insert 1024MB data twice
      INSERT INTO t1 VALUES (REPEAT('ManyMegaByteBlck', 67108864));
      

      Attachments

        Issue Links

          Activity

            People

              Elkin Andrei Elkin
              elenst Elena Stepanova
              Votes:
              0 Vote for this issue
              Watchers:
              6 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.