[jboss-jira] [JBoss JIRA] (JGRP-1572) TP.sendToAllPhysicalAddresses does not handle singleton TP
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Tue Jan 29 05:04:47 EST 2013
[ https://issues.jboss.org/browse/JGRP-1572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12750965#comment-12750965 ]
RH Bugzilla Integration commented on JGRP-1572:
-----------------------------------------------
Radim Vansa <rvansa at redhat.com> made a comment on [bug 905387|https://bugzilla.redhat.com/show_bug.cgi?id=905387]
Method TP.sendToAllPhysicalAddresses does not handle correctly TP being singleton, on line 1419 it calls directly up_prot.up(...) instead of up(...) which can handle multiple stacks based on this TP.
Result is NPE.
Due to this error inserting record into __hotrodTopologyCache occasionally fails.
> TP.sendToAllPhysicalAddresses does not handle singleton TP
> ----------------------------------------------------------
>
> Key: JGRP-1572
> URL: https://issues.jboss.org/browse/JGRP-1572
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.2.6
> Reporter: Radim Vansa
> Assignee: Bela Ban
>
> Method {{TP.sendToAllPhysicalAddresses}} does not handle correctly TP being singleton, on line 1419 it calls directly up_prot.up(...) instead of up(...) which can handle multiple stacks based on this TP.
> Result is NPE.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list