.toByteArray();
EntityGroupSpecifierType type = req.getEntityGroup().getType();
final byte[] destServerName = (req.hasDestServerName()) ? Bytes
.toBytes(ProtobufUtil.toServerName(req.getDestServerName())
.getServerName()) : null;
MoveEntityGroupResponse megr = MoveEntityGroupResponse.newBuilder().build();
if (type != EntityGroupSpecifierType.ENCODED_ENTITYGROUP_NAME) {
LOG.warn("moveEntityGroup specifier type: expected: "
+ EntityGroupSpecifierType.ENCODED_ENTITYGROUP_NAME + " actual: "
+ type);