if (matcher.group(2) != null) {
sessionParams.setShard(matcher.group(2));
}
sessionInfo = sqlQueryBlockingInterface
.getSessionId(rpcControllerProvider.get(), sessionParams.build());
}
} catch (ServiceException e) {
throw VtoccSqlExceptionFactory.getSqlException(e);
}
}