ef1d743fa3
- Update to 26.4.22: * New feature for applications to define sequential consistency parameters for the certification process, via wsrep_certify_v1() which takes an application defined callback * Fixed assertions in report_last_committed() that could cause issues under certain thread scheduling conditions * Removed unnecessary assertions that could trigger due to normal timing variations in distributed environments * Fixed string format warnings that were appearing during builds on Debian Sid - 26.4.21 changelog: * remove the dependency on openssl/engine.h - fixescodership/galera#663 * writeset serialization during IST fails because the seqno locking mechanism does not prevent underlying data stores from discarding released actions, requiring the locked seqno to be passed to stores to enforce discard limits. * fixed ssl_cipher parameter type to string * when a node progresses from JOINED to SYNCED, a race condition may prevent it from being counted in the commit cut; ensure it is included upon announcing SYNCED and delay advancing the commit cut until the node's last applied value exceeds the current commit cut. GCS protocol version bumped. * expose versions of all protocols agreed on by quorum via status call. - 26.4.20 changelog: * improve error and warning messages handling in the library. System error numbers and messages are hidden from thrown exceptions, except for the cases where the exception is thrown because of error from system call. Some warning level messages in gcomm and GCS have been changed to info level in cases where the message does not require action from the administrator.
Antonio Teixeira2025-06-09 13:29:51 +00:00
4d26ba05d1
Accepting request 1203034 from server:database
Ana Guerrero2024-09-25 19:51:19 +00:00
471f0c7d0a
- Update to 26.4.19: * WSREP_KEY_SHARED key type is being phased out since it had insufficiently strict certification rules that may lead to certification test passes where it should fail. WSREP_KEY_REFERENCE fixes this, and all new writesets will be constructed using this. WSREP_KEY_SHARED is supported for backwards compatibility. * A memory leak in the commit cut action has been fixed. * Network level node isolation, which can help shut down all communication with the rest of the cluster to achieve a fail-silent crash. * GCS level protocol bumped, as error voting for joiner in the JOINED state was broken when group-wide commit cut (implied SUCCESS vote) was not taken into account when processing error vote requests from the JOINED node. - Switch to mariadb fork of galera-4.
Danilo Spinella
2024-09-24 17:02:12 +00:00
b84724cd4a
Accepting request 1187880 from server:database
Ana Guerrero2024-07-17 13:13:51 +00:00
ef59320e8f
- update to 26.4.18: * 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.
Martin Pluskal2024-07-16 11:09:32 +00:00
8069aa0b45
Accepting request 1147559 from server:database
Ana Guerrero2024-02-21 16:51:54 +00:00
8f8526c744
Accepting request 1147556 from home:dspinella:branches:server:database
Martin Pluskal2024-02-19 11:40:13 +00:00
8a57274139
- Update to 26.4.14: - memory leak in the gcs gcomm backend fixed (tp_ object deleted in GCommConn destructor) - protonet.backend option deprecated since it only supports one option, asio, and the option will be removed in future release. Related, protonet.version is also deprecated - deprecation message for socket.ssl_compression as SSL compression cannot be enabled and the option will be removed in future releases - library could parse incorrect parameters as long as it had a "good" prefix, i.e. evs.*, so fix prevents setting of invalid option values - parsing of ISO8601 durations previously accepted invalid values, now fixed - in addition to ISO8601 format, parsing durations now supports real number representation
Marcus Rueckert2023-05-04 13:45:36 +00:00
bb87d10b2b
- Update to 26.4.13: - Complete IO for client handshake before starting an asynchronous read to fix an occasional connection failure when establishing new cluster connections - EOF-while-reading errors now suppressed when using OpenSSL 3.0
Marcus Rueckert2022-12-07 17:15:58 +00:00
a4b0be8b65
Accepting request 932287 from home:dspinella:branches:server:database
Martin Pluskal2021-11-22 09:55:20 +00:00
0992f5f9ed
- pass the version to scons to make the testsuite pass - use system version of libraries if possible and enable ssl support explicitely - prepare building with cmake. but it is not usable yet
Marcus Rueckert2021-09-27 18:15:44 +00:00