mariadb/storage
Nirbhay Choubey 18173ddfc4 MDEV-9162 : MariaDB Galera Cluster memory leak on async slave node
As galera node (slave) received query log events from an async
replication master, it partially wrote the updates made to replication
state table (mysql.gtid_slave_pos) to galera transaction writeset post
TOI. As a result, the transaction handle, thus created within galera,
was never freed/purged as the corresponding trx did not commit.
Thus, it kept piling up for every query log event and was only reclaimed
upon server shutdown when the transaction map object got destructed.
Fixed by making sure that updates in replication slave state table
are not written to galera transaction writeset and thus, not replicated
to other nodes.
2015-12-14 11:33:52 -05:00
..
archive MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
blackhole MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
cassandra Backport from 10.1 to 10.0: Merge pull request #33 from k0da/mdev-7839 2015-03-25 19:44:31 +03:00
connect Merge branch 'connect/10.0' into 10.0 2015-10-27 18:57:28 +01:00
csv MDEV-5120 Test suite test maria-no-logging fails 2014-09-30 20:31:14 +03:00
example 5.5.40+ merge 2014-10-09 10:30:11 +02:00
federated MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
federatedx remove unneded #include's that had a dubious explanation 2015-10-24 19:58:34 +02:00
heap 5.5.40+ merge 2014-10-09 10:30:11 +02:00
innobase MDEV-9162 : MariaDB Galera Cluster memory leak on async slave node 2015-12-14 11:33:52 -05:00
maria MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
mroonga MDEV-8506 mroonga/wrapper.performance_schema fails in buildbot on bld-dan-release 2015-07-20 20:16:32 +03:00
myisam MDEV-8450: PATCH] Wrong macro expansion in Query_cache::send_result_to_client() 2015-09-06 22:26:33 +02:00
myisammrg Storage engines tests: ALTER ONLINE works differently for MERGE in 10.0 2014-12-05 21:38:16 +04:00
ndb mysql-5.5.37 selective merge 2014-03-27 22:26:58 +01:00
oqgraph MDEV-8128 cmake fails to detect boost libraries 2015-06-16 23:58:14 +02:00
perfschema Merge branch 'merge-perfschema-5.6' into 10.0 2015-10-09 18:24:17 +02:00
sequence 5.5.40+ merge 2014-10-09 10:30:11 +02:00
sphinx Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
spider convert files from CRLF to LF line endings 2015-05-08 11:48:16 +02:00
test_sql_discovery MDEV-4955 discover of table non-existance on CREATE 2014-02-27 22:43:42 +01:00
tokudb Merge tag 'mariadb-10.0.22' into 10.0-galera 2015-10-31 18:07:02 -04:00
xtradb MDEV-9162 : MariaDB Galera Cluster memory leak on async slave node 2015-12-14 11:33:52 -05:00