[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
51 minutes
[JBoss JIRA] (WFLY-8023) Autocomplete doesn't work properly in credential-reference.alias attribute.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFLY-8023?page=com.atlassian.jira.plugin.... ]
Brian Stansberry updated WFLY-8023:
-----------------------------------
Issue Type: Enhancement (was: Bug)
This is not information available to the CLI via any standard tab completion mechanism and thus is an RFE.
> Autocomplete doesn't work properly in credential-reference.alias attribute.
> ---------------------------------------------------------------------------
>
> Key: WFLY-8023
> URL: https://issues.jboss.org/browse/WFLY-8023
> Project: WildFly
> Issue Type: Enhancement
> Components: Security
> Reporter: Hynek Švábek
> Assignee: Peter Skopek
>
> Autocomplete doesn't work properly in credential-reference.alias attribute.
> I want to use autocomplete for credential-reference.alias when I the credential-reference.store attribute is filled but it doesn't work.
> *How to reproduce*
> {code}
> /subsystem=elytron/credential-store=cs1:add(uri="cr-store://test/cs1.jceks", credential-reference={store=cs012, alias=<TAB>
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (WFCORE-2346) Revisit enforcement of required file system permissions.
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2346?page=com.atlassian.jira.plugi... ]
Brian Stansberry moved WFLY-431 to WFCORE-2346:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-2346 (was: WFLY-431)
Component/s: Domain Management
(was: Domain Management)
> Revisit enforcement of required file system permissions.
> --------------------------------------------------------
>
> Key: WFCORE-2346
> URL: https://issues.jboss.org/browse/WFCORE-2346
> Project: WildFly Core
> Issue Type: Task
> Components: Domain Management
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Labels: management_security,
>
> Now that AS8 has moved to Java 7 we can re-visit the level of control we have over file system permissions, this can be from taking more control of the local authentication mechanism to ensure incorrect permissions are not inherited to verifying sensitive configuration files are not world readable.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months
[JBoss JIRA] (DROOLS-1457) Guided rules editor function field does not perform semantic validation
by Kalyan gogineni (JIRA)
Kalyan gogineni created DROOLS-1457:
---------------------------------------
Summary: Guided rules editor function field does not perform semantic validation
Key: DROOLS-1457
URL: https://issues.jboss.org/browse/DROOLS-1457
Project: Drools
Issue Type: Feature Request
Components: build
Reporter: Kalyan gogineni
Assignee: Petr Široký
guided rules editor function field does not perform semantic validation.
For example: when you define rules like below
When number 1 is not null
And number 2 is not null
Then number 3 = number5/number1
Note: Where number5 is not defined. Then when you compile or build and deploy then drools does not throw error.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 7 months