@Override
 public Response processRecoverTransactions(TransactionInfo info) throws Exception {
   Set<SessionId> sIds = state.getSessionIds();
   TransactionId[] recovered = protocolManager.recoverTransactions(sIds);
   return new DataArrayResponse(recovered);
 }