[
https://issues.apache.org/jira/browse/ACCUMULO-2660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13966550#comment-13966550
]
Mike Drob commented on ACCUMULO-2660:
-------------------------------------
Looking at the code, and based on the (lack of) detail present in the log
message, it looks like this is happening in {{defineTablet}}, which also
commits the sin of log-and-rethrow. The exception propagates up to
{{TabletServerLogger.write()}}... which swallows the exception on the first
attempt and tries again.
> InvocationTargetException during ContinuousIngest
> -------------------------------------------------
>
> Key: ACCUMULO-2660
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2660
> Project: Accumulo
> Issue Type: Bug
> Components: tserver
> Affects Versions: 1.6.0
> Environment: 5 tserver cluster, cdh4.5
> Reporter: Mike Drob
> Assignee: Mike Drob
> Labels: 16_qa_bug
> Fix For: 1.6.1, 1.7.0
>
>
> Two tservers logged the following message during continuous ingest, at
> different times (about 4 hours apart).
> {noformat}
> 2014-04-10 22:16:34,220 [log.DfsLogger] ERROR:
> java.lang.reflect.InvocationTargetException
> {noformat}
> The tservers continued to run, but there was no full trace even at the debug
> level.
--
This message was sent by Atlassian JIRA
(v6.2#6252)