The MDVA-31590 patch solves the issue where the users are unable to update attributes in bulk using MySQL async queues. This patch is available when the Quality Patches Tool (QPT) 1.1.3 is installed. The patch ID is MDVA-31590. Please note that the issue was fixed in Adobe Commerce 2.4.2.
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.
Users are not able to update attributes in bulk using MySQL async.
Steps to reproduce:
Expected results:
magento_bulk
table and magento_operation
table (operations related to the bulk).queue_message
table (related to the queues product_action_attribute.update
and/or product_action_attribute.website.update
).queue_message_status
table have records with status “4”.system.log
.Actual results:
message_bulk
table, but there is no related record(s) in magento_operation
table.queue_message
and queue_message_status
tables.queue_message_status
table has record with error status (status value “6”).system.log
contains error similar to the following: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.