Kanagaraj M 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) {
null check should done for asyncTask.getTaskId() as well
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 <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Shubhendu Tripathi <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches