Logging.logMessage(Logging.LEVEL_DEBUG, this, "ReplicateOperation:" +
" received %s", le.toString());
rqMan.enqueueOperation(new Object[]{ lsn, le });
rq.sendSuccess(ErrorCodeResponse.getDefaultInstance());
} catch (Exception e) {
if (le!=null) le.free();
rq.sendSuccess(ErrorCodeResponse.newBuilder().setErrorCode(ErrorCode.BUSY).build());
}
}
}