[
https://issues.apache.org/jira/browse/ARIES-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18084407#comment-18084407
]
ASF subversion and git services commented on ARIES-2228:
--------------------------------------------------------
Commit 41b1bbdc96d4bf06b65f12fdabd545f8e53e61e7 in aries-rsa's branch
refs/heads/master from Amichai Rothman
[ https://gitbox.apache.org/repos/asf?p=aries-rsa.git;h=41b1bbdc ]
ARIES-2228 Fix FastBinProvider socket not closed on shutdown
> Fix FastBinProvider socket not closed on shutdown
> -------------------------------------------------
>
> Key: ARIES-2228
> URL: https://issues.apache.org/jira/browse/ARIES-2228
> Project: Aries
> Issue Type: Task
> Components: Remote Service Admin
> Affects Versions: rsa-1.16.1
> Reporter: Amichai Rothman
> Priority: Major
>
> The FastBinProvider server socket sometimes isn't closed on shutdown, so e.g.
> restarting it fails due to "address already in use" errors. This seems
> related to it using hawtdispatch, causing a race condition on shutdown - by
> the time the fastbin provider reaches the socket closing code, the
> hawtdispatch queues may already be shut down causing the async client close
> to throw an exception and the server close code to never execute.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)