} finally {
ThriftUtil.returnClient((TServiceClient) client);
}
} catch (TApplicationException tae) {
throw new AccumuloServerException(tl.tablet_location, tae);
} catch (TTransportException e) {
tabLocator.invalidateCache(tl.tablet_location);
continue;
} catch (ThriftSecurityException e) {
throw new AccumuloSecurityException(e.user, e.code, e);