-
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
Indexation in scheduled mode might loose some ids when indexing #37398
Comments
Hi @dudzio12. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
I'm working on this |
@ihor-sviziev - Not necessarily, this will not fix the issue with duplicated ids added to _cl table. The best way to fix it completely would probably be changing batching responsibility to PHP with array_unique instead of MysQL. |
Hi @engcom-Hotel. Thank you for working on this issue.
|
Hello @dudzio12, Thanks for the report and collaboration! We tried to reproduce this issue in the 2.4-develop branch and it seems the issue is not reproducible for us. For us we have more than 1000 entries in the I agree with @ihor-sviziev, that the issue is related to #30012, and this issue is already confirmed. As per my comment here on this issue #30012 (comment), the SQL query always returns the same Please let us know if we missed anything. Thanks |
Dear @dudzio12 , We have noticed that this issue has not been updated for a long time. Hence we assume that this issue is fixed now, so we are closing it. Please raise a fresh ticket or reopen this ticket if you need more assistance on this. Regards |
Preconditions and environment
Steps to reproduce
indexer_update_all_views
.Expected result
All 1000+ ids should be indexed.
Actual result
Some ids might not be indexed. This is because there is no sort order implemented in both ChangeLogBatchWalker classes logic.
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: