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

[Bug]: Parsing PDF file get stucked after uploading in new deployment #736

Closed
1 task done
shaoyie opened this issue May 11, 2024 · 5 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@shaoyie
Copy link
Contributor

shaoyie commented May 11, 2024

Is there an existing issue for the same bug?

  • I have checked the existing issues.

Branch name

main

Commit ID

bef1bbd

Other environment information

No response

Actual behavior

New deployed system, create a knowledgebase in general parse method, upload a PDF file, then click start.
It's always sth like 0.03% and in status Task is dispatched. Wait for long time with no change.
Cancel the task and restart it again, this time the parsing task will get real started very quickly.

Expected behavior

Should be able to complete the parsing on the first time.

Steps to reproduce

1. New deployed system.
2. Create a knowledgebase in general parse method.
3. Upload a PDF file.
4. Click start parsing.
5. Observe the status get stucked in Task is dispatched.
6. Cancel the task and restart it again, the parsing task will complete quickly.

Additional information

No response

@shaoyie shaoyie added the bug Something isn't working label May 11, 2024
@shaoyie shaoyie changed the title [Bug]: Parsing PDF file get stucked after uploading [Bug]: Parsing PDF file get stucked after uploading in new deployment May 11, 2024
@KevinHuSh
Copy link
Collaborator

We also find this, but we are not sure the reason yet.

@shaoyie
Copy link
Contributor Author

shaoyie commented May 13, 2024

We also find this, but we are not sure the reason yet.

What I know is the version on Apr 17 works fine. So maybe check the changes related to task executor these days?

@KevinHuSh
Copy link
Collaborator

Try to upgrade it with the dev version. We fixed this.

@shaoyie
Copy link
Contributor Author

shaoyie commented May 17, 2024

Try to upgrade it with the dev version. We fixed this.

Tried with the latest code, for the first time, still met the blocking here:
image

But for the followed request, it works fine. Even after recreate the container.
Should be fine to go with it for now, if only the first time need manual ramp up.

@shaoyie shaoyie closed this as completed May 17, 2024
@timdonovanuk
Copy link

This should remain open, as it's still an issue. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants