finos/vuu

Create child orders in IgniteOrderLoaderMain created less than expected due to method is not threadsafe

オープン

#1,326 opened on 2024/05/05

 (3 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (42 件のフォーク)auto 404
demogood first issueserver

Repository metrics

Stars
 (57 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド