[ 
https://issues.apache.org/jira/browse/AVRO-594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Doug Cutting updated AVRO-594:
------------------------------

    Fix Version/s:     (was: 1.4.0)

Many server implementations (SocketServer, DatagramServer and NettyServer) 
extend java.lang.Thread, which has a stop() method that's marked 'final' so we 
cannot override it.  We could re-write these servers to not extend Thread, but 
that'd be a fair bit of work.  Or we might instead use a name like 'shutdown' 
if we really don't like 'close'.

> Change close() to stop() in the Server interface
> ------------------------------------------------
>
>                 Key: AVRO-594
>                 URL: https://issues.apache.org/jira/browse/AVRO-594
>             Project: Avro
>          Issue Type: Improvement
>          Components: java
>            Reporter: Jeff Hammerbacher
>
> When making a patch for AVRO-544, this odd choice of naming turned up. It 
> would be nice to have our interface consonant with Jetty's.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to