microsoft/Forge

Action Responses not persisted in ForgeState when two parallel actions complete their execution at the same time intermittently

Open

#59 创建于 2024年5月20日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C# (59 fork)auto 404
bughelp wanted

仓库指标

Star
 (331 star)
PR 合并指标
 (PR 指标待抓取)

描述

We are noticing an intermittent issue where we have two actions within the same node and whenever the two actions finish their execution at the exact same time, the action response is not getting persisted in the forge state and our schema failures at GetOutput with exception System.NullReferenceException:Object reference not set to an instance of an object

Upon retry the issue goes away..

Here is the first attempt where it failed.

2024-05-20 10:01:08.5802526 The Action response for action : ********* is {"StatusCode":1,"Status":"True","Output":""} 2024-05-20 10:01:08.5802528 The Action response for action : ******** is {"StatusCode":1,"Status":"True","Output":""}

Next attempt where it passed

2024-05-20 10:01:58.3472478 The Action response for action : ***** is {"StatusCode":1,"Status":"True","Output":""} 2024-05-20 10:01:58.4162777 The Action response for action : ***** is {"StatusCode":1,"Status":"True","Output":""}

贡献者指南