[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
4 days, 23 hours
[JBoss JIRA] (WFLY-9644) Wildfly 11 can't deploy simple REST web service because it can't find javax.ws.rs.core.Application
by Dean Schulze (JIRA)
Dean Schulze created WFLY-9644:
----------------------------------
Summary: Wildfly 11 can't deploy simple REST web service because it can't find javax.ws.rs.core.Application
Key: WFLY-9644
URL: https://issues.jboss.org/browse/WFLY-9644
Project: WildFly
Issue Type: Bug
Components: REST
Affects Versions: 11.0.0.Final
Environment: Ubuntu 16.04, JDK 1.8
Reporter: Dean Schulze
Assignee: Alessio Soldano
Simple JAX-RS .war file with an Application .class file (extends javax.ws.rs.core.Application) and one resource .class file. No web.xml file. Deploying gives this error:
Cannot upload deployment: {"WFLYCTL0080: Failed services" => {"jboss.deployment.unit.pdfupload.POST_MODULE" => "WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"pdfupload\" Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYRS0006: Could not load JAX-RS Application class Caused by: java.lang.ClassNotFoundException: pdf.upload.server.PdfUploadApplication from [Module \"deployment.pdfupload\" from Service Module Loader]"}}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (WFCORE-3482) Remove deprecated org.jboss.as.controller.NoSuchResourceException
by Brian Stansberry (JIRA)
Brian Stansberry created WFCORE-3482:
----------------------------------------
Summary: Remove deprecated org.jboss.as.controller.NoSuchResourceException
Key: WFCORE-3482
URL: https://issues.jboss.org/browse/WFCORE-3482
Project: WildFly Core
Issue Type: Task
Components: Domain Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Fix For: 4.0.0.Alpha6
Class was deprecated in March 2015 and is not used in WildFly Core or in full WildFly. It was never something meant for use outside of the management kernel, so the odds any external extensions use it are low.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (WFLY-9643) Getting Internal server error on exception if the rest service content type is "application/xml"
by Gopal krishna (JIRA)
[ https://issues.jboss.org/browse/WFLY-9643?page=com.atlassian.jira.plugin.... ]
Gopal krishna updated WFLY-9643:
--------------------------------
Description:
We are getting Internal server error if any exception is thrown from spring interceptor when rest API header is set as "application/xml". This works if the rest API header is set as "application/json".
we didnt see this issue in jboss 7 and WAS
was:
We are getting Internal server error if any exception is thrown from spring interceptor when rest API header is set as "application/xml". This works if the rest API header is set as "application/json".
This didnt see this issue in jboss 7 and WAS
> Getting Internal server error on exception if the rest service content type is "application/xml"
> ------------------------------------------------------------------------------------------------
>
> Key: WFLY-9643
> URL: https://issues.jboss.org/browse/WFLY-9643
> Project: WildFly
> Issue Type: Bug
> Components: Application Client
> Reporter: Gopal krishna
> Assignee: Stuart Douglas
> Priority: Blocker
>
> We are getting Internal server error if any exception is thrown from spring interceptor when rest API header is set as "application/xml". This works if the rest API header is set as "application/json".
> we didnt see this issue in jboss 7 and WAS
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months
[JBoss JIRA] (WFLY-9643) Getting Internal server error on exception if the rest service content type is "application/xml"
by Gopal krishna (JIRA)
Gopal krishna created WFLY-9643:
-----------------------------------
Summary: Getting Internal server error on exception if the rest service content type is "application/xml"
Key: WFLY-9643
URL: https://issues.jboss.org/browse/WFLY-9643
Project: WildFly
Issue Type: Bug
Components: Application Client
Reporter: Gopal krishna
Assignee: Stuart Douglas
Priority: Blocker
We are getting Internal server error if any exception is thrown from spring interceptor when rest API header is set as "application/xml". This works if the rest API header is set as "application/json".
This didnt see this issue in jboss 7 and WAS
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 9 months