You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Christopher Tubbs (Jira)" <ji...@apache.org> on 2021/06/11 16:20:00 UTC

[jira] [Resolved] (ACCUMULO-263) Client scanner/batch writer creators should have a fail fast check

     [ https://issues.apache.org/jira/browse/ACCUMULO-263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Tubbs resolved ACCUMULO-263.
----------------------------------------
    Resolution: Not A Problem

Closing based on last comment. If there is still an interest in fast-failure client side for something, please file a new issue or PR at https://github.com/apache/accumulo

> 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
>            Priority: Major
>
> 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 was sent by Atlassian Jira
(v8.3.4#803005)