Hi Flyte team, I need help debugging a stuck workf...
# flyte-support
w
Hi Flyte team, I need help debugging a stuck workflow. This workflow is stuck for 30+ hrs, its not executing, but the Python Task has status
UNKNOWN
and the sub-workflow that contains that task has status
RUNNING
. Seems like a similar issue was reported here https://github.com/flyteorg/flyte/issues/3536 . Any pointers on what could be wrong here?
w
We had a similar issue when our datacatalog was deployed incorrectly for cached tasks.
w
The "phase" column in
flyteadmindb.task_executions
for this task shows "SUCCEEDED", workflow status is "FAILED", but the flyte console UI shows that this task is still running. Could this be a bug in flyte console? Is there anything we can do to fix this?
c
@wonderful-continent-24967 sounds like a console issue. Could you share the flyte and flytekit versions you're using and a reproducible example?