*/
void processEntityGroupsInTransition(
final EntityGroupTransaction egTransition,
final EntityGroupInfo entityGroupInfo, int expectedVersion)
throws KeeperException {
EventType et = egTransition.getEventType();
// Get ServerName. Could not be null.
ServerName sn = egTransition.getServerName();
String encodedEntityGroupName = entityGroupInfo.getEncodedName();
LOG.info("Processing entityGroup "
+ entityGroupInfo.getEntityGroupNameAsString() + " in state " + et);