-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: IndexerIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releasegood first issue
Description
Preconditions (*)
- Magento 2.3.1
- PHP 7.2
- MySQL 5.7
Steps to reproduce (*)
- Heavily configurable product based catalog - about 375,000 total products of which about 15,000 are configurable products and the remaining 350,000 are simple products links to the configurables.
- Upon upgrading to version 2.3.1 from version 2.3.0, the pricing index (catalog_product_price) would not complete indexing and would run without ending (in my environment, I let it run out to about 50 hours before giving up)
- After reverting the changes made in the following commits, pricing index was able to be rebuilt again:
Expected result (*)
- Pricing index should be able to be fully rebuilt and moved into the active price database table in a reasonable amount of time
Actual result (*)
- Pricing index does not rebuild after our maximum test time of 45 hours.
- With a 32 core, 120 GB RAM server, the pricing index was able to be rebuilt in approximately 3 minutes on the above catalog size configuration after the rollback of the noted commits to version 2.3.1.
Metadata
Metadata
Assignees
Labels
Component: IndexerIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedReproduced on 2.3.xThe issue has been reproduced on latest 2.3 releaseThe issue has been reproduced on latest 2.3 releasegood first issue