little-cricket-84530
04/08/2025, 4:26 PMflytectl register
step fails if the image version is the same as the last run. This was not the case earlier. Is this the new/expected behavior?rapid-artist-48509
04/08/2025, 4:51 PMpyflyte run
, I get a lot of "duplicate task / workflow" errors when the image changes (for ContainerTask) but everything else stays the same. (in my case, I'm using image with sha256, which does change, so the error is odd)little-cricket-84530
04/09/2025, 4:11 PMaverage-finland-92144
04/10/2025, 5:44 PMlittle-cricket-84530
04/10/2025, 5:47 PMlittle-cricket-84530
04/10/2025, 5:48 PM| Failed | Error registering file due to rpc error: code = |
04:00:33 | | | Unavailable desc = unexpected HTTP status code |
04:00:33 | | | received from server: 502 (Bad Gateway); transport: |
04:00:33 | | | received unexpected content-type "text/html" |
little-cricket-84530
04/10/2025, 5:48 PMlittle-cricket-84530
04/11/2025, 4:00 PMlittle-cricket-84530
04/11/2025, 4:01 PMlittle-cricket-84530
04/11/2025, 4:26 PM--continueOnError
as an option but I don’t want to use it so that I don’t mask any real errorsaverage-finland-92144
04/11/2025, 6:09 PMlittle-cricket-84530
04/11/2025, 6:09 PMlittle-cricket-84530
04/11/2025, 6:26 PMI0411 18:05:59.538566 1 trace.go:236] Trace[1036750268]: "DeltaFIFO Pop Process" ID:my-namespace/ar7n7bnx7qnqwf25hgjh-fc5lxjwq-0,Depth:4327,Reason:slow event handlers blocking the queue (11-Apr-2025 18:05:59.247) (total time: 290ms):
Trace[1036750268]: [290.401036ms] [290.401036ms] END
I0411 18:23:19.037934 1 trace.go:236] Trace[445950959]: "DeltaFIFO Pop Process" ID:my-namespace/ar7n7bnx7qnqwf25hgjh-n5-0-n4655-0,Depth:3457,Reason:slow event handlers blocking the queue (11-Apr-2025 18:23:18.147) (total time: 890ms):
Trace[445950959]: [890.165301ms] [890.165301ms] END
little-cricket-84530
04/11/2025, 6:30 PM2025/04/11 18:23:05 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/task_repo.go:59
[0.273ms] [rows:1] SELECT * FROM "tasks" WHERE "tasks"."project" = 'project' AND "tasks"."domain" = 'production' AND "tasks"."name" = 'flyte.workflows.my_file.map_task_839fbfe6bae4d6b30fb4f0dc51b2577e-arraynode' AND "tasks"."version" = 'a7522df3cf462b3af7d3fcbd4e5d31fce455515f' LIMIT 1
2025/04/11 18:23:05 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/task_repo.go:59
[0.306ms] [rows:1] SELECT * FROM "tasks" WHERE "tasks"."project" = 'project' AND "tasks"."domain" = 'production' AND "tasks"."name" = 'flyte.workflows.my_file.map_task_bd1acc9b03893350ca99f96f9365b599-arraynode' AND "tasks"."version" = 'a7522df3cf462b3af7d3fcbd4e5d31fce455515f' LIMIT 1
2025/04/11 18:23:05 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/workflow_repo.go:53
[0.351ms] [rows:1] SELECT * FROM "workflows" WHERE "workflows"."project" = 'project' AND "workflows"."domain" = 'production' AND "workflows"."name" = 'flyte.workflows.my_file.my_wf' AND "workflows"."version" = 'a7522df3cf462b3af7d3fcbd4e5d31fce455515f' LIMIT 1
2025/04/11 18:24:28 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/execution_repo.go:54
[1.330ms] [rows:1] SELECT * FROM "executions" WHERE "executions"."execution_project" = 'project' AND "executions"."execution_domain" = 'production' AND "executions"."execution_name" = 'axwbkzx4btckm822t597' LIMIT 1
2025/04/11 18:25:28 /go/src/github.com/flyteorg/flyteadmin/pkg/repositories/gormimpl/execution_repo.go:54
[1.085ms] [rows:1] SELECT * FROM "executions" WHERE "executions"."execution_project" = 'project' AND "executions"."execution_domain" = 'production' AND "executions"."execution_name" = 'axwbkzx4btckm822t597' LIMIT 1
little-cricket-84530
04/13/2025, 3:47 AMaverage-finland-92144
04/16/2025, 3:08 PMpyflyte package
) and then registering a new wf version?little-cricket-84530
04/16/2025, 4:06 PMlittle-cricket-84530
04/16/2025, 4:07 PMaverage-finland-92144
04/16/2025, 5:32 PMflytectl register
operation?
I tried same flytekit version and same pattern and cannot repro this behaviorlittle-cricket-84530
04/19/2025, 3:51 PM