[JBoss JIRA] (WFLY-5835) Mean response times in soak test exceed 1000 milliseconds
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-5835?page=com.atlassian.jira.plugin.... ]
Radoslav Husar commented on WFLY-5835:
--------------------------------------
Great news, I think we can increase the load in these tests now.
> Mean response times in soak test exceed 1000 milliseconds
> ---------------------------------------------------------
>
> Key: WFLY-5835
> URL: https://issues.jboss.org/browse/WFLY-5835
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.0.0.CR4
> Reporter: Michal Vinkler
> Assignee: Paul Ferraro
>
> The responses in soak test reach really high values (hundreds of ms) compared to EAP 6 (max 10 ms). Also number of unhealthy samples (samples which arrive later than in 3 seconds) is really high in EAP7 run compared to 0 unhealthy samples in EAP6 run.
> EAP7 run also logs few sampling errors in almost each iteration, EAP6 did not.
> Compare these results:
> EAP7: [performance.txt|http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7...]
> (example:
> response min: 0 ms, mean: 965 ms, max: 16034 ms, sampling errors: 5, unhealthy samples: 86209)
> EAP6: [performance.txt|http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-6...]
> (example:
> response min: 0 ms, mean: 6 ms, max: 1053 ms, sampling errors: 0, unhealthy samples: 0)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-5618) HTTP Authentication Basic header is case sensitive
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-5618?page=com.atlassian.jira.plugin.... ]
Stuart Douglas commented on WFLY-5618:
--------------------------------------
Will be resolved once Undertow 1.3.17.Final makes its way in WF
> HTTP Authentication Basic header is case sensitive
> --------------------------------------------------
>
> Key: WFLY-5618
> URL: https://issues.jboss.org/browse/WFLY-5618
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 9.0.2.Final
> Environment: Wildfly 9.0.1.Final.
> Reporter: Karl Nicholas
> Assignee: Stuart Douglas
> Labels: authorization, http, security-constraint
>
> I wrote client code to login to a rest service with security-constraint. The client code must use an HTTP header of Authorization: Basic [Base 64 username:password]. If 'Basic' is sent as uppercase 'BASIC' it didn't work, but if sent as 'Basic' then it did work. I don't think the HTTP header fields should be case sensitive.
> https://tools.ietf.org/rfc/rfc2617.txt
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6157) Connection URL ignored for SQL Server datasource
by Rich DiCroce (JIRA)
Rich DiCroce created WFLY-6157:
----------------------------------
Summary: Connection URL ignored for SQL Server datasource
Key: WFLY-6157
URL: https://issues.jboss.org/browse/WFLY-6157
Project: WildFly
Issue Type: Bug
Affects Versions: 10.0.0.Final
Reporter: Rich DiCroce
Assignee: Jason Greene
The connection-url for a datasource is being ignored (or more likely, getting lost somewhere) when using WildFly with the Microsoft SQL Server JDBC driver. No matter what I specify as the connection-url (even something obviously invalid like "foobar"), the driver always ends up using the defaults that are baked into it.
The same driver worked fine on WildFly 10 CR2 (and many earlier versions), so some change between then and 10 Final has caused a regression.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6156) [Migration][WebToUndertow] JDBCAccessLogValve is not automatically migrated
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-6156?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet moved JBEAP-3322 to WFLY-6156:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-6156 (was: JBEAP-3322)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (JBoss Web)
Web (Undertow)
(was: Web (Undertow))
(was: Migration)
Target Release: (was: 7.0.0.GA)
Affects Version/s: 10.0.0.Final
(was: 7.0.0.ER5)
> [Migration][WebToUndertow] JDBCAccessLogValve is not automatically migrated
> ---------------------------------------------------------------------------
>
> Key: WFLY-6156
> URL: https://issues.jboss.org/browse/WFLY-6156
> Project: WildFly
> Issue Type: Bug
> Components: Web (JBoss Web), Web (Undertow)
> Affects Versions: 10.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: Stuart Douglas
> Priority: Minor
>
> In undertow there exists equivalent handler for {{org.apache.catalina.valves.JDBCAccessLogValve}} ({{io.undertow.server.handlers.JDBCLogHandler}}). As there is equivalent handler, the {{:migrate}} operation should handle its automatic migration.
> might be of interest to [~ehugonnet].
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6156) [Migration][WebToUndertow] JDBCAccessLogValve is not automatically migrated
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFLY-6156?page=com.atlassian.jira.plugin.... ]
ehsavoie Hugonnet reassigned WFLY-6156:
---------------------------------------
Assignee: ehsavoie Hugonnet (was: Stuart Douglas)
> [Migration][WebToUndertow] JDBCAccessLogValve is not automatically migrated
> ---------------------------------------------------------------------------
>
> Key: WFLY-6156
> URL: https://issues.jboss.org/browse/WFLY-6156
> Project: WildFly
> Issue Type: Bug
> Components: Web (JBoss Web), Web (Undertow)
> Affects Versions: 10.0.0.Final
> Reporter: ehsavoie Hugonnet
> Assignee: ehsavoie Hugonnet
> Priority: Minor
>
> In undertow there exists equivalent handler for {{org.apache.catalina.valves.JDBCAccessLogValve}} ({{io.undertow.server.handlers.JDBCLogHandler}}). As there is equivalent handler, the {{:migrate}} operation should handle its automatic migration.
> might be of interest to [~ehugonnet].
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months