[
https://issues.apache.org/jira/browse/ARTEMIS-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16750105#comment-16750105
]
ASF subversion and git services commented on ARTEMIS-2236:
----------------------------------------------------------
Commit 87ddafc13d78605814c486178b39037df42ca3a0 in activemq-artemis's branch
refs/heads/2.6.x from Michael André Pearce
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=87ddafc ]
ARTEMIS-2236 Address Latency Impact caused by ARTEMIS-1451
Readdress ARTEMIS-1451 concern of sync blocks, remove synchronization by
simplifying original code and using atomics.
(cherry picked from commit d4c41e45bc762f2d8b7831529678bc4061bf9cd3)
> Address Latency Impact caused by ARTEMIS-1451
> ---------------------------------------------
>
> Key: ARTEMIS-2236
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2236
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.4.0, 2.5.0, 2.6.0
> Reporter: Michael Andre Pearce
> Priority: Blocker
> Time Spent: 13h 20m
> Remaining Estimate: 0h
>
> h1. ARTEMIS-1451 whilst may have removed syncronisation, increased latency as
> the overhead of creating a new thread vs re-using an idle one is significant.
> It is the main reason of a thread pool.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)