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/02/05 04:52:41 UTC

[jira] [Commented] (ACCUMULO-4551) Update to thrift-0.10.0

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

Christopher Tubbs commented on ACCUMULO-4551:
---------------------------------------------

Biggest annoyance with this one is that they cleaned up a lot of the compiler warnings by removing imports, and using fully-qualified class names. The side-effect is that the suppression of the "unused" warnings were no longer necessary on some, but not all, classes. And... they've added that warnings suppression to all classes. So now, Eclipse compiler shows "unnecessary warnings suppression" for "unused" on half the classes, and if I process the classes to strip that suppression out, we get "unused" warnings.

> Update to thrift-0.10.0
> -----------------------
>
>                 Key: ACCUMULO-4551
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-4551
>             Project: Accumulo
>          Issue Type: Improvement
>            Reporter: Christopher Tubbs
>            Assignee: Christopher Tubbs
>             Fix For: 2.0.0
>
>
> Thrift just released 0.10.0, so we should update to that, for the 2.0.0 branch. It shouldn't have much impact on us (I'll test it out), but it'd be good for future-proofing the 2.0.x releases against later thrift bugfixes.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)