-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Area: ProductComponent: IndexerIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.May be fixed according to the position in the backlog.Progress: ready for devReported on 2.4.4Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch
Description
Preconditions and environment
Magento version 2.4.4
Steps to reproduce
- Disable crons (to stop reindexing)
- Add Color Product attribute for few products
- Change indexers to "Update by Schedule" mode
- Truncate
catalog_product_category_cl
table (optional, it's just easier to test with that step) - Open a product in admin area
- Change the value for
color
attribute - Save product
Expected result
catalog_product_category_cl
did not changed
Actual result
The product ID is added to catalog_product_category_cl
, triggering a totally useless reindex on that product. (And a useless insert into cl table on product save)
Additional information
I used Product Category indexer as an example, but this issue seems to concern other indexer as well.
Subscription model should be refactored so we can edit easily update trigger statements per view, via a plugin for example. For this example (catalog_product_category), that would allow us to filter trigger on a specific attribute_id value(s)
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Assignees
Labels
Area: ProductComponent: IndexerIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.May be fixed according to the position in the backlog.Progress: ready for devReported on 2.4.4Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchThe issue has been reproduced on latest 2.4-develop branch