Skip to content

Conversation

@plampio
Copy link

@plampio plampio commented Oct 7, 2025

This patch adds a mechanism for setting the priority of WSREP applier and rollbacker threads via a new dynamic system variable "wsrep_applier_priority".

By default, the priority and scheduling policy are set to 0 and "other", respectively. This is encoded by the string "other:0" in the "wsrep_applier_priority" variable. The other scheduling policies are "rr" and "fifo". See sched(7) for details.

@plampio plampio requested review from sjaakola and temeo October 7, 2025 13:07
@plampio plampio self-assigned this Oct 7, 2025
Copy link
Collaborator

@mariadb-TeemuOllakka mariadb-TeemuOllakka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is based on severely outdated version of 10.6. Please rebase against 10.6 head.

This patch adds a mechanism for setting the priority of WSREP applier
and rollbacker threads via a new dynamic system variable
"wsrep_applier_priority".

By default, the priority and scheduling policy are set to 0 and
"other", respectively. This is encoded by the string "other:0" in the
"wsrep_applier_priority" variable. The other scheduling policies are
"rr" and "fifo". See sched(7) for details.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants