[ 
https://issues.apache.org/jira/browse/HTTPASYNC-78?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPASYNC-78.
----------------------------------------

    Resolution: Fixed

Fixed in HttpCore trunk and 4.3.x branch.

Oleg

> AbstractMultiworkerIOReactor.DefaultThreadFactory.COUNT incorrect use of 
> volatile
> ---------------------------------------------------------------------------------
>
>                 Key: HTTPASYNC-78
>                 URL: https://issues.apache.org/jira/browse/HTTPASYNC-78
>             Project: HttpComponents HttpAsyncClient
>          Issue Type: Bug
>            Reporter: Sebb
>            Priority: Minor
>
> AbstractMultiworkerIOReactor.DefaultThreadFactory.COUNT is a volatile int 
> which is incremented using ++COUNT.
> This is not thread-safe; multiple threads can end up with the same value for 
> COUNT.
> Should probably use AtomicInt instead



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to