You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King, III (JIRA)" <ji...@apache.org> on 2017/11/30 17:44:00 UTC

[jira] [Resolved] (THRIFT-3657) D TFileWriterTransport close should use non-priority send

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

James E. King, III resolved THRIFT-3657.
----------------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0

Committed - thanks.

> D TFileWriterTransport close should use non-priority send
> ---------------------------------------------------------
>
>                 Key: THRIFT-3657
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3657
>             Project: Thrift
>          Issue Type: Bug
>          Components: D - Library
>            Reporter: Aki Sukegawa
>            Assignee: Aki Sukegawa
>            Priority: Trivial
>             Fix For: 0.11.0
>
>
> prioritySend is used in TFileWriterTransport close method.
> A possible problem with this is that even synchronized calls that are strictly before close call can be ignored in rare occasions.
> The author has put a comment "FIXME: Should use normal send here" and there's no reason not to.
> I suspect it is a remnant of old implementation or local debug stuff.



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