@Override
 public void startReconfiguration() throws IOException {
   try {
     rpcProxy.startReconfiguration(NULL_CONTROLLER, VOID_START_RECONFIG);
   } catch (ServiceException e) {
     throw ProtobufHelper.getRemoteException(e);
   }
 }