[ 
https://issues.apache.org/jira/browse/ARTEMIS-1664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16375628#comment-16375628
 ] 

ASF GitHub Bot commented on ARTEMIS-1664:
-----------------------------------------

Github user franz1981 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1851
  
    @michaelandrepearce Agree about aggressive optimisations but not on 
volatile operation's: isn't the volatile read that cost but the volatile store 
that include an hidden cost a of a full barrier on x86 , to be paid   on hot 
paths and even if in contended. Dropoing it using lazySet or a plain store (for 
size) from the functional point of view it really can't introduce any new bugs, 
but is clear that is an implementation error from who has written the original 
class.


> fix npe bug while getting element in the process of rehash
> ----------------------------------------------------------
>
>                 Key: ARTEMIS-1664
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1664
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: yangwei
>            Priority: Major
>             Fix For: 2.5.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to