Opened 8 years ago
Closed 8 years ago
#2005 closed enhancement (done)
Add Unload Jobs in the Hive Job Manager
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Hive.Client | Version: | 3.3.8 |
Keywords: | Cc: |
Description
It should be possible to unload jobs in the Job Manager so that the memory of the job is freed and new jobs can be downloaded without closing the whole application.
Change History (25)
comment:1 Changed 8 years ago by ascheibe
- Status changed from new to accepted
- Type changed from defect to enhancement
comment:2 Changed 8 years ago by ascheibe
comment:3 Changed 8 years ago by ascheibe
- renamed some events and methods
- fixed some memory leaks
comment:4 Changed 8 years ago by ascheibe
r9170 fixed handling of unobservable exceptions
comment:5 Changed 8 years ago by ascheibe
- fixed naming of event handlers that were forgotten when the naming from experiment to job was changed
- fixed some more memory leaks
comment:6 Changed 8 years ago by ascheibe
r9174 fixed memory leaks in GraphVisualization and Docking
comment:7 Changed 8 years ago by ascheibe
comment:8 Changed 8 years ago by ascheibe
r9184 merged changes from trunk into branch
comment:9 Changed 8 years ago by ascheibe
r9187 merged changes from trunk into branch
comment:10 Changed 8 years ago by ascheibe
r9188 implemented unloading of jobs
comment:11 Changed 8 years ago by ascheibe
r9193 simplified refreshing of jobs in the Hive client as this isn't needed anymore
comment:12 Changed 8 years ago by ascheibe
r9201 merged changes from trunk into branch
comment:13 Changed 8 years ago by ascheibe
- add repeating of failed tasks and task datas
- added an additional ws method that loads lightweight tasks without the statelogs
comment:14 Changed 8 years ago by ascheibe
r9219 merged Hive Job Unloading branch into trunk
comment:15 Changed 8 years ago by ascheibe
r9220 deleted job unloading branch
comment:16 Changed 8 years ago by ascheibe
r9221 added missing cloning constructors
comment:17 Changed 8 years ago by ascheibe
r9222 allow to quit the job manager even if there are up- or downloads in progress
comment:18 Changed 8 years ago by ascheibe
r9224 fixed a small bug that occurred when closing the optimizer with an open hive job manager
comment:19 Changed 8 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from accepted to reviewing
comment:20 Changed 8 years ago by ascheibe
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.8
- Version changed from branch to 3.3.7
comment:21 Changed 8 years ago by ascheibe
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to assigned
comment:22 Changed 8 years ago by ascheibe
r9230 properly implemented closing of the hive job manager
comment:23 Changed 8 years ago by ascheibe
- Owner changed from ascheibe to mkommend
- Status changed from assigned to reviewing
comment:24 Changed 8 years ago by mkommend
- Owner changed from mkommend to ascheibe
- Status changed from reviewing to readytorelease
comment:25 Changed 8 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
r9168 created branch