Yair Zaslavsky has posted comments on this change.

Change subject: core: Remove usage of ExceptionUtils.getMessage
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/34668/1/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/Backend.java:

Line 158:                 log.debug("Exception", ex);
Line 159:                 try {
Line 160:                     Thread.sleep(waitBetweenInterval);
Line 161:                 } catch (InterruptedException e) {
Line 162:                     log.warn("Failed to wait between connection 
polling attempts", e);
> IMHO it's important to have stacktrace logged always, because message won't
I agree with Martin here.
Line 163:                 }
Line 164:             }
Line 165: 
Line 166:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I113d01c167397456c0cc7b12a112971e482cf56d
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Martin Peřina <mper...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
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