Francesco Nigro created ARTEMIS-2845:
----------------------------------------
Summary: ConcurrentAppendOnlyChunkedList can be queried on rotation
Key: ARTEMIS-2845
URL: https://issues.apache.org/jira/browse/ARTEMIS-2845
Project: ActiveMQ Artemis
Issue Type: Improvement
Reporter: Francesco Nigro
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)