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

Query on telemetry.main succeeds in BQ console, but reports backendError in STMO #63

Open
jklukas opened this issue Dec 18, 2020 · 0 comments

Comments

@jklukas
Copy link

jklukas commented Dec 18, 2020

When trying to run https://sql.telemetry.mozilla.org/queries/77064/source which references just a few columns in telemetry.main but covers a several-month timerange, we see the following error consistently in STMO:

Error running query: b'{\n "error": {\n "code": 503,\n "message": "Error encountered during execution. Retrying may solve the problem.",\n "errors": [\n {\n "message": "Error encountered during execution. Retrying may solve the problem.",\n "domain": "global",\n "reason": "backendError"\n }\n ],\n "status": "INTERNAL"\n }\n}\n'

Yet, the same query can run successfully in the BQ console.

I initially assumed this was a real BQ-level error related to large metadata scans due to the wide timerange, which can return a message like this from a query job. Perhaps this is coming from something other than the query job itself?

cc @Standard8

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

1 participant