Bug 1166383
Summary: | JBoss Remoting SSL transport fails when performing streaming due to stale connections | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> | ||||
Component: | Communications Subsystem | Assignee: | John Mazzitelli <mazz> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | JON 3.2 | CC: | fbrychta, gbonocor, miburman, mmahoney | ||||
Target Milestone: | ER01 | Keywords: | Regression | ||||
Target Release: | JON 3.3.1 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1175851 (view as bug list) | Environment: | |||||
Last Closed: | 2015-02-27 19:58:13 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: | 1176183 | ||||||
Bug Blocks: | 1175851 | ||||||
Attachments: |
|
Description
Larry O'Leary
2014-11-20 22:44:08 UTC
Created attachment 959926 [details]
patch to add new transport param
attaching patch that should fix this. Have not done replication procedures to test, but I have run normally (using non-secure endpoints in server and agent) and it worked. So at least the defaults didn't break anything. Also added two unit-tests to make sure the transport params get this new param added properly if it wasn't specified by the user already.
Mazz, I built your patch and tested it locally with the reproducer steps mentioned above and this seems to resolve the issue. I also tested overriding the value (i.e. setting it to false) and that too works as expected. Thank you very much. I would say this should be good to get into master and queued up for a cherry-pick into JBoss ON 3.3.1 when we are ready. committed to master branch: commit 2a2ffa4dc443f0064365e7ef56deee4b9e3c688d Author: John Mazzitelli <mazz> Date: Fri Nov 21 19:07:43 2014 -0500 BZ 1166383 - ensure a transport param is added to the remoting locator URL Hello, there is any possibility to get this fix in JON 3.2 ? The fix for this is already available for 3.2 by applying the configuration update mentioned in the solution 511833[1]. If you need further assistance, please contact Red Hat Global Support Services. [1]: https://access.redhat.com/solutions/511833 Cherry-picked to release/jon3.3.x: commit 9ae3875a38f4b70bb3ecf04413c81a87609fb2dc Author: John Mazzitelli <mazz> Date: Fri Nov 21 19:07:43 2014 -0500 BZ 1166383 - ensure a transport param is added to the remoting locator URL (cherry picked from commit 2a2ffa4dc443f0064365e7ef56deee4b9e3c688d) Conflicts: modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java To verify, in addition to the steps listed in comment 0, confirm that the generalizeSocketException=true parameter appears in the agent's end-point address under the agent topology page. (Administration -> Topology > Agents >> view agent details and verify Remote Endpoint contains generalizeSocketException=true) Moving this to ON_QA as this was in ER01 and ready for verification. |