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

Dataflow monitoring by core is failing with incorrect job id #153

Closed
tims opened this issue Mar 6, 2019 · 4 comments
Closed

Dataflow monitoring by core is failing with incorrect job id #153

tims opened this issue Mar 6, 2019 · 4 comments

Comments

@tims
Copy link
Contributor

tims commented Mar 6, 2019

Expected Behavior

Dataflow should be monitored for metrics and status by Core

Current Behavior

The monitoring check is failing, because it is looking up the the wrong job id:

{"timeMillis":1551867055865,"thread":"pool-4-thread-1","level":"ERROR","loggerName":"feast.core.job.dataflow.DataflowJobMonitor","message":"Unable to retrieve metrics for job with id: 2019-03-06_01_41_55-12356597275160718110\ncause: com.google.api.client.googleapis.json.GoogleJsonResponseException: 404 Not Found\n{\n  \"code\" : 404,\n  \"errors\" : [ {\n    \"domain\" : \"global\",\n    \"message\" : \"(7d9ea65839310b88): Information about job 2019-03-06_01_41_55-12356597275160718110 could not be found in our system. Please double check the id is correct. If it is please contact customer support.\",\n    \"reason\" : \"notFound\"\n  } ],\n  \"message\" : \"(7d9ea65839310b88): Information about job 2019-03-06_01_41_55-12356597275160718110 could not be found in our system. Please double check the id is correct. If it is please contact customer support.\",\n  \"status\" : \"NOT_FOUND\"\n}","endOfBatch":false,"loggerFqcn":"org.apache.logging.slf4j.Log4jLogger","threadId":29,"threadPriority":5}

The job name that dataflow UI is reporting is: feastimport1551865294794

Steps to reproduce

Start a dataflow job.

Possible Solution

This is likely related to PR #147

@tims tims added the bug label Mar 6, 2019
@tims tims assigned tims and unassigned tims Mar 6, 2019
@tims
Copy link
Contributor Author

tims commented Mar 6, 2019

@mansiib

@pradithya
Copy link
Collaborator

I think it's unrelated to that PR. The Dataflow UI reports Job name & also Job ID. Is job name feastimport1551865294794 associated with job id 2019-03-06_01_41_55-12356597275160718110 in Dataflow?

@tims
Copy link
Contributor Author

tims commented Mar 11, 2019

I'm not sure, @zhilingc can you chime in with what is the expected behaviour. This also makes it impossible to cancel a job using the cli.

@tims tims assigned tims and unassigned tims Mar 11, 2019
@woop
Copy link
Member

woop commented Sep 1, 2019

Lets reopen if this occurs again.

@woop woop closed this as completed Sep 1, 2019
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

No branches or pull requests

3 participants