* Reporting last committed write set fixed to respect commit ordering (MW-341) * GComm socket level error handling improved to avoid backend thread exit in case of unexpected input from ASIO IO service (GAL-518) * Race condition fixed in GComm message sending codepath (GAL-520) * Fix for EVS protocol stall due to exhausted send window setting. This bug could stall cluster messaging until the next keepalive was sent by some node, causing intermittent pauses in write set replication. (GAL-521) * Code changes to avoid name collisions with FreeBSD system headers (GAL-523)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=670eb373a6ebe6a3ba9cef4330640236536a297a commit 670eb373a6ebe6a3ba9cef4330640236536a297a Author: Brian Evans <grknight@gentoo.org> AuthorDate: 2017-11-30 19:57:53 +0000 Commit: Brian Evans <grknight@gentoo.org> CommitDate: 2017-11-30 19:57:53 +0000 sys-cluster/galera: version bump for 25.3.22 Closes: https://bugs.gentoo.org/638944 Package-Manager: Portage-2.3.16, Repoman-2.3.6 sys-cluster/galera/Manifest | 3 +- sys-cluster/galera/galera-25.3.22.ebuild | 87 ++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 1 deletion(-)
Thank you