Bug #95092 Feature request: sync data from innodb_memcache.containers to daemon_memcached
Submitted: 23 Apr 2019 22:32 Modified: 25 Apr 2019 7:24
Reporter: Maksym Matiukhin Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Memcached Severity:S4 (Feature request)
Version:8.0.12 OS:Any
Assigned to: CPU Architecture:Any

[23 Apr 2019 22:32] Maksym Matiukhin
Description:
According to the https://dev.mysql.com/doc/refman/8.0/en/innodb-memcached-porting-memcached.html daemon_memcached plugin reads  table innodb_memcache.containers  on the server start (or plugin installation).
So, if I want to change configuration for an existing  key, I need to uninstall plugin and install it again. During this process memcached interface is not working and memcached clients requests gonna fail.
Such scheme is not convenient to use it in production.

Would it be possible to make daemon_memcached plugin to read this table periodically ? like every minute or so. 
Or maybe create a special SQL command/function which will force daemon_memcached plugin to read this table again
So any solution which will not stop memcached plugin would be very useful.

Thanks

How to repeat:
not available.
It is a feature request.
[25 Apr 2019 7:24] MySQL Verification Team
Hello Maksym,

Thank you for the feature request!

regards,
Umesh