Github user joshelser commented on the pull request:
https://github.com/apache/accumulo/pull/56#issuecomment-161022097
tl;dr Yes, the connection is unusable by the client, but the Accumulo code
should retry that implicitly.
Expanded: After running my hacked-together `fastHalt` code to a
TabletServer which didn't yet have its lock, I then made a call to
`authenticate`. The call to `authenticate` fails with a `TTransportException ->
IOException`. As such, `ServerClient` should implicitly catch and rerun the
operation after a brief pause -- exactly what we want it to do.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---