-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.2.7, 2.2.8] - Indexer Schedule - backlog with product import #22161
Comments
Hi @higi90. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @higi90 do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @engcom-backlog-nazar. Thank you for working on this issue.
|
✅ Confirmed by @engcom-backlog-nazar Issue Available: @engcom-backlog-nazar, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @verma-ankur. Thank you for working on this issue.
|
I am working on this at #dmcdindia1 |
Hi ! What is the status of this ? |
Any status update on this? |
It was related to #22161. Was that moved to those two ticket numbers you referenced? |
Any update on this?? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 14 days if no further activity occurs. Is this issue still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? Thank you for your contributions! |
Hi @jbrada. Thank you for your report and collaboration! The related internal Jira ticket The fix will be available with the upcoming |
Any details on what causes this "backlog" on the indexes? Is there a workaround? I am seeing:
|
From what I can tell, the cause is whenever there is a mass amount of data changed using the import function. Workaround that we use is to just run bin/magento indexer:reset and then running bin/magento indexer:reindex commands. That usually clears the backlog and makes all data updates show up properly on frontend. At least that is what works for us. |
If I import a product using the CSV import function, index changes are written to the backlog of:
even though the value has not changed (imported values are same as Magento 2 values).
This behavior did not affect either 2.2.5 or 2.2.6. This behavior occurs in versions 2.2.7 and 2.2.8.
Preconditions (*)
Steps to reproduce (*)
As an example, I will import only 2 fields: sku, qty
Backlog (1) for indexes
Backlog (1) for indexes:
In this case, no index should be backlog (1) because there are no changes made.
Expected result (*)
Expected result if i import csv with no changes beside actual Magento 2 state.
![image](https://user-images.githubusercontent.com/7402947/55558699-e5d93a00-56ec-11e9-9471-905b04f63d60.jpeg)
(sku, qty)
Actual result (*)
Actual result if i import csv with no changes as actual Magento 2 state.
![alojbggalhhphobf](https://user-images.githubusercontent.com/7402947/55558766-14efab80-56ed-11e9-943a-4c9d53d8a4cd.jpeg)
The text was updated successfully, but these errors were encountered: