[ 
https://issues.apache.org/jira/browse/ARTEMIS-2170?focusedWorklogId=187830&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-187830
 ]

ASF GitHub Bot logged work on ARTEMIS-2170:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 21/Jan/19 16:14
            Start Date: 21/Jan/19 16:14
    Worklog Time Spent: 10m 
      Work Description: michaelandrepearce commented on issue #2427: 
ARTEMIS-2170 Optimized CoreMessage's checkProperties and 
cleanupInternalProperties methods
URL: https://github.com/apache/activemq-artemis/pull/2427#issuecomment-456126234
 
 
   output: 
   
   test one check empty we dont iterate
   test two, check on not using an internal property we dont iterate
   test three, on setting an internal property, even if not one we want to 
remove, we iterate
   i should be called
   
   which shows the optimisation that we ONLY iterate if an internal property 
was set, is there in master.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 187830)
    Time Spent: 2h 50m  (was: 2h 40m)

> Optimized CoreMessage's checkProperties and cleanupInternalProperties methods
> -----------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2170
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2170
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Minor
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> CoreMessage::checkProperties perform too many volatile read/write and has a 
> too big body just to handle exceptional cases, while 
> cleanupInternalProperties is called on the hot path of session send, but is 
> performing too many synchronized operations and loopup on TypedProperties.



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

Reply via email to