if (configurationContext.
getPropertyNonReplicable(ClusteringConstants.CLUSTER_INITIALIZED) == null) {
return;
}
command.execute(configurationContext);
GetStateResponseCommand getStateRespCmd = new GetStateResponseCommand();
getStateRespCmd.setCommands(((GetStateCommand) command).getCommands());
channelSender.sendToMember(getStateRespCmd, sender);
} else if (command instanceof GetConfigurationCommand) {
// If a GetConfigurationCommand is received by a node which has not yet initialized
// this node cannot send a response to the state requester. So we simply return.