ACCUMULO-4065 Work around TExceptions being written back to clients in oneway methods.

Oneway methods must not throw a TException, otherwise Thrift sends a message back to
the client which causes problems for the client which next uses that connection (and
finds a message still sitting on the "wire").

Closes apache/accumulo#56
1 file changed
tree: d1e474564fdd123858084ad0a93da98f3e898276
  1. examples/
  2. src/
  3. .gitignore
  4. pom.xml
  5. proxy.properties
  6. README