lp:~sergei.glushchenko/percona-server/5.6-ps-bug1193319
- Get this branch:
- bzr branch lp:~sergei.glushchenko/percona-server/5.6-ps-bug1193319
Branch merges
- Laurynas Biveinis (community): Approve
- Vlad Lesin (community): Approve (g2)
-
Diff: 56 lines (+17/-15)1 file modifiedPercona-Server/storage/innobase/log/log0log.cc (+17/-15)
Related bugs
Related blueprints
Branch information
- Owner:
- Sergei Glushchenko
- Status:
- Merged
Recent revisions
- 494. By Sergei Glushchenko
-
Bug 1193319: Failing assertion: ++count < 50 in file log0log.cc line 308
* Move check of log tracking margin below archiving margin, which
is equivalent of the following:
if (either margin violated) {
if (archiving margin violated) {
archive;
} else {
sleep;
}
goto loop;
}
* Allocate separate count for tracking margin as it insert of
large BLOB without doing checkpoints makes count spin too fast
because log tracking margin will always be violated and the
only possible way to proceed is to proceed further no matter of
log tracking margin. This is not the case anymore.
Both changes together make visible effect and assertion is harder
to violate without changing the idea of assertion. - 487. By Jenkins Master <email address hidden>
-
Merge lp:~hrvojem/percona-server/rn-5.1.72-14.10-5.6
http://jenkins. percona. com/job/ merge-PS- 5.6-docs- kickoff/ 35/ - 486. By Jenkins Master <email address hidden>
-
Merge lp:~hrvojem/percona-server/rn-5.6.14-62.0
http://jenkins. percona. com/job/ merge-PS- 5.6-docs- kickoff/ 34/
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:percona-server/5.6