[JBoss JIRA] Created: (JGRP-457) Optimization: make threads return immediately if NAKACK has another active thread for the same sender
by Bela Ban (JIRA)
Optimization: make threads return immediately if NAKACK has another active thread for the same sender
-----------------------------------------------------------------------------------------------------
Key: JGRP-457
URL: http://jira.jboss.com/jira/browse/JGRP-457
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assigned To: Bela Ban
Priority: Minor
Fix For: 2.5
In NAKACK, when a thread places a message for sender S into the NakReceiverWindow NRW, it subsequently acquires a lock on NRW (lock by sender) and removes as many messages as possible and passes them up.
If many threads do this at the same time, all threads but one are blocked, and - when finally unblocked - usually return. This causes context switches and possibly cache flushing, so a better way would be to have the threads check whether another thread is already removing messages using a CAS operation *before* acquiring the lock.
The effect should be that no threads will wait on the lock unnecessarily, and thus fewer context switches, and more threads available to the pool.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
2 months
[JBoss JIRA] (WFLY-1521) Deployment runtime-name is not being handled properly
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-1521?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-1521:
-----------------------------------------------
Brian Stansberry <brian.stansberry(a)redhat.com> changed the Status of [bug 964446|https://bugzilla.redhat.com/show_bug.cgi?id=964446] from ASSIGNED to MODIFIED
> Deployment runtime-name is not being handled properly
> -----------------------------------------------------
>
> Key: WFLY-1521
> URL: https://issues.jboss.org/browse/WFLY-1521
> Project: WildFly
> Issue Type: Feature Request
> Affects Versions: 8.0.0.Alpha1
> Reporter: Bartosz Baranowski
> Assignee: Bartosz Baranowski
> Fix For: 8.0.0.Alpha4
>
>
> In case archive is deployed with runtime name that does not match archive name, it breaks CLI/GUI commands.
> [standalone@localhost:9999 /] deploy --runtime-name=nnn.ear /home/baranowb/redhat/git/jboss-as-quickstart/ejb-in-ear/ear/target/jboss-as-ejb-in-ear-ear-xxxx.ear
> [standalone@localhost:9999 /] /deployment=jboss-as-ejb-in-ear-ear-xxxx.ear/subdeployment=jboss-as-ejb-in-ear-ejb.jar/subsystem=ejb3/stateful-session-bean=GreeterEJB:read-resource(include-runtime=true)
> {
> "outcome" => "failed",
> "rolled-back" => true
> }
> 14:05:23,235 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) JBAS014612: Operation ("read-attribute") failed - address: ([
> ("deployment" => "jboss-as-ejb-in-ear-ear-xxxx.ear"),
> ("subdeployment" => "jboss-as-ejb-in-ear-ejb.jar"),
> ("subsystem" => "ejb3"),
> ("stateful-session-bean" => "GreeterEJB")
> ]): org.jboss.msc.service.ServiceNotFoundException: Service service jboss.deployment.subunit."jboss-as-ejb-in-ear-ear-xxxx.ear"."jboss-as-ejb-in-ear-ejb.jar".component.GreeterEJB.START not found
> at org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:448) [jboss-msc-1.0.4.GA.jar:1.0.4.GA]
> at org.jboss.as.controller.OperationContextImpl$OperationContextServiceRegistry.getRequiredService(OperationContextImpl.java:1068) [jboss-as-controller-7.2.2-internal-SNAPSHOT.jar:7.2.2-internal-SNAPSHOT]
> at org.jboss.as.ejb3.subsystem.deployment.AbstractRuntimeMetricsHandler.executeRuntimeStep(AbstractRuntimeMetricsHandler.java:69)
> at
> ....
> However some seem unaffected:
> [standalone@localhost:9990 /] /deployment=jboss-as-ejb-in-ear-ear-xxxx.ear:read-resource
> {
> "outcome" => "success",
> "result" => {
> "content" => [{"hash" => bytes {
> 0x5c, 0x22, 0x14, 0x99, 0xff, 0x23, 0x45, 0xfc,
> 0x15, 0xaf, 0x1b, 0x97, 0x8c, 0x14, 0x75, 0x06,
> 0xa2, 0xeb, 0xfb, 0x58
> }}],
> "enabled" => true,
> "name" => "jboss-as-ejb-in-ear-ear-xxxx.ear",
> "persistent" => true,
> "runtime-name" => "nnn.ear",
> "subsystem" => undefined,
> "subdeployment" => {
> "jboss-as-ejb-in-ear-web.war" => undefined,
> "jboss-as-ejb-in-ear-ejb.jar" => undefined
> }
> }
> }
> [standalone@localhost:9990 /]
--
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
12 years, 3 months
[JBoss JIRA] (WFLY-1754) Cannot restart webapp bundle after activation failure
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/WFLY-1754?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on WFLY-1754:
-----------------------------------------------
Brian Stansberry <brian.stansberry(a)redhat.com> changed the Status of [bug 959426|https://bugzilla.redhat.com/show_bug.cgi?id=959426] from POST to MODIFIED
> Cannot restart webapp bundle after activation failure
> -----------------------------------------------------
>
> Key: WFLY-1754
> URL: https://issues.jboss.org/browse/WFLY-1754
> Project: WildFly
> Issue Type: Bug
> Reporter: Thomas Diesler
> Assignee: Emmanuel Hugonnet
>
> {code}
> Caused by: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.as.connector.deployers.ra.processors.CachedConnectionManagerSetupProcessor$CachedConnectionManagerSetupAction.setup(CachedConnectionManagerSetupProcessor.java:74)
> at org.jboss.as.web.ThreadSetupBindingListener.bind(ThreadSetupBindingListener.java:50)
> at org.apache.catalina.core.StandardContext.bindThread(StandardContext.java:4234)
> at org.apache.catalina.core.StandardContext.start(StandardContext.java:3740)
> at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:102)
> {code}
--
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
12 years, 3 months
[JBoss JIRA] (WFLY-1978) undertow endless processing of jsp rendering
by Thomas Frühbeck (JIRA)
[ https://issues.jboss.org/browse/WFLY-1978?page=com.atlassian.jira.plugin.... ]
Thomas Frühbeck commented on WFLY-1978:
---------------------------------------
The reason seem to have been a bad character.
During SQL import of data a german 'ß' (%DF) has been imported with wrong charset - UTF8 I assume. Rendering looped endless on this string.
> undertow endless processing of jsp rendering
> --------------------------------------------
>
> Key: WFLY-1978
> URL: https://issues.jboss.org/browse/WFLY-1978
> Project: WildFly
> Issue Type: Bug
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Beta1
> Reporter: Thomas Frühbeck
> Assignee: Stuart Douglas
> Attachments: Undertow_servlet_spec_Loop.html.gz
>
>
> a working jsp page takes infinite time to render on some condition - reason unclear.
> Profiler CPU breakdown attached.
--
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
12 years, 3 months
[JBoss JIRA] (WFLY-1978) undertow endless processing of jsp rendering
by Thomas Frühbeck (JIRA)
Thomas Frühbeck created WFLY-1978:
-------------------------------------
Summary: undertow endless processing of jsp rendering
Key: WFLY-1978
URL: https://issues.jboss.org/browse/WFLY-1978
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 8.0.0.Beta1
Reporter: Thomas Frühbeck
Assignee: Stuart Douglas
a working jsp page takes infinite time to render on some condition - reason unclear.
Profiler CPU breakdown attached.
--
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
12 years, 3 months