Client scanner/batch writer creators should have a fail fast check ------------------------------------------------------------------
Key: ACCUMULO-263 URL: https://issues.apache.org/jira/browse/ACCUMULO-263 Project: Accumulo Issue Type: Improvement Components: client Reporter: John Vines Assignee: Billie Rinaldi Currently connection.createScanner/createBatchWriter only throws TableotFoundException, it does no checking for quick failures. There is an efficiency hit in doing a server hit. We may want to consider keeping a zoocache on the client end for checking. It's not the most secure, but the permissions are checked server side so any attempt to subvert the security in the initial check will not change the final result. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira