Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
11.4.4
-
Arch Linux, packages mariadb-lts and galera
Description
I am running a Galera cluster with MariaDB 11.4.4. When ever a server does a WSREP state transfer it results in the service manager reporting that WSREP state transfer, visible instatus:
root@mariadb01 ~ # systemctl --lines=0 --no-pager status mariadb.service
|
● mariadb.service - MariaDB 11.4.4 database server
|
Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; preset: disabled)
|
Drop-In: /etc/systemd/system/mariadb.service.d
|
└─LimitNOFILE.conf, Shutdown.conf
|
Active: active (running) since Tue 2025-01-28 12:12:19 CET; 23h ago
|
Invocation: e079a859e5f24b2f8a9e48013e7d61cb
|
Docs: man:mariadbd(8)
|
https://mariadb.com/kb/en/library/systemd/
|
Main PID: 984 (mariadbd)
|
Status: "WSREP state transfer ongoing..."
|
Tasks: 491 (limit: 1020061)
|
Memory: 116.9G (peak: 123G)
|
CPU: 11h 46min 3.224s
|
CGroup: /system.slice/mariadb.service
|
└─984 /usr/bin/mariadbd --wsrep_start_position=00000000-0000-0000-0000-000000000000:-1
|
However that status is not updated after the state transfer. Instead it should change back to the default status "Taking your SQL requests now...".