We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2124d commit 3b32732Copy full SHA for 3b32732
1 file changed
framework/jobs/src/org/apache/cloudstack/framework/jobs/impl/AsyncJobManagerImpl.java
@@ -244,10 +244,6 @@ public List<Long> doInTransaction(TransactionStatus status) {
244
job.setStatus(jobStatus);
245
job.setResultCode(resultCode);
246
247
- // reset attached object
248
- job.setInstanceType(null);
249
- job.setInstanceId(null);
250
-
251
if (resultObject != null) {
252
job.setResult(resultObject);
253
} else {
0 commit comments