clebertsuconic commented on PR #4281:
URL: 
https://github.com/apache/activemq-artemis/pull/4281#issuecomment-1307870524

   @AntonRoskvist the issue is not on the transactions itself. Your rollback 
ordering here is uncovering some bug on LinkedListImpl::addSorted. For some 
reason this will only happen if you used the Core API. Some sort of duplicate 
adds is probably causing it, because if I simply used a regular 
ConnectionFActory it worked fine.
   
   
   
   if you go to LInkedListImpl::addSorted, there is something in a loop after 
the rollback.
   
   
   The CriticalAnalyzer actually killed your broker correctly on this case... 
as the logic was lost.
   
   
   I will need to work on it tomorrow... but if you could also take a look on 
that?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to