-
Notifications
You must be signed in to change notification settings - Fork 154
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
Large size project export gets stuck at 10% #1071
Comments
Could you use the |
It might also be that your annotations are not compatible with the chosen format. Does the export also hang if you choose "binary CAS" as the format? |
@reckart thanks for the quick response. |
Sorry to bring this up again. After I increased the max heap size, exporting binary cas format still causes a hang at 19%. the following is the jstack output:
|
@qiuwei how many users and documents do you have in your project? |
I have around 30 users, but they are not active when the export is executed. |
Exporting a single document has no problem. I am wondering wether there is an api for exporting a single document, so that I can just iterate through the project. |
I assume that the system hangs because it is hammering the DB - but I need to investigate this in more detail. |
@qiuwei Well, you can export documents via the remote API. |
@reckart thanks. I will try that out. |
If you are comfortable with that - no. You may note that it contains additional internal annotations such as a |
There were recently a couple of upstream improvements regarding the export process - it should now be more efficient. I'm closing this therefore. If somebody continues to find the export too slow, please open a new issue. |
Describe the bug
We have an annotation project which consists of around 6000 documents.
No matter which export format we choose, the export process gets stuck at 10%.
We checked the server log, but couldn't find any error message.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The export should finish in a reasonable time.
Screenshots
If applicable, add screenshots to help explain your problem.
Please complete the following information:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: