[jboss-jira] [JBoss JIRA] (JGRP-2031) GMS: replace ViewHandler.queue with BlockingQueue
Bela Ban (JIRA)
issues at jboss.org
Thu Aug 3 05:05:01 EDT 2017
[ https://issues.jboss.org/browse/JGRP-2031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13443529#comment-13443529 ]
Bela Ban edited comment on JGRP-2031 at 8/3/17 5:04 AM:
--------------------------------------------------------
Multiple join and merge requests are handled correctly, but multiple suspect events not - they are handled one-by-one. The culprit is Event.SUSPECT which takes as arg a single suspected member. Need to change this into a list of suspected members.
This change affects FD_SOCK, FD_ALL, FD_ALL2, FD and VERIFY_SUSPECT
was (Author: belaban):
Multiple join and merge requests are handled correctly, but multiple suspect events not - they are handled one-by-one. The culprit is Event.SUSPECT which takes as arg a single suspected member. Need to change this into a list of suspected members.
> GMS: replace ViewHandler.queue with BlockingQueue
> -------------------------------------------------
>
> Key: JGRP-2031
> URL: https://issues.jboss.org/browse/JGRP-2031
> Project: JGroups
> Issue Type: Task
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Minor
> Fix For: 4.0.5
>
>
> Replace {{GMS$ViewHandler.Queue}} with {{LinkedBlockingQueue}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list