[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 weeks, 5 days
[JBoss JIRA] (WFLY-8487) Autocomplete doesn't work properly in credential-reference.store attribute.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-8487?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-8487:
-----------------------------------
Description: The CredentialReference class in core was not handling capability references correctly with the 'store' field in CR attributes. WFCORE-2433 corrects that; this JIRA is to update WF full's use of the class to take advantage of the fix. (was: Autocomplete doesn't work properly in credential-reference attribute.
I want to use autocomplete for credential-reference.store but it doesn't work.
*How to reproduce*
{code}
/subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks", credential-reference={store=<TAB>
{code}
)
> Autocomplete doesn't work properly in credential-reference.store attribute.
> ---------------------------------------------------------------------------
>
> Key: WFLY-8487
> URL: https://issues.jboss.org/browse/WFLY-8487
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, JCA, JMS, Mail, Security, Web (Undertow)
> Affects Versions: 11.0.0.Alpha1
> Reporter: Hynek Švábek
> Assignee: Brian Stansberry
> Labels: cli, credential-reference, eap71_beta, management-model
>
> The CredentialReference class in core was not handling capability references correctly with the 'store' field in CR attributes. WFCORE-2433 corrects that; this JIRA is to update WF full's use of the class to take advantage of the fix.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (WFLY-8487) Autocomplete doesn't work properly in credential-reference.store attribute.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-8487?page=com.atlassian.jira.plugin.... ]
Brian Stansberry moved JBEAP-10066 to WFLY-8487:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-8487 (was: JBEAP-10066)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Clustering
JCA
JMS
Mail
Security
Web (Undertow)
(was: Domain Management)
(was: Security)
(was: User Experience)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR11)
> Autocomplete doesn't work properly in credential-reference.store attribute.
> ---------------------------------------------------------------------------
>
> Key: WFLY-8487
> URL: https://issues.jboss.org/browse/WFLY-8487
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, JCA, JMS, Mail, Security, Web (Undertow)
> Affects Versions: 11.0.0.Alpha1
> Reporter: Hynek Švábek
> Assignee: Brian Stansberry
> Priority: Critical
> Labels: cli, credential-reference, eap71_beta, management-model
>
> Autocomplete doesn't work properly in credential-reference attribute.
> I want to use autocomplete for credential-reference.store but it doesn't work.
> *How to reproduce*
> {code}
> /subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks", credential-reference={store=<TAB>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (WFLY-8487) Autocomplete doesn't work properly in credential-reference.store attribute.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-8487?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-8487:
-----------------------------------
Priority: Major (was: Critical)
> Autocomplete doesn't work properly in credential-reference.store attribute.
> ---------------------------------------------------------------------------
>
> Key: WFLY-8487
> URL: https://issues.jboss.org/browse/WFLY-8487
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, JCA, JMS, Mail, Security, Web (Undertow)
> Affects Versions: 11.0.0.Alpha1
> Reporter: Hynek Švábek
> Assignee: Brian Stansberry
> Labels: cli, credential-reference, eap71_beta, management-model
>
> Autocomplete doesn't work properly in credential-reference attribute.
> I want to use autocomplete for credential-reference.store but it doesn't work.
> *How to reproduce*
> {code}
> /subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks", credential-reference={store=<TAB>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months