OpenSearch/src
javanna 2d2ba48c0b Tribe node: system properties and configuration settings must not be forwarded to tribe clients
The tribe node, at startup, sets up the tribe clients that will join their corresponding tribes. All of the tribe.* settings are properly forwarded to the corresponding tribe client. System properties and global configuration settings must not be forwarded to the tribe client though or they will end up overriding per tribe settings with same name causing issues.

 For instance if you set the transport.tcp.port to some defined value for the tribe node, via system property or configuration file, that same value must not be forwarded to the tribe clients, otherwise they will try and use the same port, which will be already occupied by the tribe node itself, resulting in startup failed. Same for cluster.name, which will cause the tribe clients not to join their tribes.

Closes #9576
Closes #9721
2015-03-07 09:26:46 +01:00
..
deb Updated copyright years to include 2015 2015-02-28 03:18:45 +01:00
main Tribe node: system properties and configuration settings must not be forwarded to tribe clients 2015-03-07 09:26:46 +01:00
rpm Allow configuration of the GC log file via an environment variable 2015-02-12 17:07:57 +01:00
test Tribe node: system properties and configuration settings must not be forwarded to tribe clients 2015-03-07 09:26:46 +01:00