[
https://issues.apache.org/jira/browse/ARTEMIS-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic updated ARTEMIS-1318:
-------------------------------------
Description:
It is now possible to disable the Buffer timing by setting the timer to 0.
The CLI create will set the journal type to MAPPED if no-fsync is selected
(with a question through input), and it will disable timing on that case.
was:
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)
> 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
> Fix For: 2.4.0
>
>
> It is now possible to disable the Buffer timing by setting the timer to 0.
> The CLI create will set the journal type to MAPPED if no-fsync is selected
> (with a question through input), and it will disable timing on that case.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)