-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Error while getting preview/thumbnail images #3772
Comments
Hi, if I understand correctly, you created tasks with hi-res images, and this case is only specific for such tasks? What is the typical resolution of the images used? |
5472x3078 for example. |
Thanks, we will try to reproduce on our side. |
@azhavoro Hello, we appear to be experiencing the same issue. Often the thumbnails do not load at all and show as broken. We also see these errors in the server console:
Any ideas what may be happening? Most our images are 720p |
Hi, If I disconnect the EFS volume and save the data directly to the Fargate instance, everything is fine and the image previews load correctly. BTW: same issue is here - #3019 |
Can this lead to CVAT being slow? Does it wait until the timeout before rendering tasks page? |
I do have same issue here. We use dev branch in docker-compose file We do have very slow loading. CVAT_UI takes +30 sec to load and we have http 500 or even 504. If anyone can help us on this issue it would be very appreciated. Here my cvat_server log : |
This start after I followed the upgrade instructions from 2.2 to 2.3 |
I do see after upgrade to the latest version and what was the fix that was applied to resolve it ? |
My actions before raising this issue
Hi,
After creating some tasks with a thousand images(many over 10Mb), the task list takes 1 minute to load, it's the timeout for the
https:///api/v1/tasks/4/data?type=preview
request timeout.
Expected Behaviour
When opening the task list, it should open quickly and show a preview in all tasks.
Current Behaviour
It takes 1 minute (timeout on https:///api/v1/tasks/4/data?type=preview) to load the task list and then fails to show the preview image.
Possible Solution
I don't know what is causing this.
Steps to Reproduce (for bugs)
Context
This makes listing the tasks to take a long time, and we aren't sure if it only affects that.
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05):Request Method: GET
Status Code: 504
DEBUG - 2021-10-06 09:22:06,077 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.
2021-10-06T09:22:06.083781565Z
2021-10-06 09:28:11,608 DEBG 'rqworker_low' stderr output:
DEBUG - 2021-10-06 09:28:11,605 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.
2021-10-06 09:28:11,610 DEBG 'rqworker_low' stderr output:
INFO - 2021-10-06 09:28:11,606 - worker - Cleaning registries for queue: low
2021-10-06T09:28:11.610350578Z
2021-10-06 09:28:35,051 DEBG 'rqworker_default_1' stderr output:
DEBUG - 2021-10-06 09:28:35,049 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.
2021-10-06 09:28:35,052 DEBG 'rqworker_default_1' stderr output:
INFO - 2021-10-06 09:28:35,049 - worker - Cleaning registries for queue: default
2021-10-06T09:28:35.052129582Z
2021-10-06 09:28:47,387 DEBG 'runserver' stderr output:
[Wed Oct 06 09:28:47.384893 2021] [wsgi:error] [pid 1227:tid 140289081366272] [client 10.244.2.59:53832] Timeout when reading response headers from daemon process 'localhost:8080': /tmp/cvat-server/htdocs/api, referer: https:///tasks
2021-10-06 09:28:47,393 DEBG 'runserver' stderr output:
[Wed Oct 06 09:28:47.393103 2021] [wsgi:error] [pid 1227:tid 140289081091840] [client 10.244.2.59:53834] Timeout when reading response headers from daemon process 'localhost:8080': /tmp/cvat-server/htdocs/api, referer: https:///tasks
2021-10-06 09:28:51,178 DEBG 'rqworker_default_0' stderr output:
DEBUG - 2021-10-06 09:28:51,175 - worker - Sent heartbeat to prevent worker timeout. Next one should arrive within 480 seconds.
2021-10-06T09:28:51.178283501Z
Next steps
You may join our Gitter channel for community support.
The text was updated successfully, but these errors were encountered: