You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/06/26 07:32:02 UTC

[GitHub] [activemq-artemis] wy96f edited a comment on issue #2730: ARTEMIS-2399 Fix performance degradation when there are a lot of subscribers

wy96f edited a comment on issue #2730: ARTEMIS-2399 Fix performance degradation when there are a lot of subscribers
URL: https://github.com/apache/activemq-artemis/pull/2730#issuecomment-505729272
 
 
   
   > @wy96f thanks to have tried! Did you have considered the other comments? Related to putting the file offset into the pages message reference? This would avoid to creating the Map<Integer,Integer>
   
   For the created page reference, we can record the file offset which can be used to seek and read file if message is removed by gc. But for the message not yet depaged or not committed in a page transaction, how do we read message and create reference just according to page number and message number?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services