[
https://issues.apache.org/jira/browse/ARTEMIS-5579?focusedWorklogId=974881&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-974881
]
ASF GitHub Bot logged work on ARTEMIS-5579:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jul/25 23:59
Start Date: 16/Jul/25 23:59
Worklog Time Spent: 10m
Work Description: clebertsuconic opened a new pull request, #5833:
URL: https://github.com/apache/activemq-artemis/pull/5833
- ServerLocatorImpl::discovery notification
* this is causing a few failures on the testsuite, in a deadlock like
situation
- PageCursorProviderImpl. While cleanup is being performed, no destinations
will be created. That lock is no longer needed.
Issue Time Tracking
-------------------
Worklog Id: (was: 974881)
Remaining Estimate: 0h
Time Spent: 10m
> Unecessary synchronization blocks
> ---------------------------------
>
> Key: ARTEMIS-5579
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5579
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Affects Versions: 2.41.0
> Reporter: Clebert Suconic
> Priority: Major
> Labels: pull-request-available
> Fix For: 2.42.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are a few unecessary synchronization blocks that are affecting
> performance:
> - PageCursorProvider::cleanup.. it's holding a write lock while also
> synchronization.. that's not needed any more
> - ServerLocatorImpl is holding a lock on notification of new elements, what
> is causing a few eventual failures on our testsuite.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact