Moti Asayag has posted comments on this change.

Change subject: core: Add the root cause message
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerCommand.java
Line 97:                         ExceptionUtils.getRootCauseMessage(ex));
No, the path adds a field to the existing message as the general message says 
nothing about the root cause:

Before the patch:
2012-01-24 10:17:57,072 ERROR 
[org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] 
(QuartzScheduler_Worker-42) XML RPC error in command GetCapabilitiesVDS ( Vds: 
mars-vdsa ), the error was: java.util.concurrent.ExecutionException: 
java.lang.reflect.InvocationTargetException

after the patch:
2012-01-24 10:35:32,484 ERROR 
[org.ovirt.engine.core.vdsbroker.vdsbroker.VdsBrokerCommand] 
(QuartzScheduler_Worker-92) XML RPC error in command GetCapabilitiesVDS ( Vds: 
mars-vdsa ), the error was: java.util.concurrent.ExecutionException: 
java.lang.reflect.InvocationTargetException, SocketException: Connection reset

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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibd81c58b462dba8e382ad64d9b072d1da2a76e28
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to