ACP2E-4431: Related Products matched by target rules are deleted during the reindex process
The ACP2E-4431 patch fixes the issue where the Related Products matched by the target rules are deleted during the reindex process. This patch is available when the Quality Patches Tool (QPT) 1.1.78 is installed. The patch ID is ACP2E-4431. Please note that this issue is scheduled to be fixed in Adobe Commerce 2.4.9.
Affected products and versions
The patch is created for Adobe Commerce version:
- Adobe Commerce (all deployment methods) 2.4.7-p4
Compatible with Adobe Commerce versions:
- Adobe Commerce (all deployment methods) 2.4.4 - 2.4.8-p4
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.Issue
The Related Products that are matched by the target rules are deleted during the reindex process.
Steps to reproduce:
-
Create 10000 or more products.
-
Assign 10000 or more products to 5000 or more categories.
-
Create 100 or more related product rules.
-
Configure rule conditions where Products to match use Product Category is X.
-
Configure Products to display using Product Category is Constant Value Y.
-
Execute this GraphQL query to retrieve
related_productsfor a product:code language-graphql { products(filter: { url_key: { eq: "simple-product-491" } }) { items { sku related_products { uid sku name url_key stock_status price_range { minimum_price { regular_price { value } final_price { value } } } } } } } -
Create a large backlog for the
targetrule_product_ruleindex. -
Create a large backlog for the
targetrule_rule_productindex. -
Run the
targetrule_rule_productindexer. -
Run the
targetrule_product_ruleindexer.
Expected results:
The related_products list is always populated with products that match the rule conditions.
Actual results:
The related_products list returns an empty array while the indexers are executing.
Apply the patch
To apply individual patches, use the following links depending on your deployment method:
- Adobe Commerce or Magento Open Source on-premises: Quality Patches Tool > Usage in the Quality Patches Tool guide
- Adobe Commerce on cloud infrastructure: Upgrades and Patches > Apply Patches in the Commerce on Cloud Infrastructure guide
Related reading
To learn more about Quality Patches Tool, refer to:
- Quality Patches Tool: A self-service tool for quality patches in the Tools guide