[jbossws-issues] [JBoss JIRA] (JBWS-3742) EndpointMetricsImpl is not thread-safe

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Fri Dec 6 10:52:06 EST 2013


Alessio Soldano created JBWS-3742:
-------------------------------------

             Summary: EndpointMetricsImpl is not thread-safe
                 Key: JBWS-3742
                 URL: https://issues.jboss.org/browse/JBWS-3742
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, jbossws-integration
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-4.3


The EndpointMetricsImpl is not thread-safe; it has non-final / non-volatile long fields that do not ensure atomic reads nor proper visibility among different threads.
The average processing time computation is also not atomic.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list