[
https://issues.apache.org/jira/browse/ARTEMIS-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Nigro updated ARTEMIS-2845:
-------------------------------------
Summary: ConcurrentAppendOnlyChunkedList cannot be queried while resizing
(was: ConcurrentAppendOnlyChunkedList can be queried on rotation)
> 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
>
> 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)