[
https://issues.apache.org/jira/browse/ARTEMIS-5139?focusedWorklogId=955287&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-955287
]
ASF GitHub Bot logged work on ARTEMIS-5139:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 03/Feb/25 20:30
Start Date: 03/Feb/25 20:30
Worklog Time Spent: 10m
Work Description: jbertram commented on PR #5486:
URL:
https://github.com/apache/activemq-artemis/pull/5486#issuecomment-2632009430
Full test-suite is good on this.
Issue Time Tracking
-------------------
Worklog Id: (was: 955287)
Time Spent: 20m (was: 10m)
> Improve locking on TypedProperties
> ----------------------------------
>
> Key: ARTEMIS-5139
> URL: https://issues.apache.org/jira/browse/ARTEMIS-5139
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Josh Byster
> Assignee: Justin Bertram
> Priority: Minor
> Labels: pull-request-available
> Attachments: Screenshot 2024-10-30 at 10.38.54 PM.png
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> We are noticing a performance degradation when switching to Artemis in places
> where we are sensitive on the millisecond level. We have confirmed that
> moving to ZGC and having minimal GC pause times cannot explain this spike.
> Looking at a flight recording, it does appear we are spending a lot of time
> blocked on TypedProperties getters (see screenshot). It seems like we can
> probably remove some of the locking here with a concurrent collection or be
> smarter about it with a ReadWriteLock, given that it appears we have threads
> competing for read calls.
--
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