You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mario Ivanac (Jira)" <ji...@apache.org> on 2020/01/24 10:30:00 UTC

[jira] [Commented] (GEODE-7441) Persistent parallel GW sender queue is cleared after restart, and for serial GW is restored

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

Mario Ivanac commented on GEODE-7441:
-------------------------------------

It seems that reason for this issue is solution for {color:#808080}bug 49060{color}.

 
{code:java}
@Override
public void close() {
 // Because of bug 49060 do not close the regions of a parallel queue
}
{code}
When we return closing of region, issue is solved.

> Persistent parallel GW sender queue is cleared after restart, and for serial GW is restored
> -------------------------------------------------------------------------------------------
>
>                 Key: GEODE-7441
>                 URL: https://issues.apache.org/jira/browse/GEODE-7441
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: Mario Ivanac
>            Assignee: Mario Ivanac
>            Priority: Major
>
> Persistent queue in parallel Gateway Sender is cleared after Gateway Sender is stopped/started.
> In case of serial Gateway Sender, queue is restored after restart. This behavior should be consistent, for  parallel and serial GW senders.



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