You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in IgniteOrderLoaderMain
It loops to create parent Orders and child order (random * 100 - 250) in multiple threads
OrdersModel.createChild it creates child order with an incremental child order id (which is not threadsafe)
hence some child orders are not "new" child order but "update" existing child order
The text was updated successfully, but these errors were encountered:
in IgniteOrderLoaderMain
It loops to create parent Orders and child order (random * 100 - 250) in multiple threads
OrdersModel.createChild it creates child order with an incremental child order id (which is not threadsafe)
hence some child orders are not "new" child order but "update" existing child order
The text was updated successfully, but these errors were encountered: