Details
Assignee
Marcelo AltmannMarcelo Altmann(Deactivated)Reporter
Vinodh KrishnaswamyVinodh KrishnaswamyAffects versions
Priority
Medium
Details
Details
Assignee
Marcelo Altmann
Marcelo Altmann(Deactivated)Reporter
Vinodh Krishnaswamy
Vinodh KrishnaswamyAffects versions
Priority
Smart Checklist
Smart Checklist
Smart Checklist
Created August 25, 2022 at 7:16 AM
Updated March 6, 2024 at 10:01 AM
when querying performance_schema.keyring_component_status while keyring plugin wasn't installed causes to put a warning in the error log:
mysql [localhost:27329] {msandbox} (test) > SELECT @@VERSION; +-----------+ | @@VERSION | +-----------+ | 8.0.29-21 | +-----------+ 1 row in set (0.00 sec) mysql [localhost:27329] {msandbox} (test) > SELECT * FROM performance_schema.keyring_component_status; Empty set (0.00 sec)
From the error log:
[COR-SER] [eder.santos@tp-support03 msb_8_0_29]$ grep "keyring" data/msandbox.err 2022-08-22T22:09:47.565396Z 10 [Warning] [MY-013712] [Server] No suitable 'keyring_component_metadata_query' service implementation found to fulfill the request.
It is part of the upstream bug - https://bugs.mysql.com/bug.php?id=103684
mysql [localhost:8030] {msandbox} ((none)) > select version();
-----------
version()
-----------
8.0.30
-----------
1 row in set (0.00 sec)
mysql [localhost:8030] {msandbox} ((none)) > SELECT * FROM performance_schema.keyring_component_status;
Empty set (0.00 sec)
From the error log:
2022-08-25T06:57:50.520356Z 9 [Warning] [MY-013712] [Server] No suitable 'keyring_component_metadata_query' service implementation found to fulfill the request.
When using PMM, it is generating this message into the error log frequently. so patching this up, doesn't pollute the log file.