wy96f commented on issue #2750: ARTEMIS-2399 Improve performance when there are 
a lot of subscribers
URL: https://github.com/apache/activemq-artemis/pull/2750#issuecomment-514875375
 
 
   > I will need some time to review this last week.
   > 
   > Can you rebase again after I merged your change?
   
   I'm working on PageReader per queue these days. Unluckily some problem was 
encountered. After investigation, I found it was related to #2740 which would 
sync files while closing. Given we put PageReader in PageSubscription meaning 
100 times of file open/close for each page in our case(100 queues), although 
page file is only opened for reading, the sync operation does cause great 
performance loss - ~5000 msg/s received and 13000 msg/s sent now compared with 
16000 msg/s received and 11000 msg/s sent of pr. Should I file a new jira and 
pr to fix the problem introuduced by #2740 or just fix it in this one?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to