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

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

Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1436
  
    @franz1981 what about replacing the TimedBuffer from another delegating 
buffer that would call the callbacks?
    
    Now, you have to make sure that callbacks from replication would still be 
used, as in this mode you would need it to work.


> Uses unbuffered MAPPED Journal if no data-sync is required
> ----------------------------------------------------------
>
>                 Key: ARTEMIS-1318
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1318
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Francesco Nigro
>            Assignee: Francesco Nigro
>
> Disable the TimedBuffer on MAPPED journal if no data-sync in required:
> * reduced footprint (no TimedBuffer)
> * reduced CPU usage (less buffer copy and no TimedBuffer background timer 
> thread)
> * reduced latencies (not timeout can influence when the write will happen)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to