You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/09/28 14:40:00 UTC

[jira] [Commented] (GEODE-8367) Stopped parallel gateway sender still adds events into tmpDroppedEvents

    [ https://issues.apache.org/jira/browse/GEODE-8367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17203269#comment-17203269 ] 

ASF GitHub Bot commented on GEODE-8367:
---------------------------------------

gesterzhou closed pull request #5381:
URL: https://github.com/apache/geode/pull/5381


   


----------------------------------------------------------------
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


> Stopped parallel gateway sender still adds events into tmpDroppedEvents
> -----------------------------------------------------------------------
>
>                 Key: GEODE-8367
>                 URL: https://issues.apache.org/jira/browse/GEODE-8367
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Xiaojian Zhou
>            Priority: Major
>              Labels: pull-request-available
>
> In GEODE-4942, we introduced tmpDroppedEvents to save the in-coming events when the parallel gateway sender is restarting. However, we did not consider the case that the sender could be purposely stopped. 
> Even for the stopped sender, the events are continuously saved into tmpDroppedEvents, which used a lot of memory. 
> We should determine if the sender is in the middle of restarting or purposely stopped. 



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