Skip to content

Commit 3b32732

Browse files
committed
CLOUDSTACK-7162:queryAsyncJobResult api does not return jobinstanceid.
1 parent 1d2124d commit 3b32732

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

framework/jobs/src/org/apache/cloudstack/framework/jobs/impl/AsyncJobManagerImpl.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ public List<Long> doInTransaction(TransactionStatus status) {
244244
job.setStatus(jobStatus);
245245
job.setResultCode(resultCode);
246246

247-
// reset attached object
248-
job.setInstanceType(null);
249-
job.setInstanceId(null);
250-
251247
if (resultObject != null) {
252248
job.setResult(resultObject);
253249
} else {

0 commit comments

Comments
 (0)