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

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

                Author: ASF GitHub Bot
            Created on: 16/Jan/19 08:02
            Start Date: 16/Jan/19 08:02
    Worklog Time Spent: 10m 
      Work Description: qihongxu commented on issue #2494: ARTEMIS-2224 Reduce 
contention on LivePageCacheImpl
URL: https://github.com/apache/activemq-artemis/pull/2494#issuecomment-454686710
 
 
   > 900M of page size and very small messages are not such a common use case 
TBH
   
   Agreed. Use this case just to make it stay at livePageCache longer. In 
production we use default 10M page size, which means that under high 
concurrency it's not easy for livePageCache to be read&write at the same time.
   
   In conclusion this patch works fine as described and performance benefits 
from it:)
 
----------------------------------------------------------------
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: 185627)
    Time Spent: 1.5h  (was: 1h 20m)

> Reduce contention on LivePageCacheImpl
> --------------------------------------
>
>                 Key: ARTEMIS-2224
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2224
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.7.0
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> Has been measured that LIvePageCacheImpl operations are a source of 
> contention on producer side while paging. 
> This contention decrease the scalability of the broker in an evident way 
> while using topics, because the page cache is been accessed concurrently by 
> several producers to ack transactions while the messages are being appended.



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

Reply via email to