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

Large resolution imagery sometimes only partially loads and is half black in Web #1371

Open
mattdawkins opened this issue Aug 25, 2023 · 1 comment
Labels
Type: bug Something isn't working

Comments

@mattdawkins
Copy link
Member

mattdawkins commented Aug 25, 2023

Describe the bug
Two users encountered an issue when loading fairly high resolution imagery in the web version (from viame.kitware.com instead of a locally hosted version) it periodically only partially loads, and generally a portion of the image (horizontally at the bottom) is black. Sometimes refreshing fixes this or triggers the imagery to stop displaying in certain other parts, other images, or fixes it.

It's unclear if server load has an affect on this (e.g. training jobs writing out a lot of data to disk affecting load times), or other factors like low local bandwidth or firewalls.

@mattdawkins mattdawkins added the Type: bug Something isn't working label Aug 25, 2023
@ghost
Copy link

ghost commented Aug 26, 2023

One first thing I can think of is to prevent image sequences with very large images from attempting to cache multiple seconds of the image. Caching attempts to cache 2 seconds before and 1 second behind based on the dataset framerate. In some of the other image-sequences this makes sense but if each image is 10MB and the frame rate is 10fps (as seen in some of these datasets) it is trying to pre-cache 100's of MB of data.

The other option is switching to the new girder WSGI stuff that has been worked on to allow more subsequent requests without the dropping of them.

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

No branches or pull requests

1 participant