You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Domenico Francesco Bruscino (Jira)" <ji...@apache.org> on 2020/08/25 13:17:01 UTC

[jira] [Closed] (ARTEMIS-2845) ConcurrentAppendOnlyChunkedList cannot be queried while resizing

     [ https://issues.apache.org/jira/browse/ARTEMIS-2845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Domenico Francesco Bruscino closed ARTEMIS-2845.
------------------------------------------------
    Fix Version/s: 2.15.0
       Resolution: Done

> 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
>             Fix For: 2.15.0
>
>          Time Spent: 20m
>  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)