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.

Comments

rfay’s picture

I committed this for now: f3a43aa, to see the effect on the migration I'm doing.

rfay’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.