Sahina Bose has posted comments on this change. Change subject: engine: Added tables for geo replication entities ......................................................................
Patch Set 6: (1 comment) http://gerrit.ovirt.org/#/c/29947/6/backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/gluster/GlusterGeoRepDaoDbFacadeImpl.java File backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dao/gluster/GlusterGeoRepDaoDbFacadeImpl.java: Line 62: @Override Line 63: public GlusterGeoRepSessionDetails mapRow(ResultSet rs, int rowNum) Line 64: throws SQLException { Line 65: GlusterGeoRepSessionDetails entity = new GlusterGeoRepSessionDetails(); Line 66: entity.setSessionId(getGuidDefaultEmpty(rs, "session_id")); > renamed it to setId in the entity patch because the BusinessEntity<Guid> re Done Line 67: entity.setMasterBrickId(getGuidDefaultEmpty(rs, "master_brick_id")); Line 68: entity.setSlaveHostName(rs.getString("slave_host_name")); Line 69: entity.setSlaveNodeUuid(getGuid(rs, "slave_host_uuid")); Line 70: entity.setStatus(GeoRepSessionStatus.valueOf(rs.getString("status"))); -- To view, visit http://gerrit.ovirt.org/29947 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I231092cfc969030e144a7ddd08187ce1c47a29db Gerrit-PatchSet: 6 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sahina Bose <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Kanagaraj M <[email protected]> Gerrit-Reviewer: Ramesh N <[email protected]> Gerrit-Reviewer: Sahina Bose <[email protected]> Gerrit-Reviewer: Shubhendu Tripathi <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: anmolbabu <[email protected]> Gerrit-Reviewer: [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
