File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ [v7r2p35]
2
+
3
+ *TransformationSystem
4
+ FIX: (#5624) TransformationCleaningAgent 'deletes', do not 'remove' jobs
5
+ FIX: (#5598) fix bug in TransformationCleaningAgent, that was NOT removing jobs but
6
+ only deleting them
7
+
8
+ *WorkloadManagementSystem
9
+ FIX: (#5598) removing jobs instead of deleting them when bulk submission fails
10
+
11
+ *ConfigurationSystem
12
+ FIX: (#5592) ServiceInterface.py - use ThreadPoolExecutor instead of ThreadPool to avoid
13
+ thread leaks in the ConfigurationServer
14
+
1
15
[v7r2p34]
2
16
3
17
*WorkloadManagement
Original file line number Diff line number Diff line change 105
105
else :
106
106
majorVersion = 7
107
107
minorVersion = 2
108
- patchLevel = 34
108
+ patchLevel = 35
109
109
preVersion = 0
110
110
111
111
version = "v%sr%s" % (majorVersion , minorVersion )
You can’t perform that action at this time.
0 commit comments