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

ASF subversion and git services commented on GEODE-2123:
--------------------------------------------------------

Commit 1fabe49035e53d0986f4d54025c1bcb4ab7d9e04 in geode's branch 
refs/heads/feature/GEODE-1930 from [~huynhja]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=1fabe49 ]

GEODE-2123: Replace static members in ParallelgatewaySenderQueues with instance 
variables


> Replace static members in ParallelgatewaySenderQueues with instance variables
> -----------------------------------------------------------------------------
>
>                 Key: GEODE-2123
>                 URL: https://issues.apache.org/jira/browse/GEODE-2123
>             Project: Geode
>          Issue Type: Bug
>          Components: wan
>            Reporter: nabarun
>            Assignee: Jason Huynh
>             Fix For: 1.1.0
>
>
> All parallel sender queues shared one BatchRemovalThread, which led to the 
> case that if BatchRemovalThread thread was killed by one sender, all 
> secondary sender queues will keep growing as no prq remove messages will be 
> sent to them.
> Also, the static variables in ParallelGatewaySenderQueue needs to be 
> converted in to instance variables, so that the senders don't share these 
> variables and work independent of each other.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to