[JBoss JIRA] (WFLY-2362) Support CDI interception of all EE components
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/WFLY-2362?page=com.atlassian.jira.plugin.... ]
Jozef Hartinger updated WFLY-2362:
----------------------------------
Description:
As required by EE 7 Table EE.5-1.
||Component||CDI Injection||CDI Interception||
|Servlets|WFLY-2375|WFLY-2375|
|Filters|WFLY-2375|WFLY-2375|
|Listeners|WFLY-2375|WFLY-2375|
|HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
|tag handlers|?|?|
|tag library event listeners|?|?|
|JSF managed classes|?|?|
|JAX-WS|OK|OK|
|JAX-RS|OK|OK|
|WebSocket|WFLY-2375|WFLY-2375|
|EJB|OK|OK|
|JPA|WFLY-2387|WELD-1541|
|ManagedBeans|OK|https://github.com/wildfly/wildfly/pull/5388|
|login callback handler|?|?|
was:
As required by EE 7 Table EE.5-1.
||Component||CDI Injection||CDI Interception||
|Servlets|WFLY-2375|WFLY-2375|
|Filters|WFLY-2375|WFLY-2375|
|Listeners|WFLY-2375|WFLY-2375|
|HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
|tag handlers|?|?|
|tag library event listeners|?|?|
|JSF managed classes|?|?|
|JAX-WS|OK|OK|
|JAX-RS|OK|OK|
|WebSocket|WFLY-2375|WFLY-2375|
|EJB|OK|OK|
|JPA|WFLY-2387|WELD-1541|
|ManagedBeans|OK|In progress|
|login callback handler|?|?|
> Support CDI interception of all EE components
> ---------------------------------------------
>
> Key: WFLY-2362
> URL: https://issues.jboss.org/browse/WFLY-2362
> Project: WildFly
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: CDI / Weld
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Priority: Blocker
> Fix For: 8.0.0.CR1
>
>
> As required by EE 7 Table EE.5-1.
> ||Component||CDI Injection||CDI Interception||
> |Servlets|WFLY-2375|WFLY-2375|
> |Filters|WFLY-2375|WFLY-2375|
> |Listeners|WFLY-2375|WFLY-2375|
> |HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
> |tag handlers|?|?|
> |tag library event listeners|?|?|
> |JSF managed classes|?|?|
> |JAX-WS|OK|OK|
> |JAX-RS|OK|OK|
> |WebSocket|WFLY-2375|WFLY-2375|
> |EJB|OK|OK|
> |JPA|WFLY-2387|WELD-1541|
> |ManagedBeans|OK|https://github.com/wildfly/wildfly/pull/5388|
> |login callback handler|?|?|
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (JGRP-1717) Bundling reduces performance in scenario mimicking Inifinispan
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1717?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-1717:
--------------------------------
Adding a separate thread pool for parsing of message batches didn't help: performance was exactly the same as above ! Plus, performance of running 4 nodes on the same box dropped, possibly due to increased thread context switching.
> Bundling reduces performance in scenario mimicking Inifinispan
> --------------------------------------------------------------
>
> Key: JGRP-1717
> URL: https://issues.jboss.org/browse/JGRP-1717
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.3
> Reporter: Radim Vansa
> Assignee: Bela Ban
> Fix For: 3.5
>
> Attachments: benchmark-jgroups.xml, jgroups-udp.pdf, jgroups-udp.xml
>
>
> In Radargun benchmark of JGroups mimicking the behaviour of Infinispan we can see that performance with bundling on actually reduces the performance.
> See attached configurations and results.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (JGRP-1717) Bundling reduces performance in scenario mimicking Inifinispan
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1717?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-1717:
--------------------------------
Tests on my home cluster (4 boxes) showed (10 senders, 100'000 msgs):
- Bundling on: ca. 12'000 msgs/sec/node
- Bundling off (DONT_BUNDLE): ca. 17'000 msgs/sec !
I'll investigate whether parsing of message batching needs to be done in a separate thread pool, similar to JGRP-1716.
> Bundling reduces performance in scenario mimicking Inifinispan
> --------------------------------------------------------------
>
> Key: JGRP-1717
> URL: https://issues.jboss.org/browse/JGRP-1717
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.3
> Reporter: Radim Vansa
> Assignee: Bela Ban
> Fix For: 3.5
>
> Attachments: benchmark-jgroups.xml, jgroups-udp.pdf, jgroups-udp.xml
>
>
> In Radargun benchmark of JGroups mimicking the behaviour of Infinispan we can see that performance with bundling on actually reduces the performance.
> See attached configurations and results.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (WFLY-2362) Support CDI interception of all EE components
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/WFLY-2362?page=com.atlassian.jira.plugin.... ]
Jozef Hartinger updated WFLY-2362:
----------------------------------
Description:
As required by EE 7 Table EE.5-1.
||Component||CDI Injection||CDI Interception||
|Servlets|WFLY-2375|WFLY-2375|
|Filters|WFLY-2375|WFLY-2375|
|Listeners|WFLY-2375|WFLY-2375|
|HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
|tag handlers|?|?|
|tag library event listeners|?|?|
|JSF managed classes|?|?|
|JAX-WS|OK|OK|
|JAX-RS|OK|OK|
|WebSocket|WFLY-2375|WFLY-2375|
|EJB|OK|OK|
|JPA|WFLY-2387|WELD-1541|
|ManagedBeans|OK|In progress|
|login callback handler|?|?|
was:
As required by EE 7 Table EE.5-1.
||Component||CDI Injection||CDI Interception||
|Servlets|In progress|In progress|
|Filters|In progress|In progress|
|Listeners|In progress|In progress|
|HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
|tag handlers|?|?|
|tag library event listeners|?|?|
|JSF managed classes|?|?|
|JAX-WS|OK|OK|
|JAX-RS|OK|OK|
|WebSocket|In progress|In progress|
|EJB|OK|OK|
|JPA|WFLY-2387|WELD-1541|
|ManagedBeans|OK|In progress|
|login callback handler|?|?|
> Support CDI interception of all EE components
> ---------------------------------------------
>
> Key: WFLY-2362
> URL: https://issues.jboss.org/browse/WFLY-2362
> Project: WildFly
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: CDI / Weld
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Priority: Blocker
> Fix For: 8.0.0.CR1
>
>
> As required by EE 7 Table EE.5-1.
> ||Component||CDI Injection||CDI Interception||
> |Servlets|WFLY-2375|WFLY-2375|
> |Filters|WFLY-2375|WFLY-2375|
> |Listeners|WFLY-2375|WFLY-2375|
> |HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
> |tag handlers|?|?|
> |tag library event listeners|?|?|
> |JSF managed classes|?|?|
> |JAX-WS|OK|OK|
> |JAX-RS|OK|OK|
> |WebSocket|WFLY-2375|WFLY-2375|
> |EJB|OK|OK|
> |JPA|WFLY-2387|WELD-1541|
> |ManagedBeans|OK|In progress|
> |login callback handler|?|?|
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (WFLY-2362) Support CDI interception of all EE components
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/WFLY-2362?page=com.atlassian.jira.plugin.... ]
Jozef Hartinger updated WFLY-2362:
----------------------------------
Description:
As required by EE 7 Table EE.5-1.
||Component||CDI Injection||CDI Interception||
|Servlets|In progress|In progress|
|Filters|In progress|In progress|
|Listeners|In progress|In progress|
|HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
|tag handlers|?|?|
|tag library event listeners|?|?|
|JSF managed classes|?|?|
|JAX-WS|OK|OK|
|JAX-RS|OK|OK|
|WebSocket|In progress|In progress|
|EJB|OK|OK|
|JPA|WFLY-2387|WELD-1541|
|ManagedBeans|OK|In progress|
|login callback handler|?|?|
was:
As required by EE 7 Table EE.5-1.
||Component||CDI Injection||CDI Interception||
|Servlets|In progress|In progress|
|Filters|In progress|In progress|
|Listeners|In progress|In progress|
|HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
|tag handlers|?|?|
|tag library event listeners|?|?|
|JSF managed classes|?|?|
|JAX-WS|OK|OK|
|JAX-RS|OK|OK|
|WebSocket|In progress|In progress|
|EJB|OK|OK|
|JPA|WFLY-2387|Needs change in Weld|
|ManagedBeans|OK|In progress|
|login callback handler|?|?|
> Support CDI interception of all EE components
> ---------------------------------------------
>
> Key: WFLY-2362
> URL: https://issues.jboss.org/browse/WFLY-2362
> Project: WildFly
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: CDI / Weld
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Priority: Blocker
> Fix For: 8.0.0.CR1
>
>
> As required by EE 7 Table EE.5-1.
> ||Component||CDI Injection||CDI Interception||
> |Servlets|In progress|In progress|
> |Filters|In progress|In progress|
> |Listeners|In progress|In progress|
> |HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
> |tag handlers|?|?|
> |tag library event listeners|?|?|
> |JSF managed classes|?|?|
> |JAX-WS|OK|OK|
> |JAX-RS|OK|OK|
> |WebSocket|In progress|In progress|
> |EJB|OK|OK|
> |JPA|WFLY-2387|WELD-1541|
> |ManagedBeans|OK|In progress|
> |login callback handler|?|?|
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (WFLY-2362) Support CDI interception of all EE components
by Jozef Hartinger (JIRA)
[ https://issues.jboss.org/browse/WFLY-2362?page=com.atlassian.jira.plugin.... ]
Jozef Hartinger updated WFLY-2362:
----------------------------------
Description:
As required by EE 7 Table EE.5-1.
||Component||CDI Injection||CDI Interception||
|Servlets|In progress|In progress|
|Filters|In progress|In progress|
|Listeners|In progress|In progress|
|HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
|tag handlers|?|?|
|tag library event listeners|?|?|
|JSF managed classes|?|?|
|JAX-WS|OK|OK|
|JAX-RS|OK|OK|
|WebSocket|In progress|In progress|
|EJB|OK|OK|
|JPA|WFLY-2387|Needs change in Weld|
|ManagedBeans|OK|In progress|
|login callback handler|?|?|
was:As required by EE 7 Table EE.5-1.
> Support CDI interception of all EE components
> ---------------------------------------------
>
> Key: WFLY-2362
> URL: https://issues.jboss.org/browse/WFLY-2362
> Project: WildFly
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: CDI / Weld
> Reporter: Jozef Hartinger
> Assignee: Jozef Hartinger
> Priority: Blocker
> Fix For: 8.0.0.CR1
>
>
> As required by EE 7 Table EE.5-1.
> ||Component||CDI Injection||CDI Interception||
> |Servlets|In progress|In progress|
> |Filters|In progress|In progress|
> |Listeners|In progress|In progress|
> |HTTP upgrade handlers|UNDERTOW-118|UNDERTOW-118|
> |tag handlers|?|?|
> |tag library event listeners|?|?|
> |JSF managed classes|?|?|
> |JAX-WS|OK|OK|
> |JAX-RS|OK|OK|
> |WebSocket|In progress|In progress|
> |EJB|OK|OK|
> |JPA|WFLY-2387|Needs change in Weld|
> |ManagedBeans|OK|In progress|
> |login callback handler|?|?|
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month