You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Al Krinker (JIRA)" <ji...@apache.org> on 2014/03/23 20:52:42 UTC

[jira] [Assigned] (ACCUMULO-2410) TServerUtils no longer needs to catch NPE as a thrift bug workaround

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

Al Krinker reassigned ACCUMULO-2410:
------------------------------------

    Assignee: Al Krinker

> TServerUtils no longer needs to catch NPE as a thrift bug workaround
> --------------------------------------------------------------------
>
>                 Key: ACCUMULO-2410
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2410
>             Project: Accumulo
>          Issue Type: Bug
>          Components: tserver
>    Affects Versions: 1.5.1, 1.6.0
>            Reporter: Mike Drob
>            Assignee: Al Krinker
>            Priority: Minor
>              Labels: newbie
>             Fix For: 1.5.2, 1.6.1
>
>
> Since we are using thrift 0.9.0 starting with Accumulo 1.6, we should be able to clean up the following code in {{TServerUtils}}.
> {code:java}
>         try {
>           return other.process(in, out);
>         } catch (NullPointerException ex) {
>           // THRIFT-1447 - remove with thrift 0.9
>           return true;
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)