Roy Golan has posted comments on this change. Change subject: core: VM Monitoring abstract fetching/analyzing/monitoring ......................................................................
Patch Set 20: (2 comments) http://gerrit.ovirt.org/#/c/28662/20/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java File backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java: Line 309: private void logFailureMessage(RuntimeException ex) { Line 310: log.warn( Line 311: "Failed to refresh VDS , vds = '{}' : '{}', error = '{}', continuing.", Line 312: cachedVds.getName(), Line 313: cachedVds.getId()); > this is still wrong, please look how it was in master: Done Line 314: log.error("Exception", ex.getMessage()); Line 315: } Line 316: Line 317: private static void logException(final RuntimeException ex) { Line 310: log.warn( Line 311: "Failed to refresh VDS , vds = '{}' : '{}', error = '{}', continuing.", Line 312: cachedVds.getName(), Line 313: cachedVds.getId()); Line 314: log.error("Exception", ex.getMessage()); > now this is wrong, should be just ex Done Line 315: } Line 316: Line 317: private static void logException(final RuntimeException ex) { Line 318: log.error("ResourceManager::refreshVdsRunTimeInfo", ex); -- To view, visit http://gerrit.ovirt.org/28662 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I1adf0a95007140e89b080b5160ba93e340ee3ba6 Gerrit-PatchSet: 20 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Roy Golan <[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
