Community
Participate
Working Groups
The AbstractRepositoryTask.getTaskData() objects can be large. We should verify that these do not consume memory when a task is closed (e.g. by the ITask hanging on to the data for too long).
Investigate possibility of loading task data lazily.
AbstractRepositoryTask no longer holds task data and is rather requested upon demand. Offline refactoring (bug#160389) will address back-end lazy loading / caching of task data.