[
https://issues.apache.org/jira/browse/ARTEMIS-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17166848#comment-17166848
]
ASF subversion and git services commented on ARTEMIS-2845:
----------------------------------------------------------
Commit 41efeb26697fa65d9175ca0e71b9d67118017e7d in activemq-artemis's branch
refs/heads/master from Francesco Nigro
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=41efeb2 ]
ARTEMIS-2845 ConcurrentAppendOnlyChunkedList cannot be queried while resizing
> 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)