Bug #103684 Warning issued when querying ps. keyring_component_status
Submitted: 13 May 2021 12:43 Modified: 13 May 2021 12:50
Reporter: Marcelo Altmann (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Logging Severity:S3 (Non-critical)
Version:8.0.24 OS:Any
Assigned to: CPU Architecture:Any
Tags: Contribution

[13 May 2021 12:43] Marcelo Altmann
Description:
If your server is started without any keyring component, querying performance_schema.keyring_component_status logs an warning to the error log:

2021-05-13T12:06:03.625555Z 112 [Warning] [MY-013712] [Server] No suitable 'keyring_component_metadata_query' service implementation found to fulfill the request.

How to repeat:
Start MySQL without any keyring component and log verbosity = 3.
Run: SELECT * FROM  performance_schema.keyring_component_status;
[13 May 2021 12:50] MySQL Verification Team
Hello Marcelo,

Thank you for the report and feedback.

regards,
Umesh
[26 Aug 2021 16:27] Marcelo Altmann
Patch generated based on tag mysql-8.0.26

(*) I confirm the code being submitted is offered under the terms of the OCA, and that I am authorized to contribute it.

Contribution: bug_103684.patch (application/octet-stream, text), 824 bytes.

[27 Aug 2021 14:00] MySQL Verification Team
Thank you for your contribution.

regards,
Umesh
[25 Aug 2022 7:00] Vinodh Krish
Hi Team,
Will this patch be merged in the coming versions? It is still repeated in v8.0.30:

mysql [localhost:8030] {msandbox} ((none)) > select version();
+-----------+
| version() |
+-----------+
| 8.0.30    |
+-----------+
1 row in set (0.00 sec)

2022-08-25T06:57:50.520356Z 9 [Warning] [MY-013712] [Server] No suitable 'keyring_component_metadata_query' service implementation found to fulfill the request.

Regards,

Vinodh
[3 Feb 2023 0:30] Vitaliy Demidov
It is still repeated in the 8.0.31-google.
Thanks
[2 Nov 2023 9:15] Tanja Victoria Dahlke
It is still present in 8.0.32 Source distribution.