Petals Registry Overlay

The listening IP of Petals Registry Overlay is not configurable and default to all interfaces

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.0.0
  • Fix Version/s: 1.0.1
  • Component/s: Runtime
  • Security Level: Public
  • Description:
    Hide

    The Registry Overlay has a member configuration containing an host to contact it, but it is only present to be communicated to other overlay nodes (this is how hazelcast work).

    If we want to restrict to which interface a Registry Overlay should listen (as an hazelcast member thus), we should use the Interfaces option of the NetworkConfig.

    Currently it is not possible to configure it, we should add the following configuration in member.properties to specify the address to listen to:

    • petals.registry.overlay.member.listening.interface

    The format is either:

    It will default to the host of the current member as declared in the cluster!

    Show
    The Registry Overlay has a member configuration containing an host to contact it, but it is only present to be communicated to other overlay nodes (this is how hazelcast work). If we want to restrict to which interface a Registry Overlay should listen (as an hazelcast member thus), we should use the Interfaces option of the NetworkConfig. Currently it is not possible to configure it, we should add the following configuration in member.properties to specify the address to listen to:
    • petals.registry.overlay.member.listening.interface
    The format is either: It will default to the host of the current member as declared in the cluster!
  • Environment:
    -

Activity

Hide
Victor NOËL added a comment - Tue, 1 Dec 2015 - 15:41:13 +0100

Updated description with format of the addresses.

Show
Victor NOËL added a comment - Tue, 1 Dec 2015 - 15:41:13 +0100 Updated description with format of the addresses.
Hide
Victor NOËL added a comment - Tue, 1 Dec 2015 - 16:30:40 +0100

Committed and documentation updated too

Show
Victor NOËL added a comment - Tue, 1 Dec 2015 - 16:30:40 +0100 Committed and documentation updated too

People

Dates

  • Created:
    Tue, 1 Dec 2015 - 15:06:36 +0100
    Updated:
    Wed, 2 Dec 2015 - 10:36:28 +0100
    Resolved:
    Tue, 1 Dec 2015 - 16:30:40 +0100