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 2017/06/13 02:18:00 UTC

[jira] [Reopened] (ACCUMULO-4619) Add splits hung forever

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

Christopher Tubbs reopened ACCUMULO-4619:
-----------------------------------------

Reopening to fix LargeSplitRowIT. The current fix does not properly retain the AccumuloServerException type, instead converting it to a generic AccumuloException.

> Add splits hung forever
> -----------------------
>
>                 Key: ACCUMULO-4619
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4619
>             Project: Accumulo
>          Issue Type: Bug
>    Affects Versions: 1.7.3, 1.8.1
>            Reporter: Keith Turner
>            Assignee: Keith Turner
>             Fix For: 1.7.4, 1.8.2, 2.0.0
>
>          Time Spent: 3h 50m
>  Remaining Estimate: 0h
>
> I ran into a problem where addsplits was hanging forever and no errors were printed by Accumulo even when I set the log level to trace.  I finally figured out the problem was that I had the wrong version of thrift on the classpath (0.9.1 vs 0.9.3).  Accumulo 1.8.1 was trying to use a method that did not exist in thrift 0.9.1 :(  
> This missing method caused a NoSuchMethodError to be thrown.  The Accumulo split code only caught Exception and therefore did not handle this.  Also nothing was printed for this.   
> The split code should be fixed to not silently drop errors.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)