[ https://issues.apache.org/jira/browse/ARTEMIS-2158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16670653#comment-16670653 ]
ASF subversion and git services commented on ARTEMIS-2158: ---------------------------------------------------------- Commit 13f1ca36faf7500b36c7b423b3fb174f1cf2c283 in activemq-artemis's branch refs/heads/2.6.x from yang wei [ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=13f1ca3 ] ARTEMIS-2158 don't get pagedMessage if it's nontransactional (cherry picked from commit e024efcccde28ec6ad863cc4d1ad1df7e105905c) > don't get pagedMessage if it's nontransactional > ------------------------------------------------ > > Key: ARTEMIS-2158 > URL: https://issues.apache.org/jira/browse/ARTEMIS-2158 > Project: ActiveMQ Artemis > Issue Type: Bug > Components: Broker > Reporter: yangwei > Priority: Major > > Transaction id of the non transactional paged message is -1. When we > acknowledge the message, we judge transactionID < 0 and get paged message. > The page where message residesĀ maybe retrieved causing performance > degradation. So we only need to get paged message if transactionID < -1 > instead of 0. -- This message was sent by Atlassian JIRA (v7.6.3#76005)