[jboss-jira] [JBoss JIRA] (JGRP-2387) Message from a non-member causes FD_ALL to continually suspect it
Dennis Reed (Jira)
issues at jboss.org
Thu Oct 3 11:41:00 EDT 2019
[ https://issues.jboss.org/browse/JGRP-2387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13794463#comment-13794463 ]
Dennis Reed edited comment on JGRP-2387 at 10/3/19 11:40 AM:
-------------------------------------------------------------
> I'm wondering why the logical address cache in the transport would not have the address: unless the
> member to which we're trying to send the message has never been a member
Checking the logs from the original event, the FD_ALL warnings began just after the member left, with the "no physical address" warnings starting about 2 minutes (logical_addr_cache_expiration) later.
was (Author: dereed):
> I'm wondering why the logical address cache in the transport would not have the address: unless the
> member to which we're trying to send the message has never been a member
TP.java:handleDownEvent, case VIEW_CHANGE:
// fix for https://jira.jboss.org/jira/browse/JGRP-918
logical_addr_cache.retainAll(members);
So I had assumed this was expected. But now I see that's not a real map, and doesn't actually remove them.
> Message from a non-member causes FD_ALL to continually suspect it
> -----------------------------------------------------------------
>
> Key: JGRP-2387
> URL: https://issues.jboss.org/browse/JGRP-2387
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 4.0.1
> Reporter: Dennis Reed
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.1.6
>
> Attachments: Test.java, bla6.java
>
>
> If an FD_ALL control message from a non-member is seen by FD_ALL, it will start continually suspecting that node. If msg_counts_as_heartbeat=true then any message from a non-member triggers the issue. The issue is cleared on the next view change.
> This does not cause any functional issues in the cluster, but can cause repeated WARN logs in some cases.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list