Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[backend] InternalServerError: Failed to list tasks: sql: Scan error on column index 6, name "StartedTimestamp" #8845

Closed
chensun opened this issue Feb 13, 2023 · 0 comments

Comments

@chensun
Copy link
Member

chensun commented Feb 13, 2023

Environment

  • How did you deploy Kubeflow Pipelines (KFP)?
    standalone

  • KFP version:
    2.0.0-beta.0

  • KFP SDK version:
    N/A

Steps to reproduce

Run pipeline: https://github.com/kubeflow/pipelines/blob/master/samples/v2/pipeline_container_no_input.py

or find it run result from sdk-execution-test, e.g.: https://oss.gprow.dev/view/gs/oss-prow/pr-logs/pull/kubeflow_pipelines/8841/kubeflow-pipelines-sdk-execution-tests/1625208635669876736

Pipeline fails with pod error log:

I0213 19:00:39.519690      17 main.go:213] output ExecutorInput:{
  "inputs": {},
  "outputs": {
    "outputFile": "/tmp/kfp_outputs/output_metadata.json"
  }
}
F0213 19:00:39.519796      17 main.go:74] KFP driver: driver.Container(pipelineName=v2-container-component-no-input, runID=7cf802c0-d725-4eb2-b18d-ff22f8d4b112, task="hello-world-container", component="comp-hello-world-container", dagExecutionID=133285, componentSpec) failed: failure while getting executionCache: failed to list tasks: rpc error: code = Internal desc = List tasks failed: Failed to list tasks: InternalServerError: Failed to list tasks: sql: Scan error on column index 6, name "StartedTimestamp": converting NULL to int64 is unsupported: sql: Scan error on column index 6, name "StartedTimestamp": converting NULL to int64 is unsupported

Expected result

No error, pipeline should succeed.

Materials and Reference


Impacted by this bug? Give it a 👍.

@chensun chensun changed the title [backend] <Bug Name> [backend] InternalServerError: Failed to list tasks: sql: Scan error on column index 6, name "StartedTimestamp" Feb 13, 2023
jlyaoyuli pushed a commit to jlyaoyuli/pipelines that referenced this issue Mar 9, 2023
…ubeflow#8857)

* Add default values to timestamps

* Force not-null create, null-able other timestamps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants