Task #10565 (new)
Opened 11 years ago
Last modified 9 years ago
Review server for RawFileStore leakage
Reported by: | mtbcarroll | Owned by: | jamoore |
---|---|---|---|
Priority: | minor | Milestone: | Unscheduled |
Component: | General | Version: | n.a. |
Keywords: | n.a. | Cc: | mtbcarroll, bpindelski, wmoore, jburel |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | n.a. |
Sprint: | n.a. |
Description
See discussion of https://github.com/openmicroscopy/openmicroscopy/pull/890
Change History (6)
comment:1 Changed 11 years ago by mtbcarroll
- Sprint set to FS Demo 4
comment:2 Changed 11 years ago by mtbcarroll
- Milestone changed from 5.x to 5.0.0-beta1
comment:3 Changed 11 years ago by mtbcarroll
- Milestone changed from 5.0.0-beta1 to 5.x
- Sprint FS demo 4.x deleted
- Version set to 4.4.10
No idea why the milestone changed. (grumble)
comment:5 Changed 11 years ago by mtbcarroll
- Cc mtbcarroll bpindelski wmoore jburel added; jamoore removed
- Owner changed from mtbcarroll to jamoore
Passing back so that remaining tasks can be handed out when appropriate. Some client leaks fixed in https://github.com/openmicroscopy/openmicroscopy/pull/2001. After review of both server and client code, remaining potential trouble spots look to be,
components/blitz/src/ome/services/blitz/gateway/services/GatewayFactory.java components/blitz/src/ome/services/blitz/repo/ManagedImportProcessI.java components/tools/OmeroPy/src/flim-omero.py
comment:6 Changed 9 years ago by jamoore
- Milestone changed from 5.x to Unscheduled
As well as looking out for client calls to createRawFileStore also note file and fileById among the repository operations.
There is also the question of if leaks in general could be tested by checking server state after the integration tests have been executed; for instance, if after each suite teardown could somehow check that no new dirty RawFileBean instances remain extant on the server.