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

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

                Author: ASF GitHub Bot
            Created on: 22/Jan/20 10:54
            Start Date: 22/Jan/20 10:54
    Worklog Time Spent: 10m 
      Work Description: franz1981 commented on issue #2950: ARTEMIS-2604 Save 
Message decoding when unnecessary
URL: https://github.com/apache/activemq-artemis/pull/2950#issuecomment-577050668
 
 
   @clebertsuconic The downside of this optimization is that it still need to 
read the whole part of buffer with the properties in the best case: the ideal 
thing would be to always place `ScheduledDeliveryTime` in a fixed position (as 
first property?) 
   
   I see that the last change on journal hasn't lowered the CI test time, but 
probably increased it: I have yet to verify it by trying the previous commit.
   And, in addition, I see there are some test failures, intermittent, but 
these next 3 days I will travel and canno verify if the test failures are real 
and due to some of my latest changes (think not TBH)
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 375520)
    Time Spent: 1h 20m  (was: 1h 10m)

> Save Message decoding when unnecessary
> --------------------------------------
>
>                 Key: ARTEMIS-2604
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2604
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>    Affects Versions: 2.12.0
>            Reporter: Francesco Nigro
>            Priority: Major
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> There are few cases eg while loading journal or on common message routing
> where decoding a full message isn't necessary if certain properties aren't 
> present.
> Performing a "brute-force" scan into the message not-yet-decoded raw contant 
> would be welcome if compared to a full decoding that could be saved for later 
> (or never).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to