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/07/16 22:59:00 UTC

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

Xiaojian Zhou created GEODE-8367:
------------------------------------

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


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)