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

JPA Exception when using Dataflow Runner #577

Closed
mrzzy opened this issue Mar 27, 2020 · 0 comments · Fixed by #578
Closed

JPA Exception when using Dataflow Runner #577

mrzzy opened this issue Mar 27, 2020 · 0 comments · Fixed by #578

Comments

@mrzzy
Copy link
Collaborator

mrzzy commented Mar 27, 2020

Expected Behavior

No exceptions to be thrown when using Dataflow runner.

Current Behavior

When using the Dataflow Runner, the following exception is thrown:

org.springframework.orm.jpa.JpaObjectRetrievalFailureException: Unable to find feast.core.model.FeatureSet with id your_project_name/name: "driver

As such, the Dataflow Job creation fails, while JobCoordinatorService attempts the failed Dataflow jobs, causing and endless loop of Dataflow Job Creation.

Steps to reproduce

  1. Configure feast use the Dataflow Runner
  2. Trigger a Job by creating an Project and adding a Featureset

Possible Solution

Bug introduced in PR #575.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant