[
https://issues.apache.org/jira/browse/THRIFT-3422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15005383#comment-15005383
]
Hudson commented on THRIFT-3422:
--------------------------------
SUCCESS: Integrated in Thrift #1724 (See
[https://builds.apache.org/job/Thrift/1724/])
THRIFT-3422 Fixed Go's TServerSocket not closing socket on Interrupt. (jensg:
rev a6b120301a05ef6bfb77d5bd7df1784b78339a09)
* lib/go/thrift/server_socket_test.go
* lib/go/thrift/server_socket.go
> Go TServerSocket doesn't close on Interrupt
> -------------------------------------------
>
> Key: THRIFT-3422
> URL: https://issues.apache.org/jira/browse/THRIFT-3422
> Project: Thrift
> Issue Type: Bug
> Components: Go - Library
> Affects Versions: 0.9.3
> Reporter: Mark Sonnabaum
> Assignee: Jens Geyer
> Fix For: 1.0
>
>
> When using the Go version of TSimpleServer with a TServerSocket, I expected
> that calling Stop() would close the socket, but it does not. I discovered
> this in my test suite when I had to assign new port numbers to each test
> because otherwise they would fail to rebind.
> TSimpleServer.Stop calls TServerSocket.Interrupt, which is where I believe
> the issue lies. The java version's interrupt method calls close, so this
> seems to be the expected behavior.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)