forked from pool/galera-4
This branch is 38 commits behind pool/galera-4:factory
* The garbd process hangs due to exceptions in the GCS layer not
being caught within the receive loop, necessitating a forceful
termination. Fixing this requires catching all exceptions
within the loop, closing the connection first, and then
continuing until a 'SELF-LEAVE' message ensures graceful exit.
* When using SSL, crashes of garbd during graceful node shutdowns
may occur, and result in the cluster becoming non-Primary;
garbd now ignores the SIGPIPE signal to prevent this.
* socket_ssl_compression is deprecated, now it isn't attempt to
be set, and the user receives a warning if it was explicitly
set.
* Fixed commit cut tracking on node leave, and bumped GCS protocol
version for backwards compatibility.
* Executing the gcomm join process in the database server thread
can lead to issues during allowlist callbacks, which should
only be handled by Galera service threads. The gcomm join
process is run within the gcomm service thread now.
semantics as regular transactions.
message from a joiner.
debug logging.
- allow also newer versions of mariadb
OBS-URL: https://build.opensuse.org/package/show/server:database/galera-4?expand=0&rev=27
Description
No description provided
Languages
Diff
100%