Moti Asayag has posted comments on this change.

Change subject: gluster: Make set option a step of create volume
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/CreateGlusterVolumeCommand.java
Line 61:         if (jobProperties == null) {
Line 62:             jobProperties = super.getJobMessageProperties();
Line 63:         }
Line 64: 
Line 65:         jobProperties.put(GlusterConstants.VOLUME, volume.getName());
with this implementation you'll perform this action (put) each time 
getJobMessageProperties() is being called.

There is no good reason to initialize or modify the jobProperties more than 
once.

See [1] for example:

 
http://gerrit.ovirt.org/#/c/10988/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/gluster/GlusterVolumeCommandBase.java
Line 66:         return jobProperties;
Line 67:     }
Line 68: 
Line 69:     @Override


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie0f22e9862584f1a616fcc01e8a80b7d5a5ffc78
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shireesh Anjal <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Shireesh Anjal <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to