Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Not a Bug
-
10.5.4
-
None
Description
The S3 storage engine currently has plugin maturity alpha in MariaDB Community Server 10.5.4:
When you install the package for the S3 storage engine on Debian or Ubuntu, it installs a configuration file that tries to load the plugin:
$ cat /etc/mysql/mariadb.conf.d/s3.cnf
|
[mariadb]
|
plugin-load-add=ha_s3
|
|
#
|
# Uncomment and configure the S3 engine
|
#
|
#s3-host-name=s3.amazonaws.com
|
#s3-protocol-version=Amazon
|
#s3-bucket=...
|
#s3-access-key=...
|
#s3-secret-key=...
|
#s3-region=eu-north-1
|
This configuration file does not set plugin_maturity=alpha, so this configuration file causes the plugin to fail to load:
2020-06-23 0:37:15 0 [ERROR] mysqld: Can't open shared library 'ha_s3.so' (errno: 1, Loading of alpha plugin S3 is prohibited by --plugin-maturity=gamma)
|
2020-06-23 0:37:15 0 [ERROR] Couldn't load plugins from 'ha_s3.so'.
|
Should s3.cnf set plugin_maturity=alpha, so that the plugin can be loaded successfully?
Attachments
Issue Links
- relates to
-
MDEV-17841 S3 Storage engine
-
- Closed
-
-
MDEV-21853 Enable S3 storage by default
-
- Closed
-
-
MDEV-22606 Include the S3 storage engine in MariaDB Community Server binary packages
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue relates to |
Link |
This issue relates to |
Link |
This issue relates to |
Assignee | Ralf Gebhardt [ ralf.gebhardt@mariadb.com ] | Sergei Golubchik [ serg ] |
Assignee | Sergei Golubchik [ serg ] | Otto Kekäläinen [ otto ] |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | N/A [ 14700 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Not a Bug [ 6 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 110340 ] | MariaDB v4 [ 158004 ] |
Fix for this is included in https://github.com/MariaDB/server/pull/1600