Skip to content

[Bug][master/worker] After the master and worker are fault-tolerant, the process instance fails after the task instance is successfully executed #3929

@xingchun-chen

Description

@xingchun-chen

Steps to reproduce

  1. Start 2 master services (master1, master2), 2 worker services (worker1, worker2)
  2. Run the workflow, the process instance runs in master1, and the task runs in worker1
  3. Stop master1, worker1 services
  4. After fault tolerance, the process instance runs on master2 and the task runs on worker2. After all tasks are executed successfully, the process instance status is failed
    ============================================

复现步骤

1.启动2个master服务(master1,master2)、2个worker服务(worker1,worker2)
2.运行工作流,流程实例在master1运行,任务在worker1运行
3.停止master1,worker1服务
4.容错后,流程实例在master2运行,任务在worker2运行,所有任务执行成功后,流程实例状态为失败
image
image
image

Which branch
-[1.3.3-release]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions