[
https://issues.apache.org/jira/browse/ARTEMIS-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15623189#comment-15623189
]
ASF subversion and git services commented on ARTEMIS-822:
---------------------------------------------------------
Commit 7eadff76818546aa6045be2eeb2e6aef60992394 in activemq-artemis's branch
refs/heads/master from Clebert Suconic
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=7eadff7 ]
ARTEMIS-822 Injecting IO Pools into and from ArtemisServerImpl
https://issues.apache.org/jira/browse/ARTEMIS-822
> Reduce thread synchronization on the Journal
> --------------------------------------------
>
> Key: ARTEMIS-822
> URL: https://issues.apache.org/jira/browse/ARTEMIS-822
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Affects Versions: 1.4.0
> Reporter: Luis Barreiro
> Assignee: clebert suconic
> Priority: Blocker
> Labels: journal
> Fix For: 1.5.0
>
>
> Currently there is a lock in the journal so that only one thread can append
> at a time. Although the operation is fast, it can become a bottleneck on
> environments with hundreds of threads. There should be a way for threads not
> to be blocked on append operations.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)