do {
// reset msgType, might have been modified in below delete session try
reqMessage.setMessageType(this.getKey());
callback = new DeleteSessionCommandCallback(request, response, responderCallback, session, statefulServer);
try {
statefulServer.deleteSession(reqMessage, callback, otiOnSCMillis
- (i * Constants.WAIT_FOR_FREE_CONNECTION_INTERVAL_MILLIS));
// no exception has been thrown - get out of wait loop
break;
} catch (ConnectionPoolBusyException ex) {
LOGGER.debug("ConnectionPoolBusyException caught in wait mec of csc delete session, tries left=" + tries);