Revisions of galera-4

buildservice-autocommit accepted request 1147559 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 26)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 1147556 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 25)
- Update to 26.4.17:
  - "Zero-level" certification keys are implemented. Currently there are 3 levels
  of resource keys: schema, table, row, yet one common resource used by every
  writeset, a node. The key is added by default to every writeset with the default
  type WSREP_KEY_SHARED. Now, node-wide operations can be performed with the same
  semantics as regular transactions. 
  - Non-SYNCED nodes are not counted when calculating commit cut - maximum seqno
  that is no longer needed in certification index; situations may arise when group
  commit cut is applied before all preceding events are committed on a non-SYNCED
  node, now drain all monitors to ensure that preceding events are committed.
  - Stability of node joining process for gmcast improved when new nodes are
  connecting concurrently as nodes previously may arrive at a different conclusion
  on which nodes will be blocked, however now, connections are explicitly allowed
  from all nodes which may be accepted as members in the next view.
  - Stability of node joining process for EVS improved by dropping EVS join
  messages without own identified in joining state, to avoid starting membership
  protocol before at least one of the existing nodes has seen at least one join
  message from a joiner. 
  - Improve "Failed to report last committed" warning to make it more accurate and
  user-friendly.
- Update to 26.4.16:
  - Removed out-of-order certification for BF aborted transactions.
  - Better error handling when the socket is closed, also cleaned up excessive
  debug logging. 
- Update to 26.4.15:
  - an assertion is relaxed when Galera is configured with commit order disabled
  - in certificate index preload, an assertion in handle_ist_trx_preload() fails
  if the first handled IST preload write set has failed certification, and
  incrementing the index position caused the certificate index to end up with the
  wrong position; now fixed by appending dummy writeset sequence numbers into
buildservice-autocommit accepted request 1084718 from Marcus Rueckert's avatar Marcus Rueckert (darix) (revision 24)
baserev update by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 23)
- 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
buildservice-autocommit accepted request 1042975 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 22)
baserev update by copy to link target
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 21)
- 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
buildservice-autocommit accepted request 982047 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 20)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 981523 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 19)
- Update to 26.4.12:
  * WORK_DIR parameter added for garb.cnf and launch scripts to ensure Galera
    Arbitrator handles recovery files better (this includes command line option to
    specify working directory), fixing codership/galera#313
  * Fixes to renaming fc_master_slave to fc_single_primary
  * Catch local_endpoint() and remote_endpoint() exceptions, so they aren't
    propagated to the stack, fixing a cluster crash and MDEV-25068
  * SSL options are explicitly initialised in garbd, fixing MDEV-28158
buildservice-autocommit accepted request 973596 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 18)
baserev update by copy to link target
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 973592 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 16)
- Fill sysconfig configuration file
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 973583 from Thorsten Kukuk's avatar Thorsten Kukuk (kukuk) (revision 15)
- Fix sysusers generation
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 973233 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 14)
- Commit sed changes to file
- Use default shell for garb user ("-" which is replaced by /usr/sbin/nologin)
  * garb-user.conf
- Add sysusers macro
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 955882 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 13)
- Update to 26.4.11
- Remove upstreamed fix-cmake-build.patch
- Refresh fix-cmake-install.patch
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 955615 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 12)
- Fix build and systemd service for SLE-15-SP3
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 949423 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 11)
- Use cmake by default to fix build with GCC 12, fixes bsc#1194790
  * Add fix-cmake-install.patch
- Add fix-cmake-build.patch to fix cmake build, fixes bsc#1194827
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 943200 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 10)
initialized devel package after accepting 943200
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 943234 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 9)
- Migrate to sysusers for creating garb user
Martin Pluskal's avatar Martin Pluskal (pluskalm) accepted request 932287 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 8)
- Update to 26.4.10:
  http://releases.galeracluster.com/galera-4/release-notes-galera-26.4.10.txt
- Clean spec file by only allowing building for SLE >= 12 with systemd
- Run spec-cleaner
Marcus Rueckert's avatar Marcus Rueckert (darix) committed (revision 7)
- 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
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by