Mistral wf stuck in RUNNING if the sum of task's output is more than limit
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mistral |
In Progress
|
High
|
Oleg Ovcharuk |
Bug Description
If each task's published output is fit in execution_
Look at this example:
execution_
wf_field_limit:
tasks:
task1:
action: std.http
input:
url: <% "https:/
publish:
out1: <% task().result %>
task2:
action: std.http
input:
url: <% "https:/
publish:
out2: <% task().result %>
size(out1) == size(out2) == ~ 400 KB
but wf's output, which includes both out1 and out2 is bigger than 500KB limit.
expected result: there is error message in logs and workflow's state is ERROR
actual result: there is error message in logs, but workflow's state stuck in RUNNING
Changed in mistral: | |
assignee: | nobody → Oleg Ovcharuk (vgvoleg) |
milestone: | none → stein-1 |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in mistral: | |
milestone: | stein-1 → stein-2 |
Changed in mistral: | |
milestone: | stein-2 → stein-3 |
Changed in mistral: | |
milestone: | stein-3 → train-1 |
Changed in mistral: | |
milestone: | train-1 → ussuri-1 |
Changed in mistral: | |
milestone: | ussuri-1 → ussuri-2 |
Changed in mistral: | |
milestone: | ussuri-2 → ussuri-3 |
Changed in mistral: | |
milestone: | ussuri-3 → ussuri-rc1 |
Changed in mistral: | |
milestone: | ussuri-rc1 → victoria-1 |
Changed in mistral: | |
milestone: | victoria-1 → wallaby-1 |
Fix proposed to branch: master /review. openstack. org/608469
Review: https:/