-
Notifications
You must be signed in to change notification settings - Fork 78
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
UDF hangs with no exception / warning #535
Comments
Some updates:
|
Hi @robbieculkin, yes please! Can you include examples of files that cause the issue? Thanks for this additional info. |
Sure, here's a ZIP that includes the PDF & HTML (Adobe Acrobat converted). Thanks for your help, @lukehsiao |
Hi @robbieculkin, I test your data with the latest master branch and it works properly (see the figure below). Can you try the latest master branch and let us know if it's still a problem. Thanks, |
Hmm, the error remains for MacOS. I've switched to my Ubuntu machine for Fonduer-related development so I can close this. If others have issues, maybe they can reopen? |
Description of the bug
When running UDF for parsing, candidate extraction, or labeling, the process will hang for an indefinite amount of time. No exception or warning is generated.
Hangs aren't easily reproducible: UDF will hang on a file for one run, then after a full reset UDF will parse that file without a problem, only to hang on some other file.
To Reproduce
Using very similar code to what's found in the fonduer-tutorials max_storage_temp_tuturial, run the parser UDF on a set of less-trivial PDFs (multiple pages).
Expected behavior
Informative / actionable error reporting so the developer can take further action to diagnose the problem.
Decoupling operations from postgresql and moving towards in-memory operations as mentioned in #137 might address this concern.
Error Logs/Screenshots
N/A, only a frozen progress bar.
Environment (please complete the following information)
Additional context
I'm using the jupyter/postgres docker containers provided for fonduer-tutorials.
The text was updated successfully, but these errors were encountered: