Shubhendu Tripathi has posted comments on this change.

Change subject: gluster: Removed check of async task details in volume
......................................................................


Patch Set 3:

(1 comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GetGlusterVolumeRebalanceStatusQuery.java
Line 48: 
Line 49:         // Set the volume re-balance start time
Line 50:         GlusterVolumeTaskStatusEntity entity = 
(GlusterVolumeTaskStatusEntity) returnValue.getReturnValue();
Line 51:         GlusterAsyncTask asyncTask = volume.getAsyncTask();
Line 52:         if (asyncTask != null) {
Will add the null check
Line 53:             List<Step> stepsList = 
getStepDao().getStepsByExternalId(asyncTask.getTaskId());
Line 54:             if (stepsList != null && !stepsList.isEmpty()) {
Line 55:                 entity.setStartTime(stepsList.get(0).getStartTime());
Line 56:             }


-- 
To view, visit http://gerrit.ovirt.org/19864
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I54a0f0949cfc8c2fb46bec816519449e583a6b65
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayi...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Sahina Bose <sab...@redhat.com>
Gerrit-Reviewer: Shubhendu Tripathi <shtri...@redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to