Ticket #11373 (assigned)
FacilityInfo: delete getRemoteJobManager and rearrange RemoteJob related stuff
Reported by: | Federico M Pouzols | Owned by: | Federico M Pouzols |
---|---|---|---|
Priority: | major | Milestone: | Release 3.5 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | #11124, #11126 | |
Blocking: | Tester: |
Description (last modified by Federico M Pouzols) (diff)
getRemoteJobManager() is superseded by the RemoteJobManagerFactory (#11124).
When the remote algorithms are reorganized (#11126), FacilityInfo::getRemoteJobManager should not be needed any longer, and in general (I)RemoteJobManager should not be used in FacilityInfo.
Note: in #11126, rather than revamping the v1 remote algorithms breaking backwards compatibility, new version 2 remote algorithms have been introduced. Versions 1 still use getRemoteJobManager() and related chunks of code in FacilityInfo. So this ticket has to wait until the version 1 remove algorithms are removed (for which we could create a new ticket, or we could do it as part of this ticket).