[
https://issues.apache.org/jira/browse/ARTEMIS-4543?focusedWorklogId=896341&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-896341
]
ASF GitHub Bot logged work on ARTEMIS-4543:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Dec/23 18:01
Start Date: 19/Dec/23 18:01
Worklog Time Spent: 10m
Work Description: clebertsuconic opened a new pull request, #4720:
URL: https://github.com/apache/activemq-artemis/pull/4720
(no comment)
Issue Time Tracking
-------------------
Worklog Id: (was: 896341)
Remaining Estimate: 0h
Time Spent: 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: 10m
> 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)