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

script hangs when mistakingly using Extractors.CSV instead of Extractors.TSV #130

Open
renaud opened this issue Apr 19, 2018 · 3 comments
Open

Comments

@renaud
Copy link

renaud commented Apr 19, 2018

USQL script on ADLA were hanging indefinitely, until we realized that we had setup the wrong extractor (CSV instead of TSV) on a .tsv file.
Sure it is our fault, moreover because we specified silent: true.
Still, I would expect the script to complete (and not hang), but not extract any record (because they would all fail validation since there would be no comma on the rows).
What do you think?

@MikeRys
Copy link
Collaborator

MikeRys commented Apr 19, 2018

Hmm... that is weird indeed. Do you have a joblink you could file an incident on so we could investigate why it was hanging? Normally a job should time out if a vertex does run longer than 5 hours.

@renaud
Copy link
Author

renaud commented Apr 19, 2018

Normally a job should time out if a vertex does run longer than 5 hours.

Oh ok maybe. But we have not let it run for so long...

Again: with the silent:true option I would expect the job to complete but not read any record:

I would expect the script to complete (and not hang), but not extract any record (because they would all fail validation since there would be no comma on the rows).

A job-id that demonstrates this behaviour: 9c0806e9-1e27-4286-8d0c-fd423430482c

@MikeRys
Copy link
Collaborator

MikeRys commented Apr 19, 2018

Thanks... can you please send me the full job link in email to at microsoft dot com?

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

2 participants