[
https://issues.apache.org/jira/browse/ARTEMIS-2845?focusedWorklogId=458793&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-458793
]
ASF GitHub Bot logged work on ARTEMIS-2845:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 14/Jul/20 17:06
Start Date: 14/Jul/20 17:06
Worklog Time Spent: 10m
Work Description: franz1981 opened a new pull request #3218:
URL: https://github.com/apache/activemq-artemis/pull/3218
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 458793)
Remaining Estimate: 0h
Time Spent: 10m
> ConcurrentAppendOnlyChunkedList cannot be queried while resizing
> ----------------------------------------------------------------
>
> Key: ARTEMIS-2845
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2845
> Project: ActiveMQ Artemis
> Issue Type: Improvement
> Reporter: Francesco Nigro
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> ConcurrentAppendOnlyChunkedList algorithm is using a RESIZING state that
> won't allow to query the size and any chunk while happening: this could be
> improved by packing the RESIZING state together with the last added element
> index, allowing list::get and list::size to use the index information to
> reliably read the elements
--
This message was sent by Atlassian Jira
(v8.3.4#803005)