Task #11106 (closed)
Opened 6 years ago
Closed 6 years ago
Bug: many thumbnail refreshes
| Reported by: | jamoore | Owned by: | jburel |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0.0-beta1 |
| Component: | Insight | Version: | n.a. |
| Keywords: | n.a. | Cc: | ux@…, bpindelski |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
From Blazej:
After importing the "stress" folder, I went to view the plate run and clicked the "Refresh" button in the middle pane of insight around 50 times in a row. After that, thumbnail refresh became very slow.
Searching for just "waiting to lock" shows 88 threads attempting to get into that code path, likely caused by the synchronized on isSessionAlive at line
Attachments (1)
Change History (5)
Changed 6 years ago by jamoore
comment:1 Changed 6 years ago by jburel
comment:2 Changed 6 years ago by jamoore
One possible solution: https://github.com/openmicroscopy/openmicroscopy/pull/1278
comment:3 Changed 6 years ago by jburel <j.burel@…>
(In [7cf568f938a30387caa97fb07d9fa8590bcdbfb5/ome.git] on branch develop) Do not allow the user to refresh when loading data (see #11106)
comment:4 Changed 6 years ago by jburel
- Resolution set to fixed
- Status changed from new to closed
For now, I can block the refresh button until thumbnails are all loaded.
We could remove the isSessionAlive (as we did before) but that could lead to other issues.
Similar problem in web.