[
https://issues.apache.org/jira/browse/ARTEMIS-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
clebert suconic closed ARTEMIS-1944.
------------------------------------
Resolution: Fixed
Fix Version/s: 2.6.3
2.7.0
> Typo mistake in broker.xml at journal-buffer-timeout explanation
> ----------------------------------------------------------------
>
> Key: ARTEMIS-1944
> URL: https://issues.apache.org/jira/browse/ARTEMIS-1944
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: Broker
> Affects Versions: 2.6.2
> Reporter: Varsha Kamble
> Priority: Trivial
> Fix For: 2.7.0, 2.6.3
>
>
> J is missing @ journal-datasync in broker.xml
>
> {code:java}
> <!--
> This value was determined through a calculation.
> Your system could perform 125 writes per millisecond
> on the current journal configuration.
> That translates as a sync write every 8000 nanoseconds.
> Note: If you specify 0 the system will perform writes directly to the disk.
> We recommend this to be 0 if you are using journalType=MAPPED and
> ournal-datasync=false.
> -->
> <journal-buffer-timeout>8000</journal-buffer-timeout>
> {code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)