| Summary: | http-binding performance drop with SWITCHYARD-2047 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | ppecka <ppecka> | ||||||
| Component: | SwitchYard | Assignee: | Pavel Macik <pmacik> | ||||||
| Status: | NEW --- | QA Contact: | Pavel Macik <pmacik> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 6.0.0 | CC: | pmacik, soa-p-jira, tcunning | ||||||
| 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: | Type: | Bug | |||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 1137813 [details]
jprofiler data
Copying from email thread : https://github.com/jboss-switchyard/core/pull/616 (the most likely suspect, as it introduces org.switchyard.security.jboss.credential.extractor.JBossServletRequestCredentialExtractor). This is a new class in p12, and represents functionality that was requested by LBank (https://bugzilla.redhat.com/show_bug.cgi?id=1247347). The specific issue here is : https://issues.jboss.org/browse/SWITCHYARD-2047 The other less likely option is : https://github.com/jboss-switchyard/switchyard/pull/10/files : Not sure if there is a large X509 Certificate attached to these requests, if there is, this might be the culprit. Do these scenarios have a lot of role-based data associated with them? Do we see these regressions if SSO isn't set up? Is there a X509 Certificate associated with the request that's being copied? |
Created attachment 1137812 [details] reproducer Description of problem: Performance tests with Rollup patch FSW_6.0_2_2015 shows 60% performance drop on http-binding. The issue was most likely introduced with PR SWITCHYARD-2047. Actual results: 60% performance drop compared to 600GA Expected results: insignificant performance drop or better then GA Additional info: for more info ask pmacik