localLog.tracef("Server-side timeout performing operation: %s", msgFromServer);
} if (msgFromServer.contains("SuspectException")
|| msgFromServer.contains("SuspectedException")) {
// Handle both Infinispan's and JGroups' suspicions
if (isTrace)
localLog.tracef("A remote node was suspected while executing messageId=%d. " +
"Check if retry possible. Message from server: %s", params.messageId, msgFromServer);
// TODO: This will be better handled with its own status id in version 2 of protocol
throw new RemoteNodeSuspectException(msgFromServer, params.messageId, status);
} else {
localLog.errorFromServer(msgFromServer);