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

Hudson commented on THRIFT-1502:
--------------------------------

Integrated in Thrift #398 (See [https://builds.apache.org/job/Thrift/398/])
    Thrift-1502:TSimpleServer::serve(): Do not print out error message if 
server was stopped.
Client: cpp
Patch: Vibhav Sreekanti

Print msg on TSimpleServer stop.

                
> TSimpleServer::serve(): Do not print out error message if server was stopped.
> -----------------------------------------------------------------------------
>
>                 Key: THRIFT-1502
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1502
>             Project: Thrift
>          Issue Type: Bug
>          Components: C++ - Library
>    Affects Versions: 0.8
>            Reporter: Vibhav Sreekanti
>            Assignee: Jake Farrell
>            Priority: Minor
>              Labels: patch
>             Fix For: 0.9
>
>         Attachments: THRIFT-1502.patch
>
>
> Currently, the following error message is displayed upon calling 
> TSimpleServer::stop():
>     "TServerTransport died on accept: TTransportException: Interrupted"
> The message originates from TSimpleServer::serve(). This message should not 
> be displayed if the server came to a clean stop. I've provided a patch to fix 
> this. This small fix is taken from the other servers, such as 
> TThreadedServer, which do not have this issue. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to