* If this happens on a remote node however the originator will catch the exception and retry the command.
* @return
*/
private Object signalStateTransferInProgress() {
int viewId = stateTransferLock.getBlockingCacheViewId();
throw new StateTransferInProgressException(viewId, "Timed out waiting for the state transfer lock, state transfer in progress for view " + viewId);
}