Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PS-9328: Fix for sporadic index_merge_innodb test failures. #5428

Merged

Conversation

dlenev
Copy link
Contributor

@dlenev dlenev commented Sep 16, 2024

Sporadic index_merge_innodb test failures occurred when InnoDB purge threads were unable to keep up with removing rows which were marked for deletion. The presence of these rows affected row count estimations making EXPLAIN output differ.

Fixed by running OPTIMIZE TABLE to ensure delete-marked rows removal prior to running EXPLAIN that failed.

Sporadic index_merge_innodb test failures occurred when InnoDB purge
threads were unable to keep up with removing rows which were marked
for deletion. The presence of these rows affected row count estimations
making EXPLAIN output differ.

Fixed by running OPTIMIZE TABLE to ensure delete-marked rows removal
prior to running EXPLAIN that failed.
@dlenev dlenev removed the request for review from percona-ysorokin September 16, 2024 10:48
@dlenev dlenev merged commit 624f2d4 into percona:release-8.4.2-2 Sep 16, 2024
9 checks passed
@dlenev dlenev deleted the ps-9328-index_merge_innodb-fix branch September 16, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants