[ 
https://issues.apache.org/jira/browse/ARTEMIS-2515?focusedWorklogId=326779&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-326779
 ]

ASF GitHub Bot logged work on ARTEMIS-2515:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 11/Oct/19 08:33
            Start Date: 11/Oct/19 08:33
    Worklog Time Spent: 10m 
      Work Description: wy96f commented on pull request #2861: ARTEMIS-2515 
pageIterator.hasNext spends too much time in the case of no messages matched
URL: https://github.com/apache/activemq-artemis/pull/2861#discussion_r333883191
 
 

 ##########
 File path: 
artemis-server/src/main/java/org/apache/activemq/artemis/core/paging/cursor/impl/PageSubscriptionImpl.java
 ##########
 @@ -1323,7 +1328,13 @@ private PagedReference moveNext() {
             PagePositionAndFileOffset lastPosition = position;
             PagePositionAndFileOffset tmpPosition = position;
 
+            long timeout = System.currentTimeMillis() + DELIVERY_TIMEOUT;
 
 Review comment:
   Resolved it, thanks :)
 
----------------------------------------------------------------
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


Issue Time Tracking
-------------------

    Worklog Id:     (was: 326779)
    Time Spent: 0.5h  (was: 20m)

> pageIterator.hasNext spends too much time in the case of no messages matched
> ----------------------------------------------------------------------------
>
>                 Key: ARTEMIS-2515
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2515
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.10.1
>            Reporter: Wei Yang
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Discussion thread hereĀ 
> [http://activemq.2283324.n4.nabble.com/DISCUSS-Artemis-pageIterator-hasNext-spends-too-much-time-in-the-case-of-no-messages-matched-td4752397.html]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to