"Failed to create message handler for " + message.getMsgId() + ", exception: " + e;
_statusUpdateUtil.logError(message, HelixStateMachineEngine.class, e, error, accessor);
message.setMsgState(MessageState.UNPROCESSABLE);
accessor.removeProperty(message.getKey(keyBuilder, instanceName));
LOG.error("Message cannot be processed: " + message.getRecord(), e);
continue;
}