Sebb created HTTPASYNC-78:
-----------------------------

             Summary: 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