[jboss-jira] [JBoss JIRA] (JGRP-2336) Probe: add support for running on TCP

Bela Ban (Jira) issues at jboss.org
Tue May 21 11:13:00 EDT 2019


     [ https://issues.jboss.org/browse/JGRP-2336?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bela Ban updated JGRP-2336:
---------------------------
    Description: 
Probe / DiagnosticsHandler currently only supports UDP / IP multicasting.
Add support for listening on TCP sockets. In this case, probe.sh needs to be invoked with the address of _one_ member, e.g. {{probe.sh -addr 192.168.1.5}}.

This will help to run JGroups on GraalVM (JGRP-2332) as MulticastSocket is currently not supported (see {{./doc/design/PortingToGraalVM.txt}} for details).

  was:
Probe / DiagnosticsHandler currently only supports UDP / IP multicasting.
Add support for listening on TCP sockets. In this case, probe.sh needs to be invoked with the address of _one_ member, e.g. {{probe.sh -aadr 192.168.1.5}}.

This will help to run JGroups on GraalVM (JGRP-2332) as MulticastSocket is currently not supported (see {{./doc/design/PortingToGraalVM.txt}} for details).



> Probe: add support for running on TCP
> -------------------------------------
>
>                 Key: JGRP-2336
>                 URL: https://issues.jboss.org/browse/JGRP-2336
>             Project: JGroups
>          Issue Type: Enhancement
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>            Priority: Major
>             Fix For: 4.1.0
>
>
> Probe / DiagnosticsHandler currently only supports UDP / IP multicasting.
> Add support for listening on TCP sockets. In this case, probe.sh needs to be invoked with the address of _one_ member, e.g. {{probe.sh -addr 192.168.1.5}}.
> This will help to run JGroups on GraalVM (JGRP-2332) as MulticastSocket is currently not supported (see {{./doc/design/PortingToGraalVM.txt}} for details).



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the jboss-jira mailing list