The patch is created for Adobe Commerce version:
Compatible with Adobe Commerce versions:
The patch might become applicable to other versions with new Quality Patches Tool releases. To check if the patch is compatible with your Adobe Commerce version, update the magento/quality-patches
package to the latest version and check the compatibility on the Quality Patches Tool: Search for patches page. Use the patch ID as a search keyword to locate the patch.
The website gets slow, which hampers operations.
Steps to reproduce:
show processlist
in MySQL. SELECT GET_LOCK(SYSTEM_CONFIG', '10');
Expected results:
GET_LOCK
should be executed immediately.
Actual results:
Multiple GET_LOCK
queries get stuck for up to 10 seconds each.
To apply individual patches, use the following links depending on your deployment method:
To learn more about Quality Patches Tool, refer to:
For info about other patches available in QPT, refer to the Patches available in QPT section.