You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2017/02/20 10:58:19 UTC

[3/4] git commit: updated refs/heads/master to 248c3f7

Merge pull request #1847 from anshul1886/CLOUDSTACK-9691

CLOUDSTACK-9691: Fixed unhandeled excetion in list snapshot command when a primary store is deleted related to it@mike-tutkowski After support for snapshots on solidifire there are many places which are prone to these NullPointer exceptions resulting in various issues. Root cause for these issues is that we get the primary storage associated with snapshot and then figure out how to handle but if that store is deleted then it results in NullPointer exceptions. Without solidfire we don't need to access primary storage.

Should we handle that as issues are found or could there be other way to fix all of these issues?

* pr/1847:
  CLOUDSTACK-9691: Added test list_snapshots_with_removed_data_store
  CLOUDSTACK-9691: Fixed unhandeled excetion in list snapshot command when a primary store is deleted related to it

Signed-off-by: Rajani Karuturi <ra...@accelerite.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e860249e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e860249e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e860249e

Branch: refs/heads/master
Commit: e860249e4f0cfc8b93b46f870efa2eeace8bb703
Parents: 6dced70 3caedb9
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Mon Feb 20 16:25:15 2017 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Mon Feb 20 16:25:15 2017 +0530

----------------------------------------------------------------------
 server/src/com/cloud/api/ApiResponseHelper.java |   3 +
 test/integration/smoke/test_snapshots.py        | 139 ++++++++++++++++++-
 2 files changed, 139 insertions(+), 3 deletions(-)
----------------------------------------------------------------------