Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Galera 26.4.22 #33

Open
wants to merge 7 commits into
base: mariadb-4.x
Choose a base branch
from
Open

Galera 26.4.22 #33

wants to merge 7 commits into from

Conversation

janlindstrom
Copy link

No description provided.

temeo and others added 7 commits November 28, 2024 13:28
In order to provide means to implement application defined
sequential consistency for certification, the wsrep-API is
updated to version which has an extension wsrep_certify_v1().

The extension call will take an application defined callback
as an argument. The callback is called once the sequential
consistency is guaranteed during write set replication.
…itted()

in assert() in ReplicatorSMM::report_last_committed(), however to report
last committed to group be conservative and use the smallest of purge_seqno
and last_committed().

Remove unused CommitOrder object from ReplicatorSMM::apply_trx()

Refs codership/galera-bugs#1017
As a followup to 8380f2e,
remove all assertions from `report_last_committed()`. The
method is called outside of all critical sections related
to ordering, so a delay in thread scheduling may result
in method being called with arbitrarily outdated `purge_seqno`
value.

Refs codership/galera-bugs#1017
added groovy pipeline to replace multijob build
stripped newline from branch name

test 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants