-
Notifications
You must be signed in to change notification settings - Fork 29
ImportExport: Indexers should be locked when importing #55
Comments
From @southerncomputer on August 5, 2016 21:16 Here here - when importing say 100k - to 1 MIL products- cron reindexing can cause database failure of import due to DEADLOCKS - which seem to not bother the indexer. It would be nice to be able to disable indexers via CLI or during product import routines! Now my both my importer and indexer runs via cron - so we need a lockout routine to detect if another separate cron process happens to be indexing to wait! |
From @slopukhov on August 22, 2016 15:16 Hi @paales Thank you for reporting the issue. It is reported as |
From @hostep on January 31, 2017 9:51 Any chance this is already in the pipeline of being fixed in the near future? We also run into this. Thanks! |
From @koenner01 on February 2, 2017 10:36 Currently we are bypassing this problem by using a lock file during our import and using a plugin on the tryLockJob function on the Cron\Schedule
|
I would like to check about this one as this may be already covered with the indexer improvements. |
@dmanners, I cannot export 120 000 products. Apache:
PHP:
After changing the memory_limit value to -1 the error remains the same. |
MAGETWO-91620: It is not possible to use function setInAllAttributeSe…
From @paales on August 5, 2016 9:20
Preconditions
Steps to reproduce
Expected result
Actual result
Copied from original issue: magento/magento2#6004
The text was updated successfully, but these errors were encountered: