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

CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000

Details

    Description

      ,

      Scenario:
      1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT )
           Tests with row_format DYNAMIC showed the same issue
      2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
      3. SIGKILL server during 2. is ongoing
      4. Restart attempt with success
      5. CHECK TABLE `test`.`tab1` harvests  (formatting made by RQG)
      VAR1 = [
                [
                  'test.tab1',
                  'check',
                  'Warning',
                  'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
                ],
                [
                  'test.tab1',
                  'check',
                  'error',
                  'Corrupt'
                ]
              ];
      The server error log gets the entry
      [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count
       
      sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
      _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
      _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart
       
      GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00
       
      Maybe the current problem is a sibling of  MDEV-21109.
       
       
      RQG
      ====
      git clone https://github.com/mleich1/rqg --branch experimental RQG
       
      perl rqg.pl \
      --gendata=MDEV-25783.zz \
      --max_gd_duration=600 \
      --grammar=MDEV-25783.yy \
      --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
      --mysqld=--loose-idle_write_transaction_timeout=0 \
      --mysqld=--loose-idle_transaction_timeout=0 \
      --mysqld=--loose-idle_readonly_transaction_timeout=0 \
      --mysqld=--connect_timeout=60 \
      --mysqld=--interactive_timeout=28800 \
      --mysqld=--slave_net_timeout=60 \
      --mysqld=--net_read_timeout=30 \
      --mysqld=--net_write_timeout=60 \
      --mysqld=--loose-table_lock_wait_timeout=50 \
      --mysqld=--wait_timeout=28800 \
      --mysqld=--lock-wait-timeout=86400 \
      --mysqld=--innodb-lock-wait-timeout=50 \
      --no-mask \
      --queries=10000000 \
      --seed=random \
      --reporters=Backtrace \
      --reporters=ErrorLog \
      --reporters=CrashRecovery1 \
      --validators=None \
      --mysqld=--log_output=none \
      --mysqld=--log-bin \
      --mysqld=--log_bin_trust_function_creators=1 \
      --mysqld=--loose-debug_assert_on_not_freed_memory=0 \
      --engine=InnoDB \
      --restart_timeout=240 \
      --duration=100 \
      --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
      --mysqld=--innodb_stats_persistent=on \
      --mysqld=--innodb_adaptive_hash_index=on \
      --threads=33 \
      --mysqld=--innodb-use-native-aio=0 \
      --rr=Extended \
      --rr_options="--wait" \
      --mysqld=--innodb_page_size=4K \
      --mysqld=--innodb-buffer-pool-size=5M \
      --duration=300 \
      --no_mask \
      --workdir=<local settings> \
      --vardir=<local settings> \
      --mtr-build-thread=<local settings> \
      --basedir1=<local settings> \
      --script_debug=_nix_
      

      Attachments

        1. data.tar.bz2
          3.28 MB
        2. data2.tar.bz2
          3.00 MB
        3. MDEV-25783.yy
          0.2 kB
        4. MDEV-25783.zz
          2 kB

        Issue Links

          Activity

            mleich Matthias Leich created issue -
            mleich Matthias Leich made changes -
            Field Original Value New Value
            Description {noformat}
            Scenario:
            1. Start the server and generate some initial data (table tab1 with 10000 records)
            2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
            3. SIGKILL server during 2. is ongoing
            4. Restart attempt with success
            5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG)
            VAR1 = [
                      [
                        'test.tab1',
                        'check',
                        'Warning',
                        'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
                      ],
                      [
                        'test.tab1',
                        'check',
                        'error',
                        'Corrupt'
                      ]
                    ];
            The server error log gets the entry
            [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count

            sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart

            GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00


            RQG
            ====
            git clone https://github.com/mleich1/rqg --branch experimental RQG

            perl rqg.pl \
            --gendata=MDEV-25745.zz \
            --max_gd_duration=600 \
            --grammar=MDEV-25745.yy \
            --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
            --mysqld=--loose-idle_write_transaction_timeout=0 \
            --mysqld=--loose-idle_transaction_timeout=0 \
            --mysqld=--loose-idle_readonly_transaction_timeout=0 \
            --mysqld=--connect_timeout=60 \
            --mysqld=--interactive_timeout=28800 \
            --mysqld=--slave_net_timeout=60 \
            --mysqld=--net_read_timeout=30 \
            --mysqld=--net_write_timeout=60 \
            --mysqld=--loose-table_lock_wait_timeout=50 \
            --mysqld=--wait_timeout=28800 \
            --mysqld=--lock-wait-timeout=86400 \
            --mysqld=--innodb-lock-wait-timeout=50 \
            --no-mask \
            --queries=10000000 \
            --seed=random \
            --reporters=Backtrace \
            --reporters=ErrorLog \
            --reporters=CrashRecovery1 \
            --validators=None \
            --mysqld=--log_output=none \
            --mysqld=--log-bin \
            --mysqld=--log_bin_trust_function_creators=1 \
            --mysqld=--loose-debug_assert_on_not_freed_memory=0 \
            --engine=InnoDB \
            --restart_timeout=240 \
            --duration=100 \
            --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
            --mysqld=--innodb_stats_persistent=on \
            --mysqld=--innodb_adaptive_hash_index=on \
            --threads=33 \
            --mysqld=--innodb-use-native-aio=0 \
            --rr=Extended \
            --rr_options="--wait" \
            --mysqld=--innodb_page_size=4K \
            --mysqld=--innodb-buffer-pool-size=5M \
            --duration=300 \
            --no_mask \
            --workdir=<local settings> \
            --vardir=<local settings> \
            --mtr-build-thread=<local settings> \
            --basedir1=<local settings> \
            --script_debug=_nix_
            {noformat}
            {noformat}
            Scenario:
            1. Start the server and generate some initial data (table tab1 with 10000 records)
            2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
            3. SIGKILL server during 2. is ongoing
            4. Restart attempt with success
            5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG)
            VAR1 = [
                      [
                        'test.tab1',
                        'check',
                        'Warning',
                        'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
                      ],
                      [
                        'test.tab1',
                        'check',
                        'error',
                        'Corrupt'
                      ]
                    ];
            The server error log gets the entry
            [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count

            sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart

            GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00

            Maybe the current problem is a sibling of MDEV-21109.


            RQG
            ====
            git clone https://github.com/mleich1/rqg --branch experimental RQG

            perl rqg.pl \
            --gendata=MDEV-25783.zz \
            --max_gd_duration=600 \
            --grammar=MDEV-25783.yy \
            --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
            --mysqld=--loose-idle_write_transaction_timeout=0 \
            --mysqld=--loose-idle_transaction_timeout=0 \
            --mysqld=--loose-idle_readonly_transaction_timeout=0 \
            --mysqld=--connect_timeout=60 \
            --mysqld=--interactive_timeout=28800 \
            --mysqld=--slave_net_timeout=60 \
            --mysqld=--net_read_timeout=30 \
            --mysqld=--net_write_timeout=60 \
            --mysqld=--loose-table_lock_wait_timeout=50 \
            --mysqld=--wait_timeout=28800 \
            --mysqld=--lock-wait-timeout=86400 \
            --mysqld=--innodb-lock-wait-timeout=50 \
            --no-mask \
            --queries=10000000 \
            --seed=random \
            --reporters=Backtrace \
            --reporters=ErrorLog \
            --reporters=CrashRecovery1 \
            --validators=None \
            --mysqld=--log_output=none \
            --mysqld=--log-bin \
            --mysqld=--log_bin_trust_function_creators=1 \
            --mysqld=--loose-debug_assert_on_not_freed_memory=0 \
            --engine=InnoDB \
            --restart_timeout=240 \
            --duration=100 \
            --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
            --mysqld=--innodb_stats_persistent=on \
            --mysqld=--innodb_adaptive_hash_index=on \
            --threads=33 \
            --mysqld=--innodb-use-native-aio=0 \
            --rr=Extended \
            --rr_options="--wait" \
            --mysqld=--innodb_page_size=4K \
            --mysqld=--innodb-buffer-pool-size=5M \
            --duration=300 \
            --no_mask \
            --workdir=<local settings> \
            --vardir=<local settings> \
            --mtr-build-thread=<local settings> \
            --basedir1=<local settings> \
            --script_debug=_nix_
            {noformat}
            mleich Matthias Leich made changes -
            Attachment MDEV-25776.zz [ 57857 ]
            mleich Matthias Leich made changes -
            Attachment MDEV-25776.yy [ 57858 ]
            mleich Matthias Leich made changes -
            Description {noformat}
            Scenario:
            1. Start the server and generate some initial data (table tab1 with 10000 records)
            2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
            3. SIGKILL server during 2. is ongoing
            4. Restart attempt with success
            5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG)
            VAR1 = [
                      [
                        'test.tab1',
                        'check',
                        'Warning',
                        'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
                      ],
                      [
                        'test.tab1',
                        'check',
                        'error',
                        'Corrupt'
                      ]
                    ];
            The server error log gets the entry
            [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count

            sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart

            GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00

            Maybe the current problem is a sibling of MDEV-21109.


            RQG
            ====
            git clone https://github.com/mleich1/rqg --branch experimental RQG

            perl rqg.pl \
            --gendata=MDEV-25783.zz \
            --max_gd_duration=600 \
            --grammar=MDEV-25783.yy \
            --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
            --mysqld=--loose-idle_write_transaction_timeout=0 \
            --mysqld=--loose-idle_transaction_timeout=0 \
            --mysqld=--loose-idle_readonly_transaction_timeout=0 \
            --mysqld=--connect_timeout=60 \
            --mysqld=--interactive_timeout=28800 \
            --mysqld=--slave_net_timeout=60 \
            --mysqld=--net_read_timeout=30 \
            --mysqld=--net_write_timeout=60 \
            --mysqld=--loose-table_lock_wait_timeout=50 \
            --mysqld=--wait_timeout=28800 \
            --mysqld=--lock-wait-timeout=86400 \
            --mysqld=--innodb-lock-wait-timeout=50 \
            --no-mask \
            --queries=10000000 \
            --seed=random \
            --reporters=Backtrace \
            --reporters=ErrorLog \
            --reporters=CrashRecovery1 \
            --validators=None \
            --mysqld=--log_output=none \
            --mysqld=--log-bin \
            --mysqld=--log_bin_trust_function_creators=1 \
            --mysqld=--loose-debug_assert_on_not_freed_memory=0 \
            --engine=InnoDB \
            --restart_timeout=240 \
            --duration=100 \
            --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
            --mysqld=--innodb_stats_persistent=on \
            --mysqld=--innodb_adaptive_hash_index=on \
            --threads=33 \
            --mysqld=--innodb-use-native-aio=0 \
            --rr=Extended \
            --rr_options="--wait" \
            --mysqld=--innodb_page_size=4K \
            --mysqld=--innodb-buffer-pool-size=5M \
            --duration=300 \
            --no_mask \
            --workdir=<local settings> \
            --vardir=<local settings> \
            --mtr-build-thread=<local settings> \
            --basedir1=<local settings> \
            --script_debug=_nix_
            {noformat}
            , {noformat}
            Scenario:
            1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT )
            2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
            3. SIGKILL server during 2. is ongoing
            4. Restart attempt with success
            5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG)
            VAR1 = [
                      [
                        'test.tab1',
                        'check',
                        'Warning',
                        'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
                      ],
                      [
                        'test.tab1',
                        'check',
                        'error',
                        'Corrupt'
                      ]
                    ];
            The server error log gets the entry
            [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count

            sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart

            GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00

            Maybe the current problem is a sibling of MDEV-21109.


            RQG
            ====
            git clone https://github.com/mleich1/rqg --branch experimental RQG

            perl rqg.pl \
            --gendata=MDEV-25783.zz \
            --max_gd_duration=600 \
            --grammar=MDEV-25783.yy \
            --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
            --mysqld=--loose-idle_write_transaction_timeout=0 \
            --mysqld=--loose-idle_transaction_timeout=0 \
            --mysqld=--loose-idle_readonly_transaction_timeout=0 \
            --mysqld=--connect_timeout=60 \
            --mysqld=--interactive_timeout=28800 \
            --mysqld=--slave_net_timeout=60 \
            --mysqld=--net_read_timeout=30 \
            --mysqld=--net_write_timeout=60 \
            --mysqld=--loose-table_lock_wait_timeout=50 \
            --mysqld=--wait_timeout=28800 \
            --mysqld=--lock-wait-timeout=86400 \
            --mysqld=--innodb-lock-wait-timeout=50 \
            --no-mask \
            --queries=10000000 \
            --seed=random \
            --reporters=Backtrace \
            --reporters=ErrorLog \
            --reporters=CrashRecovery1 \
            --validators=None \
            --mysqld=--log_output=none \
            --mysqld=--log-bin \
            --mysqld=--log_bin_trust_function_creators=1 \
            --mysqld=--loose-debug_assert_on_not_freed_memory=0 \
            --engine=InnoDB \
            --restart_timeout=240 \
            --duration=100 \
            --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
            --mysqld=--innodb_stats_persistent=on \
            --mysqld=--innodb_adaptive_hash_index=on \
            --threads=33 \
            --mysqld=--innodb-use-native-aio=0 \
            --rr=Extended \
            --rr_options="--wait" \
            --mysqld=--innodb_page_size=4K \
            --mysqld=--innodb-buffer-pool-size=5M \
            --duration=300 \
            --no_mask \
            --workdir=<local settings> \
            --vardir=<local settings> \
            --mtr-build-thread=<local settings> \
            --basedir1=<local settings> \
            --script_debug=_nix_
            {noformat}
            mleich Matthias Leich made changes -
            Summary Draft: CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000 after Crash Recovery CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000 after Crash Recovery
            mleich Matthias Leich made changes -
            Assignee Matthias Leich [ mleich ] Marko Mäkelä [ marko ]
            mleich Matthias Leich made changes -
            Description , {noformat}
            Scenario:
            1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT )
            2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
            3. SIGKILL server during 2. is ongoing
            4. Restart attempt with success
            5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG)
            VAR1 = [
                      [
                        'test.tab1',
                        'check',
                        'Warning',
                        'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
                      ],
                      [
                        'test.tab1',
                        'check',
                        'error',
                        'Corrupt'
                      ]
                    ];
            The server error log gets the entry
            [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count

            sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart

            GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00

            Maybe the current problem is a sibling of MDEV-21109.


            RQG
            ====
            git clone https://github.com/mleich1/rqg --branch experimental RQG

            perl rqg.pl \
            --gendata=MDEV-25783.zz \
            --max_gd_duration=600 \
            --grammar=MDEV-25783.yy \
            --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
            --mysqld=--loose-idle_write_transaction_timeout=0 \
            --mysqld=--loose-idle_transaction_timeout=0 \
            --mysqld=--loose-idle_readonly_transaction_timeout=0 \
            --mysqld=--connect_timeout=60 \
            --mysqld=--interactive_timeout=28800 \
            --mysqld=--slave_net_timeout=60 \
            --mysqld=--net_read_timeout=30 \
            --mysqld=--net_write_timeout=60 \
            --mysqld=--loose-table_lock_wait_timeout=50 \
            --mysqld=--wait_timeout=28800 \
            --mysqld=--lock-wait-timeout=86400 \
            --mysqld=--innodb-lock-wait-timeout=50 \
            --no-mask \
            --queries=10000000 \
            --seed=random \
            --reporters=Backtrace \
            --reporters=ErrorLog \
            --reporters=CrashRecovery1 \
            --validators=None \
            --mysqld=--log_output=none \
            --mysqld=--log-bin \
            --mysqld=--log_bin_trust_function_creators=1 \
            --mysqld=--loose-debug_assert_on_not_freed_memory=0 \
            --engine=InnoDB \
            --restart_timeout=240 \
            --duration=100 \
            --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
            --mysqld=--innodb_stats_persistent=on \
            --mysqld=--innodb_adaptive_hash_index=on \
            --threads=33 \
            --mysqld=--innodb-use-native-aio=0 \
            --rr=Extended \
            --rr_options="--wait" \
            --mysqld=--innodb_page_size=4K \
            --mysqld=--innodb-buffer-pool-size=5M \
            --duration=300 \
            --no_mask \
            --workdir=<local settings> \
            --vardir=<local settings> \
            --mtr-build-thread=<local settings> \
            --basedir1=<local settings> \
            --script_debug=_nix_
            {noformat}
            , {noformat}
            Scenario:
            1. Start the server and generate some initial data (table tab1 with 10000 records, row_format REDUNDANT )
                 Tests with row_format DYNAMIC showed the same issue
            2. 33 sessions run concurrent UPDATEs (autocommit) on tab1
            3. SIGKILL server during 2. is ongoing
            4. Restart attempt with success
            5. CHECK TABLE `test`.`tab1` harvests (formatting made by RQG)
            VAR1 = [
                      [
                        'test.tab1',
                        'check',
                        'Warning',
                        'InnoDB: Index \'abdcef\' contains 10001 entries, should be 10000.'
                      ],
                      [
                        'test.tab1',
                        'check',
                        'error',
                        'Corrupt'
                      ]
                    ];
            The server error log gets the entry
            [ERROR] InnoDB: Flagged corruption of `abdcef` in table `test`.`tab1` in CHECK TABLE; Wrong count

            sdp:/data/Results/1621959041/TBR-36-CR/dev/shm/vardir/1621959041/115/1/rr
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-0 # Fate of server till SIGKILL
            _RR_TRACE_DIR="." rr replay --mark-stdio mysqld-1 # Fate of Server since Restart

            GIT_SHOW: HEAD, origin/bb-10.5-monty, origin/10.5 c80cecb5e3e509d37929b4f446edf9b6c636b98f 2021-05-23T19:53:38+03:00

            Maybe the current problem is a sibling of MDEV-21109.


            RQG
            ====
            git clone https://github.com/mleich1/rqg --branch experimental RQG

            perl rqg.pl \
            --gendata=MDEV-25783.zz \
            --max_gd_duration=600 \
            --grammar=MDEV-25783.yy \
            --mysqld=--loose-innodb_lock_schedule_algorithm=fcfs \
            --mysqld=--loose-idle_write_transaction_timeout=0 \
            --mysqld=--loose-idle_transaction_timeout=0 \
            --mysqld=--loose-idle_readonly_transaction_timeout=0 \
            --mysqld=--connect_timeout=60 \
            --mysqld=--interactive_timeout=28800 \
            --mysqld=--slave_net_timeout=60 \
            --mysqld=--net_read_timeout=30 \
            --mysqld=--net_write_timeout=60 \
            --mysqld=--loose-table_lock_wait_timeout=50 \
            --mysqld=--wait_timeout=28800 \
            --mysqld=--lock-wait-timeout=86400 \
            --mysqld=--innodb-lock-wait-timeout=50 \
            --no-mask \
            --queries=10000000 \
            --seed=random \
            --reporters=Backtrace \
            --reporters=ErrorLog \
            --reporters=CrashRecovery1 \
            --validators=None \
            --mysqld=--log_output=none \
            --mysqld=--log-bin \
            --mysqld=--log_bin_trust_function_creators=1 \
            --mysqld=--loose-debug_assert_on_not_freed_memory=0 \
            --engine=InnoDB \
            --restart_timeout=240 \
            --duration=100 \
            --mysqld=--loose-innodb_fatal_semaphore_wait_threshold=300 \
            --mysqld=--innodb_stats_persistent=on \
            --mysqld=--innodb_adaptive_hash_index=on \
            --threads=33 \
            --mysqld=--innodb-use-native-aio=0 \
            --rr=Extended \
            --rr_options="--wait" \
            --mysqld=--innodb_page_size=4K \
            --mysqld=--innodb-buffer-pool-size=5M \
            --duration=300 \
            --no_mask \
            --workdir=<local settings> \
            --vardir=<local settings> \
            --mtr-build-thread=<local settings> \
            --basedir1=<local settings> \
            --script_debug=_nix_
            {noformat}
            marko Marko Mäkelä made changes -
            mleich Matthias Leich made changes -
            Attachment MDEV-25776.yy [ 57858 ]
            mleich Matthias Leich made changes -
            Attachment MDEV-25776.zz [ 57857 ]
            mleich Matthias Leich made changes -
            Attachment MDEV-25783.yy [ 57889 ]
            mleich Matthias Leich made changes -
            Attachment MDEV-25783.zz [ 57890 ]
            marko Marko Mäkelä made changes -
            Attachment data.tar.bz2 [ 57891 ]
            marko Marko Mäkelä made changes -
            Status Open [ 1 ] In Progress [ 3 ]
            rob.schwyzer@mariadb.com Rob Schwyzer (Inactive) made changes -
            marko Marko Mäkelä made changes -
            rob.schwyzer@mariadb.com Rob Schwyzer (Inactive) made changes -
            rob.schwyzer@mariadb.com Rob Schwyzer (Inactive) made changes -
            julien.fritsch Julien Fritsch made changes -
            rob.schwyzer@mariadb.com Rob Schwyzer (Inactive) made changes -
            marko Marko Mäkelä made changes -
            Attachment data2.tar.bz2 [ 57964 ]
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            Fix Version/s 10.2 [ 14601 ]
            Fix Version/s 10.3 [ 22126 ]
            Fix Version/s 10.4 [ 22408 ]
            Fix Version/s 10.6 [ 24028 ]
            Affects Version/s 10.2.38 [ 25207 ]
            Affects Version/s 10.5.11 [ 25734 ]
            Labels rr-profile corruption rr-profile-analyzed
            Priority Major [ 3 ] Critical [ 2 ]
            marko Marko Mäkelä made changes -
            Affects Version/s 10.6.0 [ 24431 ]
            Affects Version/s 10.5.0 [ 23709 ]
            Affects Version/s 10.4.10 [ 23907 ]
            Affects Version/s 10.3.20 [ 23909 ]
            Affects Version/s 10.2.29 [ 23911 ]
            Affects Version/s 10.2.38 [ 25207 ]
            marko Marko Mäkelä made changes -
            Fix Version/s 10.2 [ 14601 ]
            Fix Version/s 10.3 [ 22126 ]
            Fix Version/s 10.4 [ 22408 ]
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            issue.field.resolutiondate 2021-06-07 16:39:14.0 2021-06-07 16:39:14.662
            marko Marko Mäkelä made changes -
            Fix Version/s 10.6.2 [ 25800 ]
            Fix Version/s 10.5.11 [ 25734 ]
            Fix Version/s 10.5 [ 23123 ]
            Fix Version/s 10.6 [ 24028 ]
            Resolution Fixed [ 1 ]
            Status In Progress [ 3 ] Closed [ 6 ]
            rob.schwyzer@mariadb.com Rob Schwyzer (Inactive) made changes -
            rob.schwyzer@mariadb.com Rob Schwyzer (Inactive) made changes -
            ralf.gebhardt Ralf Gebhardt made changes -
            marko Marko Mäkelä made changes -
            Summary CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000 after Crash Recovery CHECK TABLE harvests InnoDB: Index 'abdcef' contains 10001 entries, should be 10000
            marko Marko Mäkelä made changes -
            marko Marko Mäkelä made changes -
            serg Sergei Golubchik made changes -
            Workflow MariaDB v3 [ 122184 ] MariaDB v4 [ 159335 ]
            rob.schwyzer@mariadb.com Rob Schwyzer (Inactive) made changes -

            People

              marko Marko Mäkelä
              mleich Matthias Leich
              Votes:
              1 Vote for this issue
              Watchers:
              8 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.