Bug 1131686
Summary: | [GSS] (6.3.z) Server side RemotingOptions don't seem to be applied | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Brad Maxwell <bmaxwell> | ||||
Component: | Remoting | Assignee: | baranowb <bbaranow> | ||||
Status: | CLOSED WONTFIX | QA Contact: | Jitka Kozana <jkudrnac> | ||||
Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> | ||||
Priority: | unspecified | ||||||
Version: | 6.2.0 | CC: | bbaranow, bmaxwell, cdewolf, csutherl, david.lloyd, istudens, jawilson, jkudrnac, lthon, myarboro, oarribas, rdickens | ||||
Target Milestone: | --- | Keywords: | Triaged | ||||
Target Release: | EAP 6.3.3 | ||||||
Hardware: | x86_64 | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | 1108932 | Environment: | |||||
Last Closed: | 2014-12-09 12:09:20 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: | 1108932 | ||||||
Bug Blocks: | 1151405 | ||||||
Attachments: |
|
Comment 4
Ladislav Thon
2014-09-02 10:58:50 UTC
I can't reproduce this not being fixed. :-) Maybe Brad or Coty might be a better one to ask? You are probably just setting the option in the wrong place (or not bundling the JAR correctly or something), I guess. Thanks, David. Coty, could you please provide a reproducer (that shows that it's fixed)? I tried, but I still see the bug. Created attachment 933898 [details]
Small reproducer to demonstrate the buffer changes.
I put a readme in there with instructions on how to run it. Its just a helloWorld EAR deployed and then call from a client. Both ends buffer sizes have been configured to 65k. I ran this on EAP 6.2.0 OOB and saw that the changes did not apply. After I applied the patch (also provided), then I am able to set the buffer sizes.
Coty, thanks for your reproducer. It confirmed that I'm not doing anything wrong -- I'm able to verify the fix with EAP 6.2.0 and your patched Remoting JAR, using both your reproducer and my own (they are conceptually the same). However, I'm _not_ able to verify the fix with EAP 6.3.1.CR1. Either the Remoting JAR in 6.3.1.CR1 doesn't contain the fix, or the Remoting subsystem in EAP has changed since 6.2.0 so that patching Remoting itself is not enough. Or something else, not sure. Anyway, FailedQA and current status ASSIGNED are correct from my POV. |