lp:~sergei.glushchenko/percona-server/55-thread-pool
Created by
Sergei Glushchenko
on
2012-11-17
and last modified on
2012-12-06
- Get this branch:
- bzr branch lp:~sergei.glushchenko/percona-server/55-thread-pool
Only
Sergei Glushchenko
can upload to this branch. If you are
Sergei Glushchenko
please log in for upload directions.
Branch merges
Branch information
- Owner:
- Sergei Glushchenko
- Status:
- Development
Recent revisions
- 342. By Sergei Glushchenko on 2012-12-06
-
Test rpl_rotate_logs fails with asssertion
Assertion failed: (thread_group-> connection_ count > 0), function wait_begin, file sql/threadpool_ unix.cc, line 1151.
The reason is that when threadpool_remove_ connection performs THD cleanup,
it calls close_temporary_tables which calls MYSQL_BIN_ LOG::write, which calls
MYSQL_BIN_LOG::rotate and eventually my_sync is called which calls wait_begin,
which deal with connection's group. However connection count in group been
alreadyn decreased in connection_abort before threadpool_remove_ connection been
called.
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.5