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

Bug 1368846: xtrabackup Assertion failure with Apply log process #19

Merged
merged 1 commit into from Mar 26, 2015

Conversation

gl-sergei
Copy link
Contributor

Looking at the stack trace I see pending IO complete (read)
operations which caused ibuf merge. This merge happened after
page_cleaner thread stopped, so there were no thread to flush dirty
pages from buffer pool. We should not allow page_cleaner to stop
when there are pending reads.

http://jenkins.percona.com/view/PXB%202.2/job/percona-xtrabackup-2.2-param/296/

Looking at the stack trace I see pending IO complete (read)
operations which caused ibuf merge. This merge happened after
page_cleaner thread stopped, so there were no thread to flush dirty
pages from buffer pool. We should not allow page_cleaner to stop
when there are pending reads.
gl-sergei added a commit that referenced this pull request Mar 26, 2015
Bug 1368846: xtrabackup Assertion failure with Apply log process
@gl-sergei gl-sergei merged commit 3149855 into percona:2.2 Mar 26, 2015
@gl-sergei gl-sergei deleted the 2.2-xb-bug1368846 branch November 24, 2016 01:15
altmannmarcelo pushed a commit to altmannmarcelo/percona-xtrabackup that referenced this pull request Oct 29, 2021
Add test showing that table stats are correct after failure.

Similar tests are already done in ndb_insert.test which is currently
disabled.

Change-Id: I2f6542bfcd1d130b8418e1290edf816a9e0c31bf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant