Bug 1280235
Summary: | [GSS](6.4.z) ManagedDatagramSocketBinding.close throws NPE | ||
---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Ladislav Thon <lthon> |
Component: | Domain Management | Assignee: | Enrique Gonzalez Martinez <egonzale> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ladislav Thon <lthon> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.4.5 | CC: | aogburn, bmaxwell, brian.stansberry, dandread, dereed, dosoudil, egonzale, fgavrilo, mcada, philfest, pkremens |
Target Milestone: | CR1 | Keywords: | Regression |
Target Release: | EAP 6.4.10 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-01-17 12:58:33 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1339868 |
Description
Ladislav Thon
2015-11-11 10:02:01 UTC
Turns out that with EAP 6.4.4, the procedure described in comment 0 works just fine. Even though both cluster nodes are configured to have a port collision, one of them somehow magically increments a port number by 1. Weird. (In reply to Ladislav Thon from comment #2) > Turns out that with EAP 6.4.4, the procedure described in comment 0 works > just fine. Even though both cluster nodes are configured to have a port > collision, one of them somehow magically increments a port number by 1. > Weird. Magic is probably from this: https://github.com/belaban/JGroups/blob/master/src/org/jgroups/protocols/UDP.java#L490 Looks like the default port_range is 50. If set to 0 the magic won't happen. Thanks Brian. I wonder why the same doesn't happen on 6.4.5.CP.CR2... Jiri Pallich <jpallich> updated the status of jira JBEAP-1870 to Closed Verified with EAP 6.4.10.CP.CR2 Retroactively bulk-closing issues from released EAP 6.4 cummulative patches. |