Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
None
Description
1. Install MariaDB 10.3.11 from the provided yum repository for CentOS 7
2. Go to documentation on semisync replication – https://mariadb.com/kb/en/library/semisynchronous-replication/
3. Try to install the plugin
MariaDB [(none)]> install plugin rpl_semi_sync_master soname 'semisync_master.so';
ERROR 1126 (HY000): Can't open shared library '/usr/lib64/mysql/plugin/semisync_master.so' (errno: 2, cannot open shared object file: No such file or directory)
4. Realise said plugin is not available so semisync cannot be used
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Description |
1. Install MariaDB 10.3.11 from the provided yum repository
2. Go to documentation on semisync replication -- https://mariadb.com/kb/en/library/semisynchronous-replication/ 3. Try to install the plugin MariaDB [(none)]> install plugin rpl_semi_sync_master soname 'semisync_master.so'; ERROR 1126 (HY000): Can't open shared library '/usr/lib64/mysql/plugin/semisync_master.so' (errno: 2, cannot open shared object file: No such file or directory) 4. Realise said plugin is not available so semisync cannot be used |
1. Install MariaDB 10.3.11 from the provided yum repository for CentOS 7
2. Go to documentation on semisync replication -- https://mariadb.com/kb/en/library/semisynchronous-replication/ 3. Try to install the plugin MariaDB [(none)]> install plugin rpl_semi_sync_master soname 'semisync_master.so'; ERROR 1126 (HY000): Can't open shared library '/usr/lib64/mysql/plugin/semisync_master.so' (errno: 2, cannot open shared object file: No such file or directory) 4. Realise said plugin is not available so semisync cannot be used |
Fix Version/s | N/A [ 14700 ] | |
Resolution | Not a Bug [ 6 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 91054 ] | MariaDB v4 [ 133783 ] |
Semisync is not a plugin anymore in 10.3+, it's a part of the normal server.
It has been documented here:
https://mariadb.com/kb/en/library/semisynchronous-replication/