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

Hudson commented on AVRO-1297:
------------------------------

SUCCESS: Integrated in AvroJava #384 (See 
[https://builds.apache.org/job/AvroJava/384/])
AVRO-1297. NettyTransceiver: Provide overloaded close(boolean awaitCompletion)

Submitted by:jbaldassari        
Reviewed by:cutting (jbaldassari: rev 1503095)
* /avro/trunk/CHANGES.txt
* 
/avro/trunk/lang/java/ipc/src/main/java/org/apache/avro/ipc/NettyTransceiver.java

                
> 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
>             Fix For: 1.7.5
>
>         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