[
https://issues.apache.org/jira/browse/THRIFT-3657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15156129#comment-15156129
]
Hudson commented on THRIFT-3657:
--------------------------------
SUCCESS: Integrated in Thrift-precommit #190 (See
[https://builds.apache.org/job/Thrift-precommit/190/])
THRIFT-3657 D TFileWriterTransport close should use non-priority send (nsuke:
[https://github.com/apache/thrift/commit/2c3edc08c292c5bb35d3a454742163b88129f9b5])
* lib/d/src/thrift/transport/file.d
> 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
>
> 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.3.4#6332)