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

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

                Author: ASF GitHub Bot
            Created on: 17/Jan/19 23:10
            Start Date: 17/Jan/19 23:10
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on issue #2445: ARTEMIS-2187 
remove page from softcache before consumedpage
URL: https://github.com/apache/activemq-artemis/pull/2445#issuecomment-455366535
 
 
   on this case I think it will be enough if the tests are passing.. will merge 
it.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

            Worklog Id:     (was: 186613)
            Time Spent: 10m
    Remaining Estimate: 0h

> PageCursorInfo put into consumedPages when page is deleting
> -----------------------------------------------------------
>
>                 Key: ARTEMIS-2187
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2187
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>            Reporter: yangwei
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> We found some PageCursorInfo in consumedPage map even if these corresponding 
> page file is deleted.
> Suppose that there is a topic t with some messages not routed to subscriber 
> ta. When calling ta.deliverAsync(), 
> DeliverRunner->deliver->checkDepage->pageIterator.hasNext->
> processACK->cleanup is called in the pageSubscription's executor(step1), then 
> checkDepage->pageIterator.hasNext->processACK->getPageInfo is called(step2). 
> At this time(step2) pageCursorInfo maybe again put into consumedPage when the 
> page is removed from consumedPage but not from softCache(int step1).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to