You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Xiaojian Zhou (Jira)" <ji...@apache.org> on 2020/09/29 16:35:00 UTC

[jira] [Resolved] (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:all-tabpanel ]

Xiaojian Zhou resolved GEODE-8367.
----------------------------------
    Fix Version/s: 1.14.0
       Resolution: Duplicate

This is fixed in GEODE-8491

> 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
>             Fix For: 1.14.0
>
>
> 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)