anmolbabu has posted comments on this change.

Change subject: webadmin : rebalance status and stop linking
......................................................................


Patch Set 13:

(2 comments)

Modified to query explicitly from frontend for status after stopping

....................................................
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/volumes/VolumeListModel.java
Line 529: 
Line 530:         Frontend.RunAction(VdcActionType.StopRebalanceGlusterVolume, 
param, new IFrontendActionAsyncCallback() {
Line 531: 
Line 532:             @Override
Line 533:             public void executed(FrontendActionAsyncResult result) {
In this executed method on entering into this itself it throws 
invocationtargetexception :
00:02:09.978 [ERROR] Fri Sep 27 16:44:31 IST 2013 
org.ovirt.engine.ui.frontend.Frontend SEVERE: Failed to execute RunAction: 
com.google.gwt.user.client.rpc.SerializationException: 
java.lang.reflect.InvocationTargetException
com.google.gwt.user.client.rpc.SerializationException: 
java.lang.reflect.InvocationTargetException
Line 534:                 ConfirmationModel localModel = (ConfirmationModel) 
getConfirmWindow();
Line 535:                 localModel.stopProgress();
Line 536:                 setConfirmWindow(null);
Line 537:                 //if(result.getReturnValue().getSucceeded()) {


Line 533:             public void executed(FrontendActionAsyncResult result) {
Line 534:                 ConfirmationModel localModel = (ConfirmationModel) 
getConfirmWindow();
Line 535:                 localModel.stopProgress();
Line 536:                 setConfirmWindow(null);
Line 537:                 //if(result.getReturnValue().getSucceeded()) {
result has null values for both getsucceeded and state as well
Line 538:                     showRebalanceStatus();
Line 539:                 //}
Line 540:             }
Line 541:         });


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Id7a291e23f347e5f42a9334bd45d831938c6f5a7
Gerrit-PatchSet: 13
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: anmolbabu <[email protected]>
Gerrit-Reviewer: Kanagaraj M <[email protected]>
Gerrit-Reviewer: anmolbabu <[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

Reply via email to