Re: Sporadic issue when restarting a Participant

2018-04-11 Thread Xue Junkai
Hi DImuthu, This could caused by the race condition of restarting participants. When a task assigned to the participant, it will initialize the task and update the TaskContext in JobContext by participant. At that moment, the participant got restarted. When the participant comes back, controller

Sporadic issue when restarting a Participant

2018-04-06 Thread DImuthu Upeksha
Hi Folks, I used helix task framework to run several workflows and restarted the participant that held the implemented tasks. Most of the cases in restarts, Helix catches up and continue with last Task but In some cases it prints following error on Controller log and Workflow stops working upon