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
            Priority: Minor


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