Closed (fixed)
Project:
Commerce Migrate
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2011 at 16:42 UTC
Updated:
2 Sep 2011 at 07:41 UTC
When an order import is happening, the site is completely unable to do anything else, and we certainly can't run two migrations at once if one involves commerce_order.
This approach implements hook_entity_info_alter() to turn off the locking that recently went into commerce_order, see #1243306: Implement pessimistic entity locking and enable it for orders.
| Comment | File | Size | Author |
|---|---|---|---|
| commerce_migrate.turn_off_commerce_order_locking.patch | 712 bytes | rfay |
Comments
Comment #1
rfayI committed this for now: f3a43aa, to see the effect on the migration I'm doing.
Comment #2
rfay