[MDEV-16477] Shutdown mysqld returns [ERROR] Can't open shared library 'handlersocket.so' Created: 2018-06-13  Updated: 2018-07-02  Resolved: 2018-07-02

Status: Closed
Project: MariaDB Server
Component/s: Plugins
Affects Version/s: 10.3.7
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Zdravelina Sokolovska (Inactive) Assignee: Unassigned
Resolution: Not a Bug Votes: 0
Labels: None
Environment:

CentOS 7.4.



 Description   

Shutdown mysqld returns Error
[ERROR] mysqld: Can't open shared library 'handlersocket.so' (errno: 1, Loading of beta plugin handlersocket is prohibited by --plugin-maturity=gamma)

restart or stop mysqld

--
2018-05-30 16:16:59 0 [Note] InnoDB: Starting shutdown...
2018-05-30 16:16:59 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2018-05-30 16:16:59 0 [Note] InnoDB: Buffer pool(s) dump completed at 180530 16:16:59
2018-05-30 16:17:01 0 [Note] InnoDB: Shutdown completed; log sequence number 7796127527; transaction id 80281
2018-05-30 16:17:01 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
handlersocket: terminated
2018-05-30 16:17:01 0 [Note] /usr/sbin/mysqld: Shutdown complete
 
2018-05-30 16:20:13 0 [ERROR] mysqld: Can't open shared library 'handlersocket.so' (errno: 1, Loading of beta plugin handlersocket is prohibited by --plugin-maturity=gamma)



 Comments   
Comment by Elena Stepanova [ 2018-07-02 ]

It does't belong to shutdown, it is the first message from the next startup, like

2018-07-02 18:16:43 0 [ERROR] mysqld: Can't open shared library 'handlersocket.so' (errno: 1, Loading of beta plugin handlersocket is prohibited by --plugin-maturity=gamma)
2018-07-02 18:16:43 0 [ERROR] Couldn't load plugins from 'handlersocket.so'.
2018-07-02 18:16:43 0 [Note] InnoDB: Using Linux native AIO
2018-07-02 18:16:43 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-07-02 18:16:43 0 [Note] InnoDB: Uses event mutexes
2018-07-02 18:16:43 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
...

The reason of the failure is given in the error message. Handlersocket's maturity is beta, so it doesn't load with plugin-maturity=gamma.

Generated at Thu Feb 08 08:29:13 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.