microsoft/Forge

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

Open

#59 ouverte le 20 mai 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C# (59 forks)auto 404
bughelp wanted

Métriques du dépôt

Stars
 (331 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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":""}

Guide contributeur