Bug 1268186

Summary: [GSS](6.4.z) ManagedSocketFactory doesn't work for client sockets
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: dereed
Component: ClusteringAssignee: Enrique Gonzalez Martinez <egonzale>
Status: CLOSED DUPLICATE QA Contact: Jitka Kozana <jkudrnac>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.3CC: cdewolf, egonzale, paul.ferraro
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-10-23 02:35:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description dereed 2015-10-02 03:38:45 UTC
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.

Comment 1 dereed 2015-10-02 03:41:31 UTC
Fixing this is dependent on how BZ 1268185 is fixed.

(If the custom socket factory is removed, this won't be necessary in 6.4.z.  If BZ 1268185 fixes the socket factory so it's set correctly, this is required).

Comment 2 dereed 2015-10-23 02:35:31 UTC
The PR for BZ 1268185 makes this no longer an issue.
(the calls from ManagedSocketFactory to SocketBindingManagerImpl that trigger the issue were removed).

Comment 3 Enrique Gonzalez Martinez 2015-10-23 06:40:31 UTC
This bug is fixed with BZ 1268185 so this should be closed as duplicate.

*** This bug has been marked as a duplicate of bug 1268185 ***