Details

    • Bug
    • Status: In Review (View Workflow)
    • Critical
    • Resolution: Unresolved
    • 10.5.27
    • 10.5
    • Galera
    • None

    Description

      Complete freeze during MW-329 test:

      galera.MW-329                            [ fail ]  timeout after 900 seconds
              Test ended at 2025-01-27 12:20:24
       
      Test case timeout after 900 seconds
       
      == /home/panda/maria-10.5/build/mysql-test/var/log/MW-329.log == 
      connection node_2;
      connection node_1;
      CREATE TABLE t1 (f1 INTEGER, f2 CHAR(20) DEFAULT 'abc') ENGINE=InnoDB;
      INSERT INTO t1 (f1) VALUES (1),(65535);
      CREATE PROCEDURE proc_insert ()
      BEGIN
      DECLARE CONTINUE HANDLER FOR SQLEXCEPTION BEGIN END;
      SET SESSION wsrep_sync_wait = 0;
      WHILE 1 DO
      INSERT INTO t1 (f1) VALUES (FLOOR( 1 + RAND( ) * 65535 ));
      SELECT SLEEP(0.1);
      END WHILE;
      END|
      connect node_1b, 127.0.0.1, root, , test, $NODE_MYPORT_1;
      connection node_1b;
      connection node_1;
      connection node_1b;
       
       == /home/panda/maria-10.5/build/mysql-test/var/tmp/analyze-timeout-mysqld.1.err ==
      mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/home/panda/maria-10.5/build/mysql-test/var/tmp/mysqld.1.sock' (111)
       
       == /home/panda/maria-10.5/build/mysql-test/var/tmp/analyze-timeout-mysqld.2.err ==
      mysqltest: Could not open connection 'default' after 500 attempts: 2002 Can't connect to local MySQL server through socket '/home/panda/maria-10.5/build/mysql-test/var/tmp/mysqld.2.sock' (111)

      Attachments

        1. hang-mysqld.1.err
          27 kB
        2. hang-mysqld.2.err
          24 kB
        3. mysqld.1.err
          27 kB
        4. mysqld.2.err
          24 kB
        5. screenshot-1.png
          screenshot-1.png
          382 kB

        Issue Links

          Activity

            Tested with 10.5-enterprise but could not reproduce (used --repeat=50). I could not also find similar failure from our Jenkins.

            janlindstrom Jan Lindström added a comment - Tested with 10.5-enterprise but could not reproduce (used --repeat=50). I could not also find similar failure from our Jenkins.
            janlindstrom Jan Lindström added a comment - https://github.com/MariaDB/server/pull/3803
            mihaQ MikaH added a comment -

            Hmm...why you guys ignore error [Warning] Could not increase number of max_open_files to more than 1024? That is kinda showstopper for the MariaDB. Just asking..

            mihaQ MikaH added a comment - Hmm...why you guys ignore error [Warning] Could not increase number of max_open_files to more than 1024? That is kinda showstopper for the MariaDB. Just asking..

            sysprg See commit dc79065de4c in same branch.

            janlindstrom Jan Lindström added a comment - sysprg See commit dc79065de4c in same branch.

            People

              sysprg Julius Goryavsky
              sysprg Julius Goryavsky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:

                Git Integration

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