vuu
vuu copied to clipboard
Create child orders in IgniteOrderLoaderMain created less than expected due to method is not threadsafe
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
Hi @keikeicheung , Wendy would like to take a look into this if it hasn't been picked by others yet.
Hi @junaidzm13, @keikeicheung , could you help review the code?
Added @naleeha for review as well :)