-
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
Stock inventory reindex bug #12205
Comments
@Nix-id, thank you for your report.
|
@Nix-id, thank you for your report. |
Sorry for incorrect format. |
@Nix-id, please create new ticket for this feature request. |
Hi @Nix-id. Thank you for your report. The fix will be available with the upcoming 2.2.5 release. |
This bug has cost us a lot of time and money after upgrading from 2.2.8 to 2.3.2. |
(cherry picked from commit 20d7afb)
@avstudnitz: thanks for your comment! I created a new PR to get this change included in 2.3-develop: #25306, let's hope it makes it in 2.3.4 now ... |
Awesome that this patch was removed in 2.3.4 again 👍 9c4c3a0#diff-9cf0a1093ac8c2558ce19f00934420d6L287 Hat tip to @SeruyV. You've costed a lot of people a lot of money. so:
Let's hope this is the end of the journey, yes? |
@wigman Yes please. I don't think this bug needs any extra stamps. |
Incorrect cleaning previous index's
Preconditions
Magento 2.2.0
Steps to reproduce
in Magento\CatalogInventory\Model\ResourceModel\Indexer\Stock\DefaultStock
magento2/app/code/Magento/CatalogInventory/Model/ResourceModel/Indexer/Stock/DefaultStock.php
Line 289 in 44d2562
Expected result
Method deleteOldRecords should be called before all _updateIndexTable calls.
Actual result
Method deleteOldRecords is called after one of _updateIndexTable calls.
also can you change 'private' method and vars in this class to 'protected'? for redeclare thiss class as 'extended' for use with 'di.xml'
The text was updated successfully, but these errors were encountered: