[
https://issues.apache.org/jira/browse/ARTEMIS-4543?focusedWorklogId=896363&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-896363
]
ASF GitHub Bot logged work on ARTEMIS-4543:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Dec/23 21:56
Start Date: 19/Dec/23 21:56
Worklog Time Spent: 10m
Work Description: clebertsuconic merged PR #4720:
URL: https://github.com/apache/activemq-artemis/pull/4720
Issue Time Tracking
-------------------
Worklog Id: (was: 896363)
Time Spent: 20m (was: 10m)
> 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)