Task #11504 (closed)
Opened 6 years ago
Closed 4 years ago
Bug: getThumbnail*Set misbehavior
| Reported by: | jamoore | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 5.x |
| Component: | Services | Version: | 4.4.8 |
| Keywords: | n.a. | Cc: | pwalczysko, drussell-x, jburel |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
Douglas saw long loads on insight/4.4.8p1 when opening a dataset with ~20 unviewed images from another user. Web was much faster for the same scenario. It's suspected that too many calls to getPlane are taking place. (See server log file in test.txt)
Change History (4)
comment:1 Changed 6 years ago by jamoore
comment:2 Changed 6 years ago by drussell-x
Yup, appears to be fixed on develop. Now it takes a reasonable amount of time to get the thumbnails.
comment:3 Changed 4 years ago by jburel
Mark the method as deprecated? so we can remove it 5.2
comment:4 Changed 4 years ago by jburel
- Resolution set to invalid
- Status changed from new to closed
Closing this ticket
Methods to consider for deprecation added to https://trello.com/c/2i8Yu9tm/555-methods-to-deprecate
It's assumed that this is no longer an issue in the daily builds of insight since getThumbnail is being used. If the *Set methods are no longer used, they may should be deprecated.