[jboss-jira] [JBoss JIRA] (WFCORE-1029) ManagedSocketFactory doesn't work for client sockets

Brian Stansberry (JIRA) issues at jboss.org
Wed Nov 11 15:29:00 EST 2015


    [ https://issues.jboss.org/browse/WFCORE-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13127961#comment-13127961 ] 

Brian Stansberry commented on WFCORE-1029:
------------------------------------------

I've linked a PR that moves away from using InetSocketAddress as the map key, eliminating the need for sockets to be bound when registration/deregistration occurs.

> ManagedSocketFactory doesn't work for client sockets
> ----------------------------------------------------
>
>                 Key: WFCORE-1029
>                 URL: https://issues.jboss.org/browse/WFCORE-1029
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 2.0.0.CR5
>            Reporter: Dennis Reed
>             Fix For: 3.0.0.Alpha1
>
>
> SocketBindingManagerImpl does not work with client sockets.
> It adds sockets to a map based on local address.  Client sockets that have not been bound yet do not have a local address.
> This breaks the JGroups subsystem's ManagedSocketFactory, which uses SocketBindingManagerImpl for both server and client sockets.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list