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

ASF subversion and git services commented on AVRO-1297:
-------------------------------------------------------

Commit 1503095 from [email protected] in branch 'avro/trunk'
[ https://svn.apache.org/r1503095 ]

AVRO-1297. NettyTransceiver: Provide overloaded close(boolean awaitCompletion)

Submitted by:jbaldassari        
Reviewed by:cutting
                
> NettyTransceiver: Provide overloaded close(boolean awaitCompletion)
> -------------------------------------------------------------------
>
>                 Key: AVRO-1297
>                 URL: https://issues.apache.org/jira/browse/AVRO-1297
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.4
>            Reporter: James Baldassari
>            Assignee: James Baldassari
>              Labels: ipc, netty
>         Attachments: AVRO-1297.patch
>
>
> In some cases clients may wish to close a NettyTransceiver without waiting 
> for the close operation to complete, such as when the client knows that the 
> server is dead.  There should be an overloaded version of the {{close()}} 
> method that takes the {{awaitCompletion}} flag and passes it to 
> {{disconnect(boolean,boolean,Throwable)}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to