You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "John Vines (JIRA)" <ji...@apache.org> on 2014/12/02 02:06:12 UTC

[jira] [Commented] (ACCUMULO-3377) BulkImporter.getAssignments provides unhelpful exception with bad file permissions

    [ https://issues.apache.org/jira/browse/ACCUMULO-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230787#comment-14230787 ] 

John Vines commented on ACCUMULO-3377:
--------------------------------------

This ticket shows the exception as well. It could have the same cause for what we saw. Very least, this exception would help.

> BulkImporter.getAssignments provides unhelpful exception with bad file permissions
> ----------------------------------------------------------------------------------
>
>                 Key: ACCUMULO-3377
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3377
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.6.0
>            Reporter: John Vines
>
> BulkImporter.getAssignments has the following code block
> {code}          try {
>             tabletsToAssignMapFileTo = findOverlappingTablets(ServerConfiguration.getSystemConfiguration(instance), fs, locator, mapFile, credentials);
>           } catch (Exception ex) {
>             log.warn("Unable to find tablets that overlap file " + mapFile.toString());
>           }
>           log.debug("Map file " + mapFile + " found to overlap " + tabletsToAssignMapFileTo.size() + " tablets");
> {code}
> In that call to find findOverlappingTablets, it is possible for an exception to occur that relates to an inability for the tserver to read the given file. Unfortunately, the exception isn't used in the log message and we provide no real feedback that the file cannot be read. We just fail it.
> I don't expect for us to magically recover, but we do need to log the exception as well to help make clear why this happened.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)