[
https://issues.apache.org/jira/browse/ARTEMIS-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17798804#comment-17798804
]
ASF subversion and git services commented on ARTEMIS-4543:
----------------------------------------------------------
Commit d8ac2d99e0db0ea7e1377c478456b1fbae1c5902 in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=d8ac2d99e0 ]
ARTEMIS-4543 Reverting to previous semantic on MappedSequentialFile
> Journal Sync in NIO not scalling
> --------------------------------
>
> Key: ARTEMIS-4543
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4543
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Reporter: Clebert Suconic
> Assignee: Clebert Suconic
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> when using journal NIO, and a sync is requested, no further syncs are able to
> come through until the first write is flushed.
> This is because TimedBuffer will hold a lock while the flush is being done,
> and a file.sync is being called.
> To improve this, the sync should be done away from the lock.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)