[
https://issues.apache.org/jira/browse/ARTEMIS-4543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17798757#comment-17798757
]
ASF subversion and git services commented on ARTEMIS-4543:
----------------------------------------------------------
Commit a1add097348094d37392230bb72b55ab22530f55 in activemq-artemis's branch
refs/heads/main from Clebert Suconic
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=a1add09734 ]
ARTEMIS-4543 Journal/NIO Sync is not scalling up with TimedBuffer
> 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)