[jboss-jira] [JBoss JIRA] (JGRP-2344) Support UDP:PING on Quarkus
Bela Ban (Jira)
issues at jboss.org
Fri Sep 6 12:47:00 EDT 2019
[ https://issues.jboss.org/browse/JGRP-2344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13780569#comment-13780569 ]
Bela Ban edited comment on JGRP-2344 at 9/6/19 12:46 PM:
---------------------------------------------------------
The basic {{UDP:PING}} combo works now. However, the diagnostics handler doesn't work as it calls {{new MulticastSocket(int port)}}, and this fails (see [1]).
As a workaround, until \[1\] gets fixed, we could simple use the {{new MulticastSocket(SocketAddress s}} constructor. This requires a non-null {{diagnostics_addr}} in the transport...
\[1\] https://github.com/oracle/graal/issues/1662
was (Author: belaban):
The basic {{UDP:PING}} combo works now. However, the diagnostics handler doesn't work as it calls {{new MulticastSocket(int port)}}, and this fails (see [1]).
As a workaround, until \[1\] gets fixed, we could simple use the {{new MulticastSocket(SocketAddress s}} constructor. This requires a non-null {{diagnostics_bind_addr}} in the transport...
\[1\] https://github.com/oracle/graal/issues/1662
> Support UDP:PING on Quarkus
> ---------------------------
>
> Key: JGRP-2344
> URL: https://issues.jboss.org/browse/JGRP-2344
> Project: JGroups
> Issue Type: Task
> Reporter: Bela Ban
> Assignee: Bela Ban
> Priority: Major
> Fix For: 4.1.5
>
>
> Currently, {{TCP:TCPPING}} is supported. Add the {{UDP:PING}} combo.
--
This message was sent by Atlassian Jira
(v7.13.5#713005)
More information about the jboss-jira
mailing list