Hi,
Please find the latest report on new defect(s) introduced to cloudstack found
with Coverity Scan.
1 new defect(s) introduced to cloudstack found with Coverity Scan.
2 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent
build analyzed by Coverity Scan.
New defect(s) Reported-by: Coverity Scan
Showing 1 of 1 defect(s)
** CID 1267242: REC: RuntimeException capture (FB.REC_CATCH_EXCEPTION)
/plugins/storage/volume/solidfire/src/org/apache/cloudstack/storage/datastore/driver/SolidFirePrimaryDataStoreDriver.java:
575 in
org.apache.cloudstack.storage.datastore.driver.SolidFirePrimaryDataStoreDriver.takeSnapshot(org.apache.cloudstack.engine.subsystem.api.storage.SnapshotInfo,
org.apache.cloudstack.framework.async.AsyncCompletionCallback)()
________________________________________________________________________________________________________
*** CID 1267242: REC: RuntimeException capture (FB.REC_CATCH_EXCEPTION)
/plugins/storage/volume/solidfire/src/org/apache/cloudstack/storage/datastore/driver/SolidFirePrimaryDataStoreDriver.java:
575 in
org.apache.cloudstack.storage.datastore.driver.SolidFirePrimaryDataStoreDriver.takeSnapshot(org.apache.cloudstack.engine.subsystem.api.storage.SnapshotInfo,
org.apache.cloudstack.framework.async.AsyncCompletionCallback)()
569 CreateObjectAnswer createObjectAnswer = new
CreateObjectAnswer(snapshotObjectTo);
570
571 result = new CreateCmdResult(null, createObjectAnswer);
572
573 result.setResult(null);
574 }
>>> CID 1267242: REC: RuntimeException capture (FB.REC_CATCH_EXCEPTION)
>>> Catching RuntimeExceptions, perhaps unintentionally, with a catch block
>>> for Exception
575 catch (Exception ex) {
576 s_logger.debug(SolidFireUtil.LOG_PREFIX + "Failed to take
CloudStack snapshot: " + snapshotInfo.getId(), ex);
577
578 result = new CreateCmdResult(null, new
CreateObjectAnswer(ex.toString()));
579
580 result.setResult(ex.toString());
________________________________________________________________________________________________________
To view the defects in Coverity Scan visit,
https://scan.coverity.com/projects/943?tab=overview
To manage Coverity Scan email notifications for "[email protected]",
click
https://scan.coverity.com/subscriptions/edit?email=dev%40cloudstack.apache.org&token=494aabd5ba647999fa41b6d766646231
.